summaryrefslogtreecommitdiffstats
path: root/lib/Basic/LangOptions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [OpenCL] Factor out language version printingSven van Haastregt2018-05-081-0/+5
* [Basic] Fix some Clang-tidy modernize and Include What You Use warnings; othe...Eugene Zelenko2018-02-161-4/+3
* [Modules] Handle sanitizer feature mismatches when importing modulesVedant Kumar2017-06-011-3/+1
* [XRay] Add -fxray-{always,never}-instrument= flags to clangDean Michael Berris2017-03-301-0/+2
* Do not print include_next/pragma once warnings when input is a header.Erik Verbruggen2016-10-271-1/+3
* Use StringRef in LangOptions::isNoBuiltinFunc API (NFC)Mehdi Amini2016-10-101-2/+1
* [modules] Flatten -fmodule-name= and -fmodule-implementation-of= into a singleRichard Smith2016-02-191-1/+0
* [Driver] Add support for -fno-builtin-foo options.Chad Rosier2016-01-061-0/+8
* Allow to specify multiple -fsanitize-blacklist= arguments.Alexey Samsonov2015-02-041-1/+1
* [Sanitizer] Refactor sanitizer options in LangOptions.Alexey Samsonov2014-11-111-18/+1
* Introduce a SanitizerKind enum to LangOptions.Alexey Samsonov2014-11-071-4/+11
* Get rid of SanitizerOptions::Disabled global. NFC.Alexey Samsonov2014-10-301-4/+11
* Add stopgap option -fmodule-implementation-of <name>Ben Langmuir2014-07-231-0/+1
* Add a *San + modules FIXME.Richard Smith2013-02-071-0/+2
* [ubsan] Add support for -fsanitize-blacklistWill Dietz2013-01-181-1/+7
* Add a -cc1-level option -fmodule-name=<name>, which will be used whenDouglas Gregor2011-11-151-0/+2
* Teach LangOptions::resetNonModularOptions to actually do what it says it doesDouglas Gregor2011-09-151-0/+3
* When building a module on-demand, clear out the "non-modular" languageDouglas Gregor2011-09-131-0/+6
* Switch LangOptions over to a .def file that describes header of theDouglas Gregor2011-09-131-0/+21
* Remove the serialization code that predates precompiledDouglas Gregor2009-04-221-60/+0
* Add -fobjc-gc and -fobjc-gc-only options to the driver.Ted Kremenek2008-04-291-1/+3
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+58