aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/Builtins.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-12-20Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling1-6/+6
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling1-6/+6
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-1/+1
2012-02-04Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer1-0/+1
2011-09-01Allow the preprocessor to be constructed without performing target-Douglas Gregor1-2/+6
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner1-1/+1
2011-07-05Remove unused member of Builtin::Info.Eli Friedman1-15/+7
2011-02-20Test commit.Richard Smith1-1/+0
2010-12-21In C++, if the user redeclares a builtin function with a type that isDouglas Gregor1-0/+4
2010-11-30Such function decls,as objc's objc_msgSend, builtins in Fariborz Jahanian1-7/+12
2010-07-16Add builtin definition for scanf, including extending the builtin encoding toTed Kremenek1-0/+20
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump1-9/+9
2009-06-16follow-on to my patch: some targets (like sparc) do notChris Lattner1-0/+2
2009-06-16my refactoring of builtins changed target-specific builtins to only beChris Lattner1-4/+5
2009-06-14Sink the BuiltinInfo object from ASTContext into theChris Lattner1-6/+4
2009-06-14move the various builtins stuff from libast to libbasic. ThisChris Lattner1-0/+94