summaryrefslogtreecommitdiffstats
path: root/include/clang/Lex/HeaderSearch.h
Commit message (Expand)AuthorAgeFilesLines
* [clang][HeaderSearch] Make sure there are no backslashes in suggestedPathKadir Cetinkaya2019-04-241-4/+6
* [Preprocessor] Add a note with framework location for "file not found" error.Volodymyr Sapsai2019-02-051-12/+17
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Lex] Make HeaderMaps a unique_ptr vectorFangrui Song2018-08-201-5/+3
* [Lex] Fix some inconsistent parameter names and duplicate comments. NFCFangrui Song2018-08-191-10/+10
* Remove trailing spaceFangrui Song2018-07-301-27/+27
* Reapply r336660: [Modules] Autoload subdirectory modulemaps with specific Lan...Bruno Cardoso Lopes2018-07-181-2/+10
* Revert "[modules] Fix 37878; Autoload subdirectory modulemaps with specific L...Bruno Cardoso Lopes2018-07-121-10/+2
* [modules] Fix 37878; Autoload subdirectory modulemaps with specific LangOptsYuka Takahashi2018-07-101-2/+10
* Recommit r335063: [Darwin] Add a warning for missing include path for libstdc++Alex Lorenz2018-06-191-0/+2
* Revert r335063 as it causes bot failuresAlex Lorenz2018-06-191-2/+0
* [Darwin] Add a warning for missing include path for libstdc++Alex Lorenz2018-06-191-0/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-83/+83
* Revert r329684 (and follow-ups 329693, 329714). See discussion on https://rev...Nico Weber2018-04-101-5/+1
* -ftime-report switch support in Clang.Andrew V. Tischenko2018-04-101-1/+5
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* [Lexer] Support adding working directory to relative search dir for #include ...Eric Liu2018-01-291-1/+10
* [NFC] fix trivial typos in comments and documentsHiroshi Inoue2018-01-261-1/+1
* Track shadow modules with a generation counter.Bruno Cardoso Lopes2018-01-051-1/+0
* Reapply r321781: [Modules] Allow modules specified by -fmodule-map-file to sh...Bruno Cardoso Lopes2018-01-051-0/+1
* Revert "[Modules] Allow modules specified by -fmodule-map-file to shadow impl...Bruno Cardoso Lopes2018-01-041-1/+0
* [Modules] Allow modules specified by -fmodule-map-file to shadow implicitly f...Bruno Cardoso Lopes2018-01-041-0/+1
* [Lex] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-12-061-40/+58
* [modules] Add ability to specify module name to module file mapping (reapply)Boris Kolpackov2017-08-311-9/+21
* Revert r312105 [modules] Add ability to specify module name to module file ma...Victor Leschuk2017-08-301-21/+9
* [modules] Add ability to specify module name to module file mappingBoris Kolpackov2017-08-301-9/+21
* 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