aboutsummaryrefslogtreecommitdiff
path: root/lib/Lex/HeaderMap.cpp
AgeCommit message (Expand)Author
2013-02-09Remove some stray uses of <ctype.h> functions.Jordan Rose
2013-02-08Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose
2012-09-06Dont cast away const needlessly. Found by gcc48 -Wcast-qual.Roman Divacky
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith
2012-02-05Basic: import OwningPtr<> into clang namespaceDylan Noblesmith
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-04-26To be able to replay compilations we need to accurately remodel howManuel Klimek
2011-03-16Add a 'RawPath' parameter to the PPCallbacks interface. This allowsChandler Carruth
2010-12-19Add missing standard includes. Patch by Joerg Sonnenberger!Nick Lewycky
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-23now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner
2010-11-21remove old compatibility APIs, use StringRef versions instead.Chris Lattner
2010-11-03Implement -working-directory.Argyrios Kyrtzidis
2010-01-10Simplify code. No functionality change.Benjamin Kramer
2010-01-10stringref'ize a bunch of filename handling logic. MuchChris Lattner
2009-10-26Update location of DataTypes.h to reflect move in LLVM with r85086.Chandler Carruth
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-03-02improve compatibility with GCC 4.4, patch by Michel Salim (PR3697)Chris Lattner
2008-10-28Initialize Suffix and Prefix to 0, even with a bad entry. Removes an uniniti...Ted Kremenek
2008-04-01Update to match simplified llvm MemoryBuffer interfaces for files.Chris Lattner
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner