aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/LangOptions.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-10-27Do not print include_next/pragma once warnings when input is a header.Erik Verbruggen1-1/+3
2016-10-10Use StringRef in LangOptions::isNoBuiltinFunc API (NFC)Mehdi Amini1-2/+1
2016-02-19[modules] Flatten -fmodule-name= and -fmodule-implementation-of= into a singleRichard Smith1-1/+0
2016-01-06[Driver] Add support for -fno-builtin-foo options.Chad Rosier1-0/+8
2015-02-04Allow to specify multiple -fsanitize-blacklist= arguments.Alexey Samsonov1-1/+1
2014-11-11[Sanitizer] Refactor sanitizer options in LangOptions.Alexey Samsonov1-18/+1
2014-11-07Introduce a SanitizerKind enum to LangOptions.Alexey Samsonov1-4/+11
2014-10-30Get rid of SanitizerOptions::Disabled global. NFC.Alexey Samsonov1-4/+11
2014-07-23Add stopgap option -fmodule-implementation-of <name>Ben Langmuir1-0/+1
2013-02-07Add a *San + modules FIXME.Richard Smith1-0/+2
2013-01-18[ubsan] Add support for -fsanitize-blacklistWill Dietz1-1/+7
2011-11-15Add a -cc1-level option -fmodule-name=<name>, which will be used whenDouglas Gregor1-0/+2
2011-09-15Teach LangOptions::resetNonModularOptions to actually do what it says it doesDouglas Gregor1-0/+3
2011-09-13When building a module on-demand, clear out the "non-modular" languageDouglas Gregor1-0/+6
2011-09-13Switch LangOptions over to a .def file that describes header of theDouglas Gregor1-0/+21
2009-04-22Remove the serialization code that predates precompiledDouglas Gregor1-60/+0
2008-04-29Add -fobjc-gc and -fobjc-gc-only options to the driver.Ted Kremenek1-1/+3
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner1-0/+58