aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/LangOptions.def
AgeCommit message (Expand)Author
2012-02-04Clang has existing support for debuggers thatSean Callanan
2012-01-26Extend the ExternalASTSource interface to allow the AST source toDouglas Gregor
2012-01-03Add a "Modules" language option, which subsumes the previousDouglas Gregor
2012-01-02Fix PR11685 by implementing -ffast-math and its various friends in theChandler Carruth
2011-12-23Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ...Benjamin Kramer
2011-12-12Hexagon backend supportTony Linthicum
2011-11-22implement __has_feature(address_sanitizer); also use LangOpts.AddressSanitize...Kostya Serebryany
2011-11-21Add driver arguments -ftemplate-depth=N and -fconstexpr-depth=N, with the sameRichard Smith
2011-11-02Add an option to emulate the strange Apple gcc behavior of #pragma pack.Eli Friedman
2011-10-05Driver & AST: Implement support for -fpack-struct and -fpack-struct= commandDaniel Dunbar
2011-09-17Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t...Francois Pichet
2011-09-17As per discussion with Doug Gregor on the IRC channel, introduce a new compil...Francois Pichet
2011-09-13When building a module on-demand, clear out the "non-modular" languageDouglas Gregor
2011-09-13Switch the serialization of LangOptions over to use the .def file. WeDouglas Gregor
2011-09-13Switch LangOptions over to a .def file that describes header of theDouglas Gregor