summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/LangOptions.def
Commit message (Expand)AuthorAgeFilesLines
* Teach Clang about PIE compilations. This is the first step of PR12380.Chandler Carruth2012-04-081-1/+2
* [Basic] Rename LangOptions::NoInline to NoInlineDefine, to make things a bitDaniel Dunbar2012-03-091-1/+1
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-061-0/+1
* Add a flag -fthread-sanitizer.Kostya Serebryany2012-03-011-0/+1
* Clang has existing support for debuggers thatSean Callanan2012-02-041-0/+1
* Extend the ExternalASTSource interface to allow the AST source toDouglas Gregor2012-01-261-0/+1
* Add a "Modules" language option, which subsumes the previousDouglas Gregor2012-01-031-1/+1
* Fix PR11685 by implementing -ffast-math and its various friends in theChandler Carruth2012-01-021-0/+1
* Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ...Benjamin Kramer2011-12-231-1/+1
* Hexagon backend supportTony Linthicum2011-12-121-0/+1
* implement __has_feature(address_sanitizer); also use LangOpts.AddressSanitize...Kostya Serebryany2011-11-221-0/+1
* Add driver arguments -ftemplate-depth=N and -fconstexpr-depth=N, with the sameRichard Smith2011-11-211-0/+2
* Add an option to emulate the strange Apple gcc behavior of #pragma pack.Eli Friedman2011-11-021-0/+2
* Driver & AST: Implement support for -fpack-struct and -fpack-struct= commandDaniel Dunbar2011-10-051-0/+2
* Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t...Francois Pichet2011-09-171-1/+1
* As per discussion with Doug Gregor on the IRC channel, introduce a new compil...Francois Pichet2011-09-171-0/+1
* When building a module on-demand, clear out the "non-modular" languageDouglas Gregor2011-09-131-8/+8
* Switch the serialization of LangOptions over to use the .def file. WeDouglas Gregor2011-09-131-90/+97
* Switch LangOptions over to a .def file that describes header of theDouglas Gregor2011-09-131-0/+148