diff options
Diffstat (limited to 'test/Analysis/exceptions.mm')
-rw-r--r-- | test/Analysis/exceptions.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/exceptions.mm b/test/Analysis/exceptions.mm index ab2a6a6851..dab1b5e8c9 100644 --- a/test/Analysis/exceptions.mm +++ b/test/Analysis/exceptions.mm @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -analyze -fexceptions -fobjc-exceptions -fcxx-exceptions -analyzer-ipa=inlining -analyzer-checker=core,unix.Malloc,debug.ExprInspection -verify %s +// RUN: %clang_cc1 -analyze -fexceptions -fobjc-exceptions -fcxx-exceptions -analyzer-checker=core,unix.Malloc,debug.ExprInspection -verify %s void clang_analyzer_checkInlined(bool); |