aboutsummaryrefslogtreecommitdiff
path: root/lib/Basic/LangOptions.cpp
AgeCommit message (Expand)Author
2013-02-07Add a *San + modules FIXME.Richard Smith
2013-01-18[ubsan] Add support for -fsanitize-blacklistWill Dietz
2011-11-15Add a -cc1-level option -fmodule-name=<name>, which will be used whenDouglas Gregor
2011-09-15Teach LangOptions::resetNonModularOptions to actually do what it says it doesDouglas Gregor
2011-09-13When building a module on-demand, clear out the "non-modular" languageDouglas Gregor
2011-09-13Switch LangOptions over to a .def file that describes header of theDouglas Gregor
2009-04-22Remove the serialization code that predates precompiledDouglas Gregor
2008-04-29Add -fobjc-gc and -fobjc-gc-only options to the driver.Ted Kremenek
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner