This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ab88c4b23f [TextDiagnosticBuffer] Fix diagnostic note emission order new c29edbf998 [VerifyDiagnosticConsumer] support -verify=<prefixes>
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Basic/DiagnosticDriverKinds.td | 4 + include/clang/Basic/DiagnosticOptions.h | 4 + include/clang/Driver/CC1Options.td | 6 +- lib/Frontend/CompilerInvocation.cpp | 33 ++- lib/Frontend/VerifyDiagnosticConsumer.cpp | 130 +++++++--- test/Frontend/diagnostics-order.c | 6 +- test/Frontend/verify-prefixes.c | 118 +++++++++ .../Sema/tautological-unsigned-enum-zero-compare.c | 174 ++----------- .../tautological-unsigned-enum-zero-compare.cpp | 269 +++------------------ test/Sema/tautological-unsigned-zero-compare.c | 125 +--------- 10 files changed, 315 insertions(+), 554 deletions(-) create mode 100644 test/Frontend/verify-prefixes.c