summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/HeaderSearch.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Stats] Convert some ad-hoc header search stats to ALWAYS_ENABLED_STATISTIC.Volodymyr Sapsai2019-10-111-11/+22
* Fix -Wnonportable-include-path suppression for header maps with absolute paths.Volodymyr Sapsai2019-09-111-10/+15
* Introduce a DirectoryEntryRef that stores both a reference and anAlex Lorenz2019-08-311-1/+2
* FileManager: Use llvm::Expected in new getFileRef APIDuncan P. N. Exon Smith2019-08-261-10/+8
* Introduce FileEntryRef and use it when handling includes to report correct de...Alex Lorenz2019-08-221-103/+110
* Don't use std::errcAlexey Bataev2019-08-131-3/+4
* Don't diagnose errors when a file matches an include componentReid Kleckner2019-08-091-1/+2
* Fix up fd limit diagnosis codeReid Kleckner2019-08-081-2/+3
* clang: Diag running out of file handles while looking for filesNico Weber2019-08-081-2/+11
* [clang] Adopt new FileManager error-returning APIsHarlan Haskins2019-08-011-41/+65
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-4/+4
* [clang][HeaderSearch] Shorten paths for includes in mainfile's directoryKadir Cetinkaya2019-07-031-16/+28
* [clang][HeaderSearch] Consider all path separators equalKadir Cetinkaya2019-06-061-0/+5
* [Preprocessor] Fix crash emitting note with framework location for "file not ...Volodymyr Sapsai2019-05-271-1/+4
* [clang][HeaderSuggestion] Handle the case of dotdot with an absolute pathKadir Cetinkaya2019-04-241-4/+3
* [clang][HeaderSearch] Make sure there are no backslashes in suggestedPathKadir Cetinkaya2019-04-241-1/+1
* Basic: Return a reference from FileManager::getVirtualFileSystem, NFCDuncan P. N. Exon Smith2019-03-261-2/+2
* [Preprocessor] Add a note with framework location for "file not found" error.Volodymyr Sapsai2019-02-051-11/+20
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [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
OpenPOWER on IntegriCloud