summaryrefslogtreecommitdiffstats
path: root/include/clang/Lex/DirectoryLookup.h
Commit message (Expand)AuthorAgeFilesLines
* Use StringRef for MemoryBuffer identifier API (NFC)Mehdi Amini2016-10-011-1/+1
* Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh2016-06-131-0/+4
* Revert r272562 for build bot failure (clang-x86-win2008-selfhost)Taewook Oh2016-06-131-4/+0
* Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh2016-06-131-0/+4
* Revert commit r271708Taewook Oh2016-06-041-4/+0
* Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh2016-06-031-0/+4
* Refactor module lookup when looking up a header file, and wire through the re...Richard Smith2015-10-161-0/+4
* [C++11] Use 'nullptr'Craig Topper2014-05-061-3/+7
* [HeaderSearch] Fix issue where if a headermap entry maps the filename to a fr...Argyrios Kyrtzidis2014-03-111-0/+1
* If the headermap maps the filename to a framework include ("Foo.h" -> "Foo/Fo...Argyrios Kyrtzidis2014-02-141-2/+7
* [Modules] If a module map resides in a system header directory, treat it as a...Douglas Gregor2013-06-211-0/+5
* This patch adds new private headers to the module map. PrivateLawrence Crowl2013-06-201-2/+3
* <rdar://problem/13037793> Allow the names of modules to differ from the name ...Douglas Gregor2013-03-211-2/+16
* [Lex] Remove DirectoryLookup.UserSpecified, which is unused.Daniel Dunbar2013-01-251-12/+4
* Documentation cleanup:James Dennett2012-06-221-4/+4
* Documentation cleanup: escape # characters in Doxygen comments as needed.James Dennett2012-06-221-1/+1
* [Lex] Add support for 'user specified system frameworks' (see test case).Daniel Dunbar2012-04-051-2/+8
* Keep track of import dependencies between submodules within the moduleDouglas Gregor2011-12-081-4/+0
* Promote ModuleMap::Module to a namespace-scope class in the BasicDouglas Gregor2011-11-301-4/+4
* When making a suggestion regarding which module to load rather thanDouglas Gregor2011-11-171-4/+5
* Add an experimental flag -fauto-module-import that automatically turnsDouglas Gregor2011-09-151-2/+12
* Introduce the "-index-header-map" option, to give special semanticsDouglas Gregor2011-07-281-5/+15
* clean up forward declarations of raw_ostream to use the new LLVM.hChris Lattner2011-07-231-4/+1
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-201-6/+6
* To be able to replay compilations we need to accurately remodel howManuel Klimek2011-04-261-6/+15
* Add a 'RawPath' parameter to the PPCallbacks interface. This allowsChandler Carruth2011-03-161-3/+10
* stringref'ize a bunch of filename handling logic. MuchChris Lattner2010-01-101-4/+5
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-20/+20
* Rename Characteristic_t to CharacteristicKindChris Lattner2008-10-271-5/+5
* clean up a bunch of fixme's I added, by moving Chris Lattner2008-09-261-13/+11
* Two more Windows-related fixes:Ted Kremenek2008-02-241-2/+3
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Sink getName into DirectoryLookup to simplify the client in clang.Chris Lattner2007-12-171-6/+13
* refactor an better comment framework lookup code. This moves it from Chris Lattner2007-12-171-3/+7
* as it turns out, frameworks and headermaps are orthogonal. Make this so inChris Lattner2007-12-171-26/+43
* teach RemoveDuplicates about header maps.Chris Lattner2007-12-171-6/+12
* Step #1 in adding headermap support to clang.Chris Lattner2007-12-171-9/+39
* Stage two of getting CFE top correct.Reid Spencer2007-07-111-0/+70