summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/HeaderSearch.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Modules] Add 'no_undeclared_includes' module map attributeBruno Cardoso Lopes2016-10-211-7/+36
* Turn FileManager DirectoryEntry::Name from raw pointer to StringRef (NFC)Mehdi Amini2016-10-111-1/+1
* Store FileEntry::Filename as a StringRef instead of raw pointer (NFC)Mehdi Amini2016-10-101-8/+10
* Use StringRef for MemoryBuffer identifier API (NFC)Mehdi Amini2016-10-011-1/+1
* Module: add -fprebuilt-module-path to support loading prebuilt modules.Manman Ren2016-08-181-2/+20
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh2016-06-131-6/+8
* Revert r272562 for build bot failure (clang-x86-win2008-selfhost)Taewook Oh2016-06-131-8/+6
* Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh2016-06-131-6/+8
* Revert commit r271708Taewook Oh2016-06-041-8/+6
* Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh2016-06-031-6/+8
* Apply clang-tidy's misc-move-constructor-init throughout Clang.Benjamin Kramer2016-05-271-2/+4
* NFC: simplify logic.Manman Ren2016-05-171-2/+2
* Modules: set SystemHeader to true if we are building a system module.Manman Ren2016-05-171-3/+4
* [Modules] Use vfs for (recursive) directory iterationBruno Cardoso Lopes2016-05-161-8/+11
* Remove unused LangOpts private variable in HeaderSearch.Samuel Antao2016-04-271-2/+1
* [modules] When diagnosing a missing module import, suggest adding a #include ifRichard Smith2016-04-271-0/+51
* Move LocInfoType from Sema to AST.Benjamin Kramer2016-02-011-1/+0
* Module debugging: Make the module format part of the module hash insteadAdrian Prantl2016-01-121-2/+1
* Add back null check removed accidentally in r250554Reid Kleckner2015-10-201-0/+2
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* Refactor module lookup when looking up a header file, and wire through the re...Richard Smith2015-10-161-85/+83
* Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1Adrian Prantl2015-08-271-1/+1
* [modules] Remove unnecessary deserialization of fully-external HeaderFileInfo...Richard Smith2015-08-241-28/+56
* [modules] Fix HeaderFileInfo serialization to store all the known owning modu...Richard Smith2015-08-181-33/+40
* [modules] Stop dropping 'module.timestamp' files into the current directoryRichard Smith2015-08-151-2/+2
* [modules] Produce an error if -cc1 wants to implicitly build a module and noRichard Smith2015-07-211-2/+3
* Make the clang module container format selectable from the command line.Adrian Prantl2015-07-171-1/+3
* [modules] When checking the include guard for a header, check whether it'sRichard Smith2015-07-101-8/+10
* [Modules] Be consistent about finding a module for framework headersBen Langmuir2015-07-021-10/+12
* [modules] Before checking whether the controlling macro of a header is defined,Richard Smith2015-07-011-2/+7
* [modules] Make the include guard optimization fire a bit more when consideringRichard Smith2015-07-011-2/+6
* [modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith2015-06-161-7/+7
* [modules] If we see a #include that maps to a module, but use of precompiled ...Richard Smith2015-05-181-2/+8
* Revert "Fix path separator issue on Windows."Nikola Smiljanic2015-05-081-1/+3
* Fix path separator issue on Windows.Nikola Smiljanic2015-05-081-3/+1
* [modules] Stop trying to fake up a linear MacroDirective history.Richard Smith2015-04-291-2/+5
* Remove many superfluous SmallString::str() calls.Yaron Keren2015-03-181-12/+12
* Don't load Framework module.map files when searching subdirectoriesBen Langmuir2015-02-241-2/+4
* Revert "Mangle the IsSystem bit into the .pcm file name"Ben Langmuir2015-02-191-8/+2
* Mangle the IsSystem bit into the .pcm file nameBen Langmuir2015-02-121-2/+8
* [modules] When constructing paths relative to a module, strip out /./ directoryRichard Smith2014-12-111-9/+17
* Reinstate r223753, reverted in r223759 due to breakage of clang-tools-extra.Richard Smith2014-12-101-11/+29
* Revert "[modules] Add experimental -fmodule-map-file-home-is-cwd flag to -cc1."Duncan P. N. Exon Smith2014-12-091-29/+11
* [modules] Add experimental -fmodule-map-file-home-is-cwd flag to -cc1.Richard Smith2014-12-091-11/+29
* PR21217: Slightly more eagerly load -fmodule-map-file= files and provideRichard Smith2014-12-061-12/+0
* Additional safety for the root cause of regression in r223443; make the moduleRichard Smith2014-12-061-0/+1
* [modules] Track how 'header' directives were written in module map files,Richard Smith2014-12-021-3/+14
* Add flag -f(no-)modules-implicit-maps.Daniel Jasper2014-11-251-44/+58
OpenPOWER on IntegriCloud