summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/malloc-protoype.c
diff options
context:
space:
mode:
authorDominic Chen <d.c.ddcc@gmail.com>2017-02-27 02:36:15 +0000
committerDominic Chen <d.c.ddcc@gmail.com>2017-02-27 02:36:15 +0000
commit02064a307691b6fa127dd08244e4faa7602e9876 (patch)
tree9d17e23558b5c35898a6712575da7da204d1b23b /clang/test/Analysis/malloc-protoype.c
parent3255a52200830318f8dd270295750dbde2a94b7f (diff)
downloadbcm5719-llvm-02064a307691b6fa127dd08244e4faa7602e9876.tar.gz
bcm5719-llvm-02064a307691b6fa127dd08244e4faa7602e9876.zip
[analyzer] NFC: Update test infrastructure to support multiple constraint managers
Summary: Replace calls to %clang/%clang_cc1 with %clang_analyze_cc1 when invoking static analyzer, and perform runtime substitution to select the appropriate constraint manager, per D28952. Reviewers: xazax.hun, NoQ, zaks.anna, dcoughlin Subscribers: mgorny, rgov, mikhail.ramalho, a.sidorin, cfe-commits Differential Revision: https://reviews.llvm.org/D30373 llvm-svn: 296312
Diffstat (limited to 'clang/test/Analysis/malloc-protoype.c')
-rw-r--r--clang/test/Analysis/malloc-protoype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/malloc-protoype.c b/clang/test/Analysis/malloc-protoype.c
index f056f0f2855..0b8c0f9f28d 100644
--- a/clang/test/Analysis/malloc-protoype.c
+++ b/clang/test/Analysis/malloc-protoype.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -w -analyze -analyzer-checker=core,unix.Malloc -verify %s
+// RUN: %clang_analyze_cc1 -w -analyzer-checker=core,unix.Malloc -verify %s
// expected-no-diagnostics
// Test that strange prototypes doesn't crash the analyzer
OpenPOWER on IntegriCloud