summaryrefslogtreecommitdiffstats
path: root/include/clang/Lex/HeaderSearch.h
Commit message (Expand)AuthorAgeFilesLines
* Track the set of module maps read while building a .pcm file and reload those...Richard Smith2017-06-291-1/+1
* [modules] When compiling a preprocessed module map, look for headers relativeRichard Smith2017-05-311-2/+5
* Add support for building modules from preprocessed source.Richard Smith2017-05-051-2/+10
* Preprocessor: Suppress -Wnonportable-include-path for header mapsDuncan P. N. Exon Smith2017-04-271-1/+4
* [Modules] Support #import when entering files with modulesBruno Cardoso Lopes2017-01-111-1/+2
* shared_ptrify (from InclusiveRefCntPtr) HeaderSearchOptionsDavid Blaikie2017-01-061-2/+2
* [modules] Handle modules with nonstandard names in module.private.modulemapsGraydon Hoare2016-12-211-0/+13
* [CrashReproducer] Collect headermap filesBruno Cardoso Lopes2016-12-111-0/+3
* [Modules] Add 'no_undeclared_includes' module map attributeBruno Cardoso Lopes2016-10-211-2/+4
* Module: add -fprebuilt-module-path to support loading prebuilt modules.Manman Ren2016-08-181-1/+4
* Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh2016-06-131-2/+3
* Revert r272562 for build bot failure (clang-x86-win2008-selfhost)Taewook Oh2016-06-131-3/+2
* Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh2016-06-131-2/+3
* Revert commit r271708Taewook Oh2016-06-041-3/+2
* Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh2016-06-031-2/+3
* Modules: set SystemHeader to true if we are building a system module.Manman Ren2016-05-171-1/+1
* Remove unused LangOpts private variable in HeaderSearch.Samuel Antao2016-04-271-2/+0
* [modules] When diagnosing a missing module import, suggest adding a #include ifRichard Smith2016-04-271-3/+8
* Refactor module lookup when looking up a header file, and wire through the re...Richard Smith2015-10-161-6/+31
* [modules] Remove unnecessary deserialization of fully-external HeaderFileInfo...Richard Smith2015-08-241-3/+8
* [modules] Fix HeaderFileInfo serialization to store all the known owning modu...Richard Smith2015-08-181-29/+12
* [modules] Before checking whether the controlling macro of a header is defined,Richard Smith2015-07-011-8/+10
* [modules] Make the include guard optimization fire a bit more when consideringRichard Smith2015-07-011-1/+1
* [modules] If we see a #include that maps to a module, but use of precompiled ...Richard Smith2015-05-181-3/+0
* [modules] Stop trying to fake up a linear MacroDirective history.Richard Smith2015-04-291-2/+3
* Revert "Mangle the IsSystem bit into the .pcm file name"Ben Langmuir2015-02-191-6/+2
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-2/+2
* Mangle the IsSystem bit into the .pcm file nameBen Langmuir2015-02-121-2/+6
* Reinstate r223753, reverted in r223759 due to breakage of clang-tools-extra.Richard Smith2014-12-101-1/+2
* Revert "[modules] Add experimental -fmodule-map-file-home-is-cwd flag to -cc1."Duncan P. N. Exon Smith2014-12-091-2/+1
* [modules] Add experimental -fmodule-map-file-home-is-cwd flag to -cc1.Richard Smith2014-12-091-1/+2
* Add flag -f(no-)modules-implicit-maps.Daniel Jasper2014-11-251-2/+2
* Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.David Blaikie2014-11-191-1/+1
* PR21215: Support -fmodule-map-file being specified multiple times. SupportRichard Smith2014-10-171-1/+5
* Correctly implement -include search logic.Manuel Klimek2014-08-121-8/+6
* [C++11] Use 'nullptr'Craig Topper2014-05-061-1/+1
* Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson2014-04-231-1/+0
* Allow multiple modules with the same name to coexist in the module cacheBen Langmuir2014-04-141-1/+4
* [HeaderSearch] Make sure we clear the mapped name from the LookupFileCacheInf...Argyrios Kyrtzidis2014-03-291-0/+5
* Add a new spelling for module map files 'module.modulemap'Ben Langmuir2014-03-191-3/+15
* Prevent outputting HeaderFileInfos for files not used as headersBen Langmuir2014-03-131-5/+12
* clang::HeaderSearch: Use default constructor even for POD.NAKAMURA Takumi2014-03-111-3/+6
* [HeaderSearch] Fix issue where if a headermap entry maps the filename to a fr...Argyrios Kyrtzidis2014-03-111-9/+13
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-091-1/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-1/+1
* Replace OwningPtr::isValid() with conversion to bool.Ahmed Charles2014-03-071-3/+1
* Silence compile warning by removing unused SourceMgr memberWill Wilson2013-12-271-1/+0
* Implement MSVC header search algorithm in MicrosoftMode.Will Wilson2013-12-271-5/+9
* [Modules] Don't parse any module map if modules are disabled.Argyrios Kyrtzidis2013-12-121-0/+6
* Use the same SourceManager for ModuleMaps and compilations.Manuel Klimek2013-10-241-1/+1