]> granicus.if.org Git - clang/commit
add regex support for -verify mode. You can now do things like
authorChris Lattner <sabre@nondot.org>
Wed, 28 Apr 2010 20:02:30 +0000 (20:02 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 28 Apr 2010 20:02:30 +0000 (20:02 +0000)
commit60909e1242f19aa8b1b87110aaa8e394f329ae96
tree953e9ea957bf5c56b3eda5fc4671ae8919049026
parentc6cd5fd3eae71f8841504a396563343cfaaf503e
add regex support for -verify mode.  You can now do things like
expected-error-re {{someregex}}

Patch by mike-m!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102516 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticFrontendKinds.td
include/clang/Frontend/VerifyDiagnosticsClient.h
lib/Frontend/VerifyDiagnosticsClient.cpp
test/Misc/verify.c [new file with mode: 0644]