summaryrefslogtreecommitdiff
path: root/lib/Basic/Builtins.cpp
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'.Craig Topper2014-05-08
* Refactored Builtin::Context::isPrintfLike and isScanfLike into a helper funct...Aaron Ballman2014-01-03
* Only provide MS builtins when -fms-extensions is onReid Kleckner2013-11-13
* Add a -fno-math-builtin option to the Clang -cc1Eli Bendersky2013-07-23
* Simplify GetBuiltinNames by hoising the NoBuiltins argument out of it.Eli Bendersky2013-07-11
* Disable non-standard library builtins in non-gnu language modes.Benjamin Kramer2013-05-31
* Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling2012-12-20
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-04
* Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer2012-02-04
* Allow the preprocessor to be constructed without performing target-Douglas Gregor2011-09-01
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-23
* Remove unused member of Builtin::Info.Eli Friedman2011-07-05
* Test commit.Richard Smith2011-02-20
* In C++, if the user redeclares a builtin function with a type that isDouglas Gregor2010-12-21
* Such function decls,as objc's objc_msgSend, builtins in Fariborz Jahanian2010-11-30
* Add builtin definition for scanf, including extending the builtin encoding toTed Kremenek2010-07-16
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-09
* follow-on to my patch: some targets (like sparc) do notChris Lattner2009-06-16
* my refactoring of builtins changed target-specific builtins to only beChris Lattner2009-06-16
* Sink the BuiltinInfo object from ASTContext into theChris Lattner2009-06-14
* move the various builtins stuff from libast to libbasic. ThisChris Lattner2009-06-14