diff options
Diffstat (limited to 'clang/test/Analysis/ctor.mm')
| -rw-r--r-- | clang/test/Analysis/ctor.mm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Analysis/ctor.mm b/clang/test/Analysis/ctor.mm index 6a8711d8e8d..5ef2beea496 100644 --- a/clang/test/Analysis/ctor.mm +++ b/clang/test/Analysis/ctor.mm @@ -1,4 +1,5 @@ // RUN: %clang_analyze_cc1 -analyzer-checker=core,debug.ExprInspection -fobjc-arc -analyzer-config c++-inlining=constructors -Wno-null-dereference -std=c++11 -verify %s +// RUN: %clang_analyze_cc1 -analyzer-checker=core,debug.ExprInspection -fobjc-arc -analyzer-config c++-inlining=constructors -Wno-null-dereference -std=c++11 -verify -DTEST_INLINABLE_ALLOCATORS %s #include "Inputs/system-header-simulator-cxx.h" |

