summaryrefslogtreecommitdiffstats
path: root/clang/tools/clang-cc/RewriteTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp Eli Friedman2009-05-191-39/+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-4/+3
| | | | | | filename (or unconditionally using stdout). llvm-svn: 72085
* 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 <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar2009-03-241-0/+40
Again, I tried to update cmake but it is untested. llvm-svn: 67605
OpenPOWER on IntegriCloud