From b92e1a596e7048a8bbf84b62fa3b0178f14fc2eb Mon Sep 17 00:00:00 2001 From: Anna Zaks Date: Fri, 29 Aug 2014 21:51:22 +0000 Subject: [PATCH] Fixup for r216763. Add a driver test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@216783 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Analysis/disable-all-checks.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Analysis/disable-all-checks.c b/test/Analysis/disable-all-checks.c index d8e7e0b83c..461e6d9bf9 100644 --- a/test/Analysis/disable-all-checks.c +++ b/test/Analysis/disable-all-checks.c @@ -1,5 +1,6 @@ // RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-store=region -analyzer-disable-all-checks -verify %s // RUN: %clang_cc1 -analyze -analyzer-disable-all-checks -analyzer-checker=core -analyzer-store=region -verify %s +// RUN: %clang --analyze -Xanalyzer -analyzer-disable-all-checks -Xclang -verify %s // RUN: not %clang_cc1 -analyze -analyzer-checker=core -analyzer-store=region -analyzer-disable-checker -verify %s 2>&1 | FileCheck %s // expected-no-diagnostics -- 2.50.1