summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/Warnings.cpp
Commit message (Collapse)AuthorAgeFilesLines
* switch Warnings.cpp to use the diagnostics machinery to print diagnostics, ↵Chris Lattner2009-06-231-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 Friedman2009-05-191-1/+1
| | | | llvm-svn: 72101
* Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp Eli Friedman2009-05-191-0/+106
files to lib/Frontend. llvm-svn: 72099
OpenPOWER on IntegriCloud