summaryrefslogtreecommitdiffstats
path: root/clang/tools/clang-cc/CacheTokens.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp Eli Friedman2009-05-191-658/+0
* Switch some utilities in clang-cc to take a stream instead of a Eli Friedman2009-05-191-11/+2
* Make the on-disk hash table usable with non-fileDouglas Gregor2009-04-201-1/+1
* Move the on-disk hash table code into its own header. No functionality change.Douglas Gregor2009-04-201-160/+2
* invalid directives can occur in #if 0 code, just pass themChris Lattner2009-04-191-1/+4
* make PTH not crash on a null directive (# on its own line)Chris Lattner2009-04-191-2/+4
* use isNot instead of !isChris Lattner2009-04-191-3/+4
* Rename clang.[cpp,h] to clang-cc.[cpp,h] to reflect the name change of theTed Kremenek2009-03-311-1/+1
* move StatListener out to top level.Chris Lattner2009-03-281-33/+33
* various cleanups, no functionality changeChris Lattner2009-03-281-33/+28
* Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar2009-03-241-0/+824
OpenPOWER on IntegriCloud