summaryrefslogtreecommitdiff
path: root/include/clang/Basic/Builtins.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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