summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/HeaderSearch.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* <rdar://problem/13037793> Allow the names of modules to differ from the name ...Douglas Gregor2013-03-211-8/+31
* [Modules] Don't eagerly load and associate all the module header files.Argyrios Kyrtzidis2013-03-131-2/+16
* Remove unused static variable.Douglas Gregor2013-03-051-4/+0
* Teach subframework header lookup to suggest modules <rdar://problem/13176200>.Douglas Gregor2013-02-081-1/+22
* <limits.h> includes <linux/limits.h> on Linux, no need to special-case itDmitri Gribenko2013-01-261-3/+1
* Since we're stuck with realpath for the header <-> module mapping,Douglas Gregor2013-01-261-6/+5
* Fix compilation on Linux, which defines PATH_MAX in a weird place,Douglas Gregor2013-01-221-0/+5
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-4/+4
* Rework the realpath nonsense for framework lookups to deal moreDouglas Gregor2013-01-101-97/+117
* Return true from HeaderSearch::isFileMultipleIncludeGuarded if the fileArgyrios Kyrtzidis2012-12-101-1/+2
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-5/+5
* Introduce inferred framework modules into the module map file,Douglas Gregor2012-11-061-1/+27
* Move HeaderSearchOptions into the Lex library, make it intrusivelyDouglas Gregor2012-10-241-2/+4
* Under certain terrible circumstances (<rdar://problem/10805775>),Douglas Gregor2012-09-251-0/+13
OpenPOWER on IntegriCloud