Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More #include cleaning | Daniel Dunbar | 2008-08-11 | 1 | -2/+0 |
| | | | | | | | | | | | - Kill unnecessary #includes in .cpp files. This is an automatic sweep so some things removed are actually used, but happen to be included by a previous header. I tried to get rid of the obvious examples and this was the easiest way to trim the #includes in one fell swoop. - We now return to regularly scheduled development. llvm-svn: 54632 | ||||
* | * Remove isInSystemHeader() from DiagClient, move it to SourceManager | Nico Weber | 2008-08-10 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | * Move FormatError() from TextDiagnostic up to DiagClient, remove now empty class TextDiagnostic * Make DiagClient optional for Diagnostic This fixes the following problems: * -html-diags (and probably others) does now output the same set of warnings as console clang does * nothing crashes if one forgets to call setHeaderSearch() on TextDiagnostic * some code duplication is removed llvm-svn: 54620 | ||||
* | Expressive diagnostics-- worth their weight in gold? | Gordon Henriksen | 2008-08-09 | 1 | -20/+20 |
| | | | | | | (Fixing a spelling error.) llvm-svn: 54591 | ||||
* | add a libDriver, for now only move the text diangostics stuff from Driver to ↵ | Nico Weber | 2008-08-05 | 1 | -0/+203 |
there llvm-svn: 54383 |