[PATCH] D39694: [VerifyDiagnosticConsumer] support -verify=<prefixes>
Joel E. Denny via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 7 18:47:41 PST 2017
jdenny updated this revision to Diff 126086.
jdenny added a comment.
This update does the following:
1. Fixes the line wrapping that Richard pointed out.
2. Converts from std::vector to std::set for more efficient prefix lookup.
3. Grows a dependence on https://reviews.llvm.org/D40995 (which is a small patch) because the test case here now exercises multiple invalid prefixes in one command line.
4. Rebases onto a more recent master. One of the test cases rewritten here recently changed significantly.
https://reviews.llvm.org/D39694
Files:
include/clang/Basic/DiagnosticDriverKinds.td
include/clang/Basic/DiagnosticOptions.h
include/clang/Driver/CC1Options.td
lib/Frontend/CompilerInvocation.cpp
lib/Frontend/VerifyDiagnosticConsumer.cpp
test/Frontend/diagnostics-order.c
test/Frontend/verify-prefixes.c
test/Sema/tautological-constant-compare.c
test/Sema/tautological-constant-enum-compare.c
test/Sema/tautological-unsigned-enum-zero-compare.c
test/Sema/tautological-unsigned-enum-zero-compare.cpp
test/Sema/tautological-unsigned-zero-compare.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39694.126086.patch
Type: text/x-patch
Size: 49104 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171208/fe4b0efa/attachment-0001.bin>
More information about the cfe-commits
mailing list