diff options
| author | Dominic Chen <d.c.ddcc@gmail.com> | 2017-02-27 02:36:15 +0000 |
|---|---|---|
| committer | Dominic Chen <d.c.ddcc@gmail.com> | 2017-02-27 02:36:15 +0000 |
| commit | 02064a307691b6fa127dd08244e4faa7602e9876 (patch) | |
| tree | 9d17e23558b5c35898a6712575da7da204d1b23b /clang/test/Analysis/auto-obj-dtors-cfg-output.cpp | |
| parent | 3255a52200830318f8dd270295750dbde2a94b7f (diff) | |
| download | bcm5719-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/auto-obj-dtors-cfg-output.cpp')
| -rw-r--r-- | clang/test/Analysis/auto-obj-dtors-cfg-output.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/auto-obj-dtors-cfg-output.cpp b/clang/test/Analysis/auto-obj-dtors-cfg-output.cpp index 0b4454fbd95..cc47c92360a 100644 --- a/clang/test/Analysis/auto-obj-dtors-cfg-output.cpp +++ b/clang/test/Analysis/auto-obj-dtors-cfg-output.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fcxx-exceptions -fexceptions -analyze -analyzer-checker=debug.DumpCFG %s > %t 2>&1 +// RUN: %clang_analyze_cc1 -fcxx-exceptions -fexceptions -analyzer-checker=debug.DumpCFG %s > %t 2>&1 // RUN: FileCheck --input-file=%t %s class A { |

