Refactor SerializeDiagnosticsPrinter to using DiagnosticRenderer. This gives...
Refactor SerializeDiagnosticsPrinter to using DiagnosticRenderer. This gives us comparative diagnostics to TextDiagnosticPrinter. This certainly can be cleaned up a bit. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146820 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Frontend/SerializedDiagnosticPrinter.h 3 additions, 1 deletioninclude/clang/Frontend/SerializedDiagnosticPrinter.h
- lib/Frontend/CompilerInstance.cpp 1 addition, 1 deletionlib/Frontend/CompilerInstance.cpp
- lib/Frontend/SerializedDiagnosticPrinter.cpp 186 additions, 71 deletionslib/Frontend/SerializedDiagnosticPrinter.cpp
- test/Misc/serialized-diags-single-issue.c 6 additions, 3 deletionstest/Misc/serialized-diags-single-issue.c
- test/Misc/serialized-diags.c 21 additions, 1 deletiontest/Misc/serialized-diags.c
- test/Misc/serialized-diags.h 5 additions, 0 deletionstest/Misc/serialized-diags.h
Loading
Please register or sign in to comment