summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/HeaderSearch.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* clang-format a recent commit I madeDavid Blaikie2014-11-191-1/+1
* Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.David Blaikie2014-11-191-15/+13
* PR21215: Support -fmodule-map-file being specified multiple times. SupportRichard Smith2014-10-171-9/+11
* Switch to range-based for loop. No functionality change.Richard Smith2014-10-171-9/+3
* Correctly implement -include search logic.Manuel Klimek2014-08-121-36/+14
* Refactor the module map file used for uniquing a module name out ofBen Langmuir2014-08-091-1/+3
* Hide the concept of diagnostic levels from lex, parse and semaAlp Toker2014-06-151-3/+1
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-3/+3
* [C++11] Use 'nullptr'. Lex edition.Craig Topper2014-05-171-40/+40
* Use the virtual name of headers when searching for a moduleBen Langmuir2014-05-151-6/+6
* Allow multiple modules with the same name to coexist in the module cacheBen Langmuir2014-04-141-12/+23
* [HeaderSearch] Make sure we clear the mapped name from the LookupFileCacheInf...Argyrios Kyrtzidis2014-03-291-1/+1
* Prevent lookup of subframework modules by name without parent frameworkBen Langmuir2014-03-201-24/+3
* Silencing an MSVC warning about not all control paths returning a value. No f...Aaron Ballman2014-03-201-0/+1
* Add a new spelling for module map files 'module.modulemap'Ben Langmuir2014-03-191-63/+91
* Prevent outputting HeaderFileInfos for files not used as headersBen Langmuir2014-03-131-0/+12
* [HeaderSearch] Fix issue where if a headermap entry maps the filename to a fr...Argyrios Kyrtzidis2014-03-111-10/+28
* Fix use-after-free detected by ASan bootstrap.Richard Smith2014-03-061-2/+7
* If a #include finds a file relative to the current file, don't forget to checkRichard Smith2014-03-051-24/+53
* Fix false positives in -Wmsvc-include by continuing header searchReid Kleckner2014-02-181-9/+44
* If the headermap maps the filename to a framework include ("Foo.h" -> "Foo/Fo...Argyrios Kyrtzidis2014-02-141-5/+28
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-1/+1
* Silence compile warning by removing unused SourceMgr memberWill Wilson2013-12-271-3/+2
* Implement MSVC header search algorithm in MicrosoftMode.Will Wilson2013-12-271-59/+63
* Fix comment typo.Will Wilson2013-12-191-1/+1
* Modules: Don't warn upon missing headers while reading the module map.Daniel Jasper2013-12-171-1/+1
* Revert "Modules: Make missing headers in a module.map a warning not an error."Daniel Jasper2013-12-161-1/+1
* Modules: Make missing headers in a module.map a warning not an error.Daniel Jasper2013-12-161-1/+1
* [Modules] Don't parse any module map if modules are disabled.Argyrios Kyrtzidis2013-12-121-0/+5
* Revert r196859, "Use llvm::sys::path::append to concatenate paths", to appeas...NAKAMURA Takumi2013-12-101-2/+5
* Use llvm::sys::path::append to concatenate pathsDmitri Gribenko2013-12-101-5/+2
* Preload module maps in normal user directories, too.Douglas Gregor2013-11-011-3/+2
* Use the same SourceManager for ModuleMaps and compilations.Manuel Klimek2013-10-241-3/+3
* Allow a header to be part of multiple modules.Daniel Jasper2013-10-221-32/+29
* Add -fmodule-map-file option.Daniel Jasper2013-09-241-7/+29
* Module use declarations (II)Daniel Jasper2013-09-241-0/+1
* [Modules] If a module map resides in a system header directory, treat it as a...Douglas Gregor2013-06-211-19/+24
* This patch adds new private headers to the module map. PrivateLawrence Crowl2013-06-201-10/+10
* [Modules] Make r180934 more efficient by only loading top-level module maps i...Douglas Gregor2013-05-101-0/+14
* [PCH] Remove the ASTReaderListener::ReadHeaderFileInfo callback.Argyrios Kyrtzidis2013-05-081-7/+0
* [modules] When building a module, make sure we don't serialize out HeaderFile...Argyrios Kyrtzidis2013-05-081-1/+3
OpenPOWER on IntegriCloud