summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/Builtins.h
Commit message (Expand)AuthorAgeFilesLines
* Basic: clean up bleeding whitespaceSaleem Abdulrasool2014-12-171-2/+2
* [C++11] Use 'nullptr'Craig Topper2014-05-061-10/+10
* Refactored Builtin::Context::isPrintfLike and isScanfLike into a helper funct...Aaron Ballman2014-01-031-0/+4
* Only provide MS builtins when -fms-extensions is onReid Kleckner2013-11-131-1/+3
* Add a -fno-math-builtin option to the Clang -cc1Eli Bendersky2013-07-231-0/+4
* Simplify GetBuiltinNames by hoising the NoBuiltins argument out of it.Eli Bendersky2013-07-111-3/+2
* Allow clang to build __clear_cache on ARM.Rafael Espindola2013-06-131-0/+7
* Disable non-standard library builtins in non-gnu language modes.Benjamin Kramer2013-05-311-4/+6
* Some builtins do not evaluate their arguments. Teach EvaluatedExprVisitor notRichard Smith2013-01-171-0/+6
* Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling2012-12-201-10/+10
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-10/+10
* Documentation cleanup:James Dennett2012-07-021-13/+13
* Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett2012-07-021-4/+5
* Add returns_twice to functions that are known to return twice. This implementsRafael Espindola2011-10-121-0/+5
* Allow the preprocessor to be constructed without performing target-Douglas Gregor2011-09-011-1/+4
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-201-5/+2
* Remove unused member of Builtin::Info.Eli Friedman2011-07-051-1/+0
* Provide a bit saying that a builtin undergoes custom type-checking, thenJohn McCall2011-02-261-0/+5
* In C++, if the user redeclares a builtin function with a type that isDouglas Gregor2010-12-211-0/+4
* Add objc_getClass as an objc builtin functionFariborz Jahanian2010-11-301-2/+2
* Such function decls,as objc's objc_msgSend, builtins in Fariborz Jahanian2010-11-301-2/+11
* Register the __builtin_va_list_type node when we parse it, rather thanDouglas Gregor2010-10-051-6/+0
* Add builtin definition for scanf, including extending the builtin encoding toTed Kremenek2010-07-161-0/+5
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-8/+8
* Add noreturn for exit.Mike Stump2009-07-271-0/+5
* fix PR4513, a build problem with VC++, patch by James Abbatiello!Chris Lattner2009-07-081-0/+4
* my refactoring of builtins changed target-specific builtins to only beChris Lattner2009-06-161-3/+2
* Sink the BuiltinInfo object from ASTContext into theChris Lattner2009-06-141-5/+2
* move the various builtins stuff from libast to libbasic. ThisChris Lattner2009-06-141-0/+137