diff options
author | Dominic Chen <d.c.ddcc@gmail.com> | 2017-02-28 01:50:23 +0000 |
---|---|---|
committer | Dominic Chen <d.c.ddcc@gmail.com> | 2017-02-28 01:50:23 +0000 |
commit | 55aef8b0cdb1cc2241890a5fff5b224b87bf4783 (patch) | |
tree | 9a2d1d3138f89508f7233c0cdced2f1eb93f5251 /test/Analysis/misc-ps-region-store-x86_64.m | |
parent | 1b28d0b10e1c8feccb971abb6ef7a18bee589830 (diff) | |
download | clang-55aef8b0cdb1cc2241890a5fff5b224b87bf4783.tar.gz |
Revert "Reland: [analyzer] NFC: Update test infrastructure to support multiple constraint managers"
This reverts commit 1b28d0b10e1c8feccb971abb6ef7a18bee589830.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@296422 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/misc-ps-region-store-x86_64.m')
-rw-r--r-- | test/Analysis/misc-ps-region-store-x86_64.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/misc-ps-region-store-x86_64.m b/test/Analysis/misc-ps-region-store-x86_64.m index 0bdc5a2b6a..4575ad4497 100644 --- a/test/Analysis/misc-ps-region-store-x86_64.m +++ b/test/Analysis/misc-ps-region-store-x86_64.m @@ -1,4 +1,4 @@ -// RUN: %clang_analyze_cc1 -triple x86_64-apple-darwin9 -analyzer-checker=core,alpha.core -analyzer-store=region -verify -fblocks %s +// RUN: %clang_cc1 -triple x86_64-apple-darwin9 -analyze -analyzer-checker=core,alpha.core -analyzer-store=region -verify -fblocks %s // expected-no-diagnostics // Here is a case where a pointer is treated as integer, invalidated as an |