summaryrefslogtreecommitdiff
path: root/lib/Lex/HeaderMap.cpp
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'. Lex edition.Craig Topper2014-05-17
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-09
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-07
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-07
* If the headermap maps the filename to a framework include ("Foo.h" -> "Foo/Fo...Argyrios Kyrtzidis2014-02-14
* Use only explicit bool conversion operatorDavid Blaikie2013-05-15
* Remove some stray uses of <ctype.h> functions.Jordan Rose2013-02-09
* Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose2013-02-08
* Dont cast away const needlessly. Found by gcc48 -Wcast-qual.Roman Divacky2012-09-06
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-05
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-05
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-23
* To be able to replay compilations we need to accurately remodel howManuel Klimek2011-04-26
* Add a 'RawPath' parameter to the PPCallbacks interface. This allowsChandler Carruth2011-03-16
* Add missing standard includes. Patch by Joerg Sonnenberger!Nick Lewycky2010-12-19
* Merge System into Support.Michael J. Spencer2010-11-29
* now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner2010-11-23
* remove old compatibility APIs, use StringRef versions instead.Chris Lattner2010-11-21
* Implement -working-directory.Argyrios Kyrtzidis2010-11-03
* Simplify code. No functionality change.Benjamin Kramer2010-01-10
* stringref'ize a bunch of filename handling logic. MuchChris Lattner2010-01-10
* Update location of DataTypes.h to reflect move in LLVM with r85086.Chandler Carruth2009-10-26
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-09
* improve compatibility with GCC 4.4, patch by Michel Salim (PR3697)Chris Lattner2009-03-02
* Initialize Suffix and Prefix to 0, even with a bad entry. Removes an uniniti...Ted Kremenek2008-10-28
* Update to match simplified llvm MemoryBuffer interfaces for files.Chris Lattner2008-04-01
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-15