diff options
| author | Dominic Chen <d.c.ddcc@gmail.com> | 2017-02-27 03:29:25 +0000 |
|---|---|---|
| committer | Dominic Chen <d.c.ddcc@gmail.com> | 2017-02-27 03:29:25 +0000 |
| commit | 8589e10c30c196a4067b06a354931c933a46614b (patch) | |
| tree | 009ae61dc32fdb0b3117273b6fe720f17f536617 /clang/test/Analysis/PR24184.cpp | |
| parent | 0c001d9407d8bfb579c4ac60a41c0f06fddacaa1 (diff) | |
| download | bcm5719-llvm-8589e10c30c196a4067b06a354931c933a46614b.tar.gz bcm5719-llvm-8589e10c30c196a4067b06a354931c933a46614b.zip | |
Revert "[analyzer] NFC: Update test infrastructure to support multiple constraint managers"
This reverts commit 8e7780b9e59ddaad1800baf533058d2c064d4787.
llvm-svn: 296317
Diffstat (limited to 'clang/test/Analysis/PR24184.cpp')
| -rw-r--r-- | clang/test/Analysis/PR24184.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Analysis/PR24184.cpp b/clang/test/Analysis/PR24184.cpp index 1280334d4d6..54eae563e7d 100644 --- a/clang/test/Analysis/PR24184.cpp +++ b/clang/test/Analysis/PR24184.cpp @@ -1,5 +1,5 @@ -// RUN: %clang_analyze_cc1 -w -analyzer-eagerly-assume -fcxx-exceptions -analyzer-checker=core -analyzer-checker=alpha.core.PointerArithm,alpha.core.CastToStruct -analyzer-max-loop 64 -verify %s -// RUN: %clang_analyze_cc1 -w -analyzer-checker=core -analyzer-checker=cplusplus -fcxx-exceptions -analyzer-checker alpha.core.PointerArithm,alpha.core.CastToStruct -analyzer-max-loop 63 -verify %s +// RUN: %clang_cc1 -w -analyze -analyzer-eagerly-assume -fcxx-exceptions -analyzer-checker=core -analyzer-checker=alpha.core.PointerArithm,alpha.core.CastToStruct -analyzer-max-loop 64 -verify %s +// RUN: %clang_cc1 -w -analyze -analyzer-checker=core -analyzer-checker=cplusplus -fcxx-exceptions -analyzer-checker alpha.core.PointerArithm,alpha.core.CastToStruct -analyzer-max-loop 63 -verify %s // These tests used to hit an assertion in the bug report. Test case from http://llvm.org/PR24184. typedef struct { |

