diff options
author | Nico Weber <nicolasweber@gmx.de> | 2008-08-10 19:59:06 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2008-08-10 19:59:06 +0000 |
commit | 4c3116437cc19d05b3031b8e99566ef47bf463e8 (patch) | |
tree | a6f8b9aed87ba5053d4400387feaf2970bbae916 /clang/lib/Driver/TextDiagnosticPrinter.cpp | |
parent | cb1e06e8fda6d896c7b3031c220fb10e45b30049 (diff) | |
download | bcm5719-llvm-4c3116437cc19d05b3031b8e99566ef47bf463e8.tar.gz bcm5719-llvm-4c3116437cc19d05b3031b8e99566ef47bf463e8.zip |
* Remove isInSystemHeader() from DiagClient, move it to SourceManager
* 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
Diffstat (limited to 'clang/lib/Driver/TextDiagnosticPrinter.cpp')
-rw-r--r-- | clang/lib/Driver/TextDiagnosticPrinter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Driver/TextDiagnosticPrinter.cpp b/clang/lib/Driver/TextDiagnosticPrinter.cpp index f8f6b3599b3..5b99f702052 100644 --- a/clang/lib/Driver/TextDiagnosticPrinter.cpp +++ b/clang/lib/Driver/TextDiagnosticPrinter.cpp @@ -14,7 +14,6 @@ #include "clang/Driver/TextDiagnosticPrinter.h" #include "clang/Basic/FileManager.h" #include "clang/Basic/SourceManager.h" -#include "clang/Lex/HeaderSearch.h" #include "clang/Lex/Lexer.h" #include "llvm/Support/MemoryBuffer.h" #include <string> |