summaryrefslogtreecommitdiffstats
path: root/lib/Lex/HeaderSearch.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Support] Remove error return value from one overload of fs::make_absolutePavel Labath2019-01-161-3/+2
* [HeaderSearch] loadSubdirectoryModuleMaps should respect -working-directoryAlex Lorenz2018-11-141-1/+3
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-5/+6
* Fix an assert in -Wquoted-include-in-framework-headerErik Pilkington2018-09-201-1/+1
* [VFS] vfs::directory_iterator yields path and file type instead of full StatusSam McCall2018-09-141-7/+6
* [Lex] Make HeaderMaps a unique_ptr vectorFangrui Song2018-08-201-10/+4
* Remove trailing spaceFangrui Song2018-07-301-16/+16
* Reapply r336660: [Modules] Autoload subdirectory modulemaps with specific Lan...Bruno Cardoso Lopes2018-07-181-7/+10
* Revert "[modules] Fix 37878; Autoload subdirectory modulemaps with specific L...Bruno Cardoso Lopes2018-07-121-10/+7
* [modules] Fix 37878; Autoload subdirectory modulemaps with specific LangOptsYuka Takahashi2018-07-101-7/+10
* Warning for framework include violation from Headers to PrivateHeadersBruno Cardoso Lopes2018-06-251-5/+20
* Re-apply: Warning for framework headers using double quote includesBruno Cardoso Lopes2018-06-221-1/+64
* Revert "Warning for framework headers using double quote includes"Bruno Cardoso Lopes2018-06-211-64/+1
* Warning for framework headers using double quote includesBruno Cardoso Lopes2018-06-201-1/+64
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-4/+4
* Revert r329684 (and follow-ups 329693, 329714). See discussion on https://rev...Nico Weber2018-04-101-26/+0
* -ftime-report switch support in Clang.Andrew V. Tischenko2018-04-101-0/+26
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* [Lexer] Support adding working directory to relative search dir for #include ...Eric Liu2018-01-291-11/+22
* Track shadow modules with a generation counter.Bruno Cardoso Lopes2018-01-051-11/+9
* Reapply r321781: [Modules] Allow modules specified by -fmodule-map-file to sh...Bruno Cardoso Lopes2018-01-051-9/+11
* Revert "[Modules] Allow modules specified by -fmodule-map-file to shadow impl...Bruno Cardoso Lopes2018-01-041-11/+9
* [Modules] Allow modules specified by -fmodule-map-file to shadow implicitly f...Bruno Cardoso Lopes2018-01-041-9/+11
* [Modules] Change private modules rules and warningsBruno Cardoso Lopes2017-12-221-5/+8
* [Lex] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-12-061-34/+32
* [modules] Add ability to specify module name to module file mapping (reapply)Boris Kolpackov2017-08-311-9/+14
* Revert r312105 [modules] Add ability to specify module name to module file ma...Victor Leschuk2017-08-301-14/+9
* [modules] Add ability to specify module name to module file mappingBoris Kolpackov2017-08-301-9/+14
* Revert "[Modules] Prevent #import to reenter header if not building a module."Bruno Cardoso Lopes2017-08-121-1/+1
* [Modules] Prevent #import to reenter header if not building a module.Bruno Cardoso Lopes2017-08-101-1/+1
* Support lazy stat'ing of files referenced by module maps.Richard Smith2017-06-021-0/+2
* [modules] When compiling a preprocessed module map, look for headers relativeRichard Smith2017-05-311-2/+15
* Add support for building modules from preprocessed source.Richard Smith2017-05-051-4/+6
* Preprocessor: Suppress -Wnonportable-include-path for header mapsDuncan P. N. Exon Smith2017-04-271-3/+11
* Fix handling of -fmodule-map-file=X where X has no directory component.Richard Smith2017-03-091-2/+4
* [Modules] Support #import when entering files with modulesBruno Cardoso Lopes2017-01-111-4/+43
* shared_ptrify (from InclusiveRefCntPtr) HeaderSearchOptionsDavid Blaikie2017-01-061-1/+1
* [modules] Handle modules with nonstandard names in module.private.modulemapsGraydon Hoare2016-12-211-4/+24
* [CrashReproducer] Collect headermap filesBruno Cardoso Lopes2016-12-111-0/+7
* Add some more asserts to clearly indicate that there are special casesChandler Carruth2016-11-041-1/+4
* [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