Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | switch -Werror/-Wfatal-errors error conditions to use diagnostics instead | Chris Lattner | 2009-12-23 | 1 | -9/+7 |
| | | | | | | of printf, patch by Christian Adaker! llvm-svn: 92019 | ||||
* | implement -W[no-]fatal-errors, patch by Christian Adåker! | Chris Lattner | 2009-12-22 | 1 | -2/+25 |
| | | | | llvm-svn: 91938 | ||||
* | Move warning options into DiagnosticOptions. | Daniel Dunbar | 2009-11-12 | 1 | -8/+7 |
| | | | | llvm-svn: 86968 | ||||
* | Add Diagnostic::Report method for reporting diagnostics without a location. | Daniel Dunbar | 2009-11-10 | 1 | -2/+1 |
| | | | | llvm-svn: 86760 | ||||
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -7/+7 |
| | | | | llvm-svn: 81346 | ||||
* | PR4715 | Shantonu Sen | 2009-08-14 | 1 | -1/+1 |
| | | | | | | | -Wno-error disables WarningsAsErrors instead of mistakenly being treated like -Werror llvm-svn: 78987 | ||||
* | 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 |