diff options
author | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-12-14 06:34:20 +0000 |
---|---|---|
committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-12-14 06:34:20 +0000 |
commit | 27f686f8ec09ca1cd4398d17f9458e1d2aaa6a2b (patch) | |
tree | 7b0bc2b8d89d28238967e2b139b5c25669a8503d /clang/test/Analysis/security-syntax-checks.m | |
parent | 7c027ee4c2729d918f49c68a0861663c61deaf6b (diff) | |
download | bcm5719-llvm-27f686f8ec09ca1cd4398d17f9458e1d2aaa6a2b.tar.gz bcm5719-llvm-27f686f8ec09ca1cd4398d17f9458e1d2aaa6a2b.zip |
Replace clang-cc with clang -cc1.
llvm-svn: 91272
Diffstat (limited to 'clang/test/Analysis/security-syntax-checks.m')
-rw-r--r-- | clang/test/Analysis/security-syntax-checks.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/security-syntax-checks.m b/clang/test/Analysis/security-syntax-checks.m index 2ce0684312c..c63d58901e4 100644 --- a/clang/test/Analysis/security-syntax-checks.m +++ b/clang/test/Analysis/security-syntax-checks.m @@ -1,4 +1,4 @@ -// RUN: clang-cc -triple i386-apple-darwin10 -analyze -warn-security-syntactic %s -verify +// RUN: clang -cc1 -triple i386-apple-darwin10 -analyze -warn-security-syntactic %s -verify // <rdar://problem/6336718> rule request: floating point used as loop // condition (FLP30-C, FLP-30-CPP) |