]> granicus.if.org Git - clang/commit
Change VerifyDiagnosticConsumer so that it *must* contain at least one "expected...
authorAndy Gibbs <andyg1001@hotmail.co.uk>
Fri, 19 Oct 2012 12:49:32 +0000 (12:49 +0000)
committerAndy Gibbs <andyg1001@hotmail.co.uk>
Fri, 19 Oct 2012 12:49:32 +0000 (12:49 +0000)
commit266dba3661928d26f043560b169bea87578aa917
tree0c8f3042a1255fb78437c4e239921fd92fe30a96
parent8e8fb3be5bd78f0564444eca02b404566a5f3b5d
Change VerifyDiagnosticConsumer so that it *must* contain at least one "expected-*" directive.  As a result, for test-cases that are not expected to generate any diagnostics, an additional directive "expected-no-diagnostics" has been implemented which can then be included in such test-cases.  This new directive may not be used in conjunction with any other "expected-*" directive.

This change was initially proposed as a solution to the problem highlighted by check-in r164677, i.e. that -verify will not cause a test-case failure where the compile command does not actually reference the file.

Patch reviewed by David Blaikie.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166281 91177308-0d34-0410-b5e6-96231b3b80d8
docs/InternalsManual.html
include/clang/Basic/DiagnosticFrontendKinds.td
include/clang/Frontend/VerifyDiagnosticConsumer.h
lib/Frontend/VerifyDiagnosticConsumer.cpp
test/ARCMT/verify.m
test/Frontend/verify.c
test/Frontend/verify2.c
test/Frontend/verify3.c [new file with mode: 0644]