aboutsummaryrefslogtreecommitdiff
path: root/tools/clang-cc/CacheTokens.cpp
AgeCommit message (Expand)Author
2009-05-19Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp Eli Friedman
2009-05-19Switch some utilities in clang-cc to take a stream instead of a Eli Friedman
2009-04-20Make the on-disk hash table usable with non-fileDouglas Gregor
2009-04-20Move the on-disk hash table code into its own header. No functionality change.Douglas Gregor
2009-04-19invalid directives can occur in #if 0 code, just pass themChris Lattner
2009-04-19make PTH not crash on a null directive (# on its own line)Chris Lattner
2009-04-19use isNot instead of !isChris Lattner
2009-03-31Rename clang.[cpp,h] to clang-cc.[cpp,h] to reflect the name change of theTed Kremenek
2009-03-28move StatListener out to top level.Chris Lattner
2009-03-28various cleanups, no functionality changeChris Lattner
2009-03-24Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar