diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-02-24 21:43:08 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-02-24 21:43:08 +0000 |
commit | 65d39251ff57b8e33cf6d3a7fcc6aa1c6f8cdc68 (patch) | |
tree | 84c26cf000432582445b07f79193b2fa9b64e90e /test/Analysis/misc-ps-region-store-x86_64.m | |
parent | 08099adb95fd111009c19f49038674c93df34c48 (diff) | |
download | clang-65d39251ff57b8e33cf6d3a7fcc6aa1c6f8cdc68.tar.gz |
[analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126440 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 e3c6d47348..a440bc55ae 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_cc1 -triple x86_64-apple-darwin9 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -verify -fblocks %s +// RUN: %clang_cc1 -triple x86_64-apple-darwin9 -analyze -analyzer-checker=core.experimental -analyzer-check-objc-mem -analyzer-store=region -verify -fblocks %s // Here is a case where a pointer is treated as integer, invalidated as an // integer, and then used again as a pointer. This test just makes sure |