summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/security-syntax-checks-no-emit.c
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2011-02-17 21:39:33 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2011-02-17 21:39:33 +0000
commitaf45aca670d8605c459e23699da9441c57e0b680 (patch)
tree40deddf70c9ffa32ec1f634195dc333351a2a5b3 /clang/test/Analysis/security-syntax-checks-no-emit.c
parent24ffc08f394259ab926f2b7c4807e360ef04c51d (diff)
downloadbcm5719-llvm-af45aca670d8605c459e23699da9441c57e0b680.tar.gz
bcm5719-llvm-af45aca670d8605c459e23699da9441c57e0b680.zip
[analyzer] Use the new registration mechanism on the non-path-sensitive-checkers:
DeadStoresChecker ObjCMethSigsChecker ObjCUnusedIvarsChecker SizeofPointerChecker ObjCDeallocChecker SecuritySyntaxChecker llvm-svn: 125779
Diffstat (limited to 'clang/test/Analysis/security-syntax-checks-no-emit.c')
-rw-r--r--clang/test/Analysis/security-syntax-checks-no-emit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/security-syntax-checks-no-emit.c b/clang/test/Analysis/security-syntax-checks-no-emit.c
index 7a71235a2c7..f129e8a8e5a 100644
--- a/clang/test/Analysis/security-syntax-checks-no-emit.c
+++ b/clang/test/Analysis/security-syntax-checks-no-emit.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple i686-pc-linux-gnu -analyze -analyzer-check-security-syntactic %s -verify
+// RUN: %clang_cc1 -triple i686-pc-linux-gnu -analyze -analyzer-checker=core.experimental.SecuritySyntactic %s -verify
// This file complements 'security-syntax-checks.m', but tests that we omit
// specific checks on platforms where they don't make sense.
OpenPOWER on IntegriCloud