summaryrefslogtreecommitdiffstats
path: root/include/clang/Lex/HeaderMap.h
Commit message (Expand)AuthorAgeFilesLines
* Use StringRef for MemoryBuffer identifier API (NFC)Mehdi Amini2016-10-011-1/+1
* Lex: Return "" when HeaderMap::lookupFilename failsDuncan P. N. Exon Smith2016-02-231-1/+5
* Lex: Change HeaderMapImpl::getString() to return StringRef, NFCDuncan P. N. Exon Smith2016-02-201-1/+1
* Lex: Add some unit tests for corrupt header mapsDuncan P. N. Exon Smith2016-02-201-20/+33
* Lex: clang-format HeaderMap.h, NFCDuncan P. N. Exon Smith2016-02-201-4/+6
* Lex: Remove explicitly deleted copy constructor, NFCDuncan P. N. Exon Smith2016-02-201-3/+0
* Make headers self-contained.Benjamin Kramer2016-02-021-3/+1
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-2/+2
* [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+0
* unique_ptrify HeaderMap::FileBufferDavid Blaikie2014-08-291-6/+5
* If the headermap maps the filename to a framework include ("Foo.h" -> "Foo/Fo...Argyrios Kyrtzidis2014-02-141-0/+5
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Dmitri Gribenko2012-09-151-2/+3
* Documentation cleanup: escape # character in a Doxygen comment.James Dennett2012-06-201-1/+1
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-201-3/+3
* To be able to replay compilations we need to accurately remodel howManuel Klimek2011-04-261-2/+1
* Add a 'RawPath' parameter to the PPCallbacks interface. This allowsChandler Carruth2011-03-161-1/+7
* now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner2010-11-231-5/+2
* Implement -working-directory.Argyrios Kyrtzidis2010-11-031-2/+5
* stringref'ize a bunch of filename handling logic. MuchChris Lattner2010-01-101-2/+2
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-7/+7
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Add newlineSeo Sanghyeon2007-12-201-1/+1
* implement enough helper functions to successfully dump out the Chris Lattner2007-12-171-0/+11
* Finish hooking up the scaffolding for headermaps. They can now do everythingChris Lattner2007-12-171-6/+13
* Start reading the headermap header, drop the 'errorstr' argument toChris Lattner2007-12-171-3/+1
* Sink getName into DirectoryLookup to simplify the client in clang.Chris Lattner2007-12-171-0/+5
* add headermap.cppChris Lattner2007-12-171-8/+4
* finish stubbing out support for HeaderMap. Now we just need an implementation!Chris Lattner2007-12-171-0/+13
* Step #1 in adding headermap support to clang.Chris Lattner2007-12-171-0/+37