start partitioning the diagnostics into two classes: those
that are builtin and those that are aren't. This is a bunch of API refactoring that will make this possible, but there is no functionality change yet. llvm-svn: 44473
Showing
- clang/Basic/Diagnostic.cpp 21 additions, 11 deletionsclang/Basic/Diagnostic.cpp
- clang/Driver/DiagChecker.cpp 2 additions, 2 deletionsclang/Driver/DiagChecker.cpp
- clang/Driver/RewriteTest.cpp 2 additions, 0 deletionsclang/Driver/RewriteTest.cpp
- clang/Driver/TextDiagnosticBuffer.cpp 6 additions, 5 deletionsclang/Driver/TextDiagnosticBuffer.cpp
- clang/Driver/TextDiagnosticBuffer.h 1 addition, 1 deletionclang/Driver/TextDiagnosticBuffer.h
- clang/Driver/TextDiagnosticPrinter.cpp 3 additions, 2 deletionsclang/Driver/TextDiagnosticPrinter.cpp
- clang/Driver/TextDiagnosticPrinter.h 1 addition, 1 deletionclang/Driver/TextDiagnosticPrinter.h
- clang/Driver/TextDiagnostics.cpp 4 additions, 4 deletionsclang/Driver/TextDiagnostics.cpp
- clang/Driver/TextDiagnostics.h 2 additions, 2 deletionsclang/Driver/TextDiagnostics.h
- clang/Lex/Lexer.cpp 2 additions, 2 deletionsclang/Lex/Lexer.cpp
- clang/include/clang/Basic/Diagnostic.h 13 additions, 9 deletionsclang/include/clang/Basic/Diagnostic.h
Loading
Please register or sign in to comment