aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/Builtins.h
AgeCommit message (Expand)Author
2013-01-17Some builtins do not evaluate their arguments. Teach EvaluatedExprVisitor notRichard Smith
2012-12-20Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling
2012-07-02Documentation cleanup:James Dennett
2012-07-02Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett
2011-10-12Add returns_twice to functions that are known to return twice. This implementsRafael Espindola
2011-09-01Allow the preprocessor to be constructed without performing target-Douglas Gregor
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
2011-07-05Remove unused member of Builtin::Info.Eli Friedman
2011-02-26Provide a bit saying that a builtin undergoes custom type-checking, thenJohn McCall
2010-12-21In C++, if the user redeclares a builtin function with a type that isDouglas Gregor
2010-11-30Add objc_getClass as an objc builtin functionFariborz Jahanian
2010-11-30Such function decls,as objc's objc_msgSend, builtins in Fariborz Jahanian
2010-10-05Register the __builtin_va_list_type node when we parse it, rather thanDouglas Gregor
2010-07-16Add builtin definition for scanf, including extending the builtin encoding toTed Kremenek
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-07-27Add noreturn for exit.Mike Stump
2009-07-08fix PR4513, a build problem with VC++, patch by James Abbatiello!Chris Lattner
2009-06-16my refactoring of builtins changed target-specific builtins to only beChris Lattner
2009-06-14Sink the BuiltinInfo object from ASTContext into theChris Lattner
2009-06-14move the various builtins stuff from libast to libbasic. ThisChris Lattner