summaryrefslogtreecommitdiffstats
path: root/include/clang/Lex/HeaderSearchOptions.h
Commit message (Expand)AuthorAgeFilesLines
* Modules: Use hash of PCM content for SIGNATUREDuncan P. N. Exon Smith2017-03-131-2/+4
* shared_ptrify (from InclusiveRefCntPtr) HeaderSearchOptionsDavid Blaikie2017-01-061-1/+1
* Switch SmallSetVector to use DenseSet when it overflows its inline space.Justin Lebar2016-10-211-1/+2
* Module: add -fprebuilt-module-path to support loading prebuilt modules.Manman Ren2016-08-181-0/+7
* Modules: add command line option fmodules-disable-diagnostic-validationManman Ren2016-07-261-1/+3
* Update for llvm change.Rafael Espindola2015-11-181-1/+1
* Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1Adrian Prantl2015-08-271-2/+5
* Reword a comment about IncludeDirGroup. NFCDouglas Katzman2015-08-051-4/+5
* Make the clang module container format selectable from the command line.Adrian Prantl2015-07-171-10/+11
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* [modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith2015-06-161-3/+4
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-2/+2
* Reinstate r223753, reverted in r223759 due to breakage of clang-tools-extra.Richard Smith2014-12-101-0/+10
* Revert "[modules] Add experimental -fmodule-map-file-home-is-cwd flag to -cc1."Duncan P. N. Exon Smith2014-12-091-10/+0
* [modules] Add experimental -fmodule-map-file-home-is-cwd flag to -cc1.Richard Smith2014-12-091-0/+10
* PR21217: Slightly more eagerly load -fmodule-map-file= files and provideRichard Smith2014-12-061-3/+0
* Add an option -fmodules-validate-system-headersBen Langmuir2014-03-121-1/+5
* Introduce '-fmodules-user-build-path' which accepts the "canonical" path to a...Argyrios Kyrtzidis2014-03-031-0/+3
* Add a driver option -ivfsoverlayBen Langmuir2014-02-251-0/+7
* Add an option to allow Clang verify source files for a module only once duringDmitri Gribenko2014-02-121-1/+14
* Add -fmodule-map-file option.Daniel Jasper2013-09-241-0/+3
* Add option to disable module loading.Daniel Jasper2013-08-051-1/+4
* <rdar://problem/13434605> Periodically prune the module cache so that it does...Douglas Gregor2013-03-251-1/+22
* Introduce -fmodules-ignore-macro=NNN to ignore a macro when building/loading ...Douglas Gregor2013-02-071-2/+8
* [Frontend] Remove HeaderSearchOptions::Entry::IsInternal, which is unused.Daniel Dunbar2013-01-301-13/+5
* [Frontend] Remove actual ImplicitExternC member variable.Daniel Dunbar2013-01-301-3/+0
* [Frontend] Add an ExternCSystem include entry group.Daniel Dunbar2013-01-301-7/+6
* [Frontend] Remove another IsUserSpecified member variable that is now unused.Daniel Dunbar2013-01-251-11/+8
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-1/+1
* Add missing includes and forward declarations so that headers don't depend onDmitri Gribenko2013-01-121-0/+1
* Move HeaderSearchOptions into the Lex library, make it intrusivelyDouglas Gregor2012-10-241-0/+147