summaryrefslogtreecommitdiffstats
path: root/clang/tools/clang-cc/CacheTokens.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp Eli Friedman2009-05-191-658/+0
| | | | | | files to lib/Frontend. llvm-svn: 72099
* Switch some utilities in clang-cc to take a stream instead of a Eli Friedman2009-05-191-11/+2
| | | | | | filename (or unconditionally using stdout). llvm-svn: 72085
* Make the on-disk hash table usable with non-fileDouglas Gregor2009-04-201-1/+1
| | | | | | raw_ostreams. Requires LLVM r69583. llvm-svn: 69584
* Move the on-disk hash table code into its own header. No functionality change.Douglas Gregor2009-04-201-160/+2
| | | | llvm-svn: 69580
* invalid directives can occur in #if 0 code, just pass themChris Lattner2009-04-191-1/+4
| | | | | | | through like other directives PTH doesn't care about. This should fix rdar://6804029 llvm-svn: 69524
* make PTH not crash on a null directive (# on its own line)Chris Lattner2009-04-191-2/+4
| | | | llvm-svn: 69523
* use isNot instead of !isChris Lattner2009-04-191-3/+4
| | | | llvm-svn: 69522
* Rename clang.[cpp,h] to clang-cc.[cpp,h] to reflect the name change of theTed Kremenek2009-03-311-1/+1
| | | | | | low-level frontend driver. llvm-svn: 68131
* move StatListener out to top level.Chris Lattner2009-03-281-33/+33
| | | | llvm-svn: 67886
* various cleanups, no functionality changeChris Lattner2009-03-281-33/+28
| | | | llvm-svn: 67883
* Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar2009-03-241-0/+824
Again, I tried to update cmake but it is untested. llvm-svn: 67605
OpenPOWER on IntegriCloud