Author: zaks
Date: Fri Aug 29 16:51:22 2014
New Revision: 216783
URL: http://llvm.org/viewvc/llvm-project?rev=216783&view=rev
Log:
Fixup for r216763. Add a driver test.
Modified:
cfe/trunk/test/Analysis/disable-all-checks.c
Modified: cfe/trunk/test/Analysis/disable-all-checks.c
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Analysis/disable-all-checks.c?rev=216783&r1=216782&r2=216783&view=diff
==============================================================================
--- cfe/trunk/test/Analysis/disable-all-checks.c (original)
+++ cfe/trunk/test/Analysis/disable-all-checks.c Fri Aug 29 16:51:22 2014
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits