Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | switch Warnings.cpp to use the diagnostics machinery to print diagnostics, ↵ | Chris Lattner | 2009-06-23 | 1 | -1/+3 |
| | | | | | | | | | | | | | | not *fprintf*! Among other things, this makes the warning about unknown warning options mappable. For example: $ clang t.c -Werror -Wfoo error: unknown warning option '-Wfoo' [-Wunknown-warning-option] For another thing, they are properly color coded now too :) llvm-svn: 73936 | ||||
* | Clean up some unnecessary includes. | Eli Friedman | 2009-05-19 | 1 | -1/+1 |
| | | | | llvm-svn: 72101 | ||||
* | Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp | Eli Friedman | 2009-05-19 | 1 | -0/+106 |
files to lib/Frontend. llvm-svn: 72099 |