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