aboutsummaryrefslogtreecommitdiff
path: root/lib/Basic/Builtins.cpp
AgeCommit message (Expand)Author
2012-02-04Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer
2011-09-01Allow the preprocessor to be constructed without performing target-Douglas Gregor
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-07-05Remove unused member of Builtin::Info.Eli Friedman
2011-02-20Test commit.Richard Smith
2010-12-21In C++, if the user redeclares a builtin function with a type that isDouglas Gregor
2010-11-30Such function decls,as objc's objc_msgSend, builtins in Fariborz Jahanian
2010-07-16Add builtin definition for scanf, including extending the builtin encoding toTed Kremenek
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-06-16follow-on to my patch: some targets (like sparc) do notChris 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