summaryrefslogtreecommitdiffstats
path: root/lib/Lex/HeaderMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-1/+1
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-051-1/+1
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-2/+2
* To be able to replay compilations we need to accurately remodel howManuel Klimek2011-04-261-4/+1
* Add a 'RawPath' parameter to the PPCallbacks interface. This allowsChandler Carruth2011-03-161-2/+5
* Add missing standard includes. Patch by Joerg Sonnenberger!Nick Lewycky2010-12-191-0/+1
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner2010-11-231-7/+4
* remove old compatibility APIs, use StringRef versions instead.Chris Lattner2010-11-211-1/+1
* Implement -working-directory.Argyrios Kyrtzidis2010-11-031-4/+6
* Simplify code. No functionality change.Benjamin Kramer2010-01-101-18/+1
* stringref'ize a bunch of filename handling logic. MuchChris Lattner2010-01-101-6/+6
* Update location of DataTypes.h to reflect move in LLVM with r85086.Chandler Carruth2009-10-261-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-22/+22
* improve compatibility with GCC 4.4, patch by Michel Salim (PR3697)Chris Lattner2009-03-021-0/+1
* Initialize Suffix and Prefix to 0, even with a bad entry. Removes an uniniti...Ted Kremenek2008-10-281-1/+4
* Update to match simplified llvm MemoryBuffer interfaces for files.Chris Lattner2008-04-011-2/+1
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+242