Age | Commit message (Expand) | Author |
---|---|---|
2009-05-19 | Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp | Eli Friedman |
2009-05-19 | Move options for -E mode from PrintPreprocessedOutput.cpp to | Eli Friedman |
2009-05-19 | Refactor -dM mode out of the main routine for -E handling. | Eli Friedman |
2009-05-19 | Switch some utilities in clang-cc to take a stream instead of a | Eli Friedman |
2009-04-29 | Integrate 3 months of ObjC rewriter fixes (from the Apple/objective-rewrite b... | Steve Naroff |
2009-04-12 | Implement support for GCC's -dD mode, which dumps -E output *and* | Chris Lattner |
2009-03-31 | Rename clang.[cpp,h] to clang-cc.[cpp,h] to reflect the name change of the | Ted Kremenek |
2009-03-27 | push line markers through -E mode. | Chris Lattner |
2009-03-24 | Move <root>/Driver into <root>/tools/clang-cc. | Daniel Dunbar |