summaryrefslogtreecommitdiffstats
path: root/lib/Basic/Builtins.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer2012-02-041-0/+1
* Allow the preprocessor to be constructed without performing target-Douglas Gregor2011-09-011-2/+6
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-1/+1
* Remove unused member of Builtin::Info.Eli Friedman2011-07-051-15/+7
* Test commit.Richard Smith2011-02-201-1/+0
* In C++, if the user redeclares a builtin function with a type that isDouglas Gregor2010-12-211-0/+4
* Such function decls,as objc's objc_msgSend, builtins in Fariborz Jahanian2010-11-301-7/+12
* Add builtin definition for scanf, including extending the builtin encoding toTed Kremenek2010-07-161-0/+20
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-9/+9
* follow-on to my patch: some targets (like sparc) do notChris Lattner2009-06-161-0/+2
* my refactoring of builtins changed target-specific builtins to only beChris Lattner2009-06-161-4/+5
* Sink the BuiltinInfo object from ASTContext into theChris Lattner2009-06-141-6/+4
* move the various builtins stuff from libast to libbasic. ThisChris Lattner2009-06-141-0/+94