diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-02-06 19:36:35 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-02-06 19:36:35 +0000 |
commit | 2770105f9ecdc1bf8ba0bc9ed1963eeabc10377d (patch) | |
tree | 2ac9d1db32620a91f1c19e1db8ed1cb619eb7401 | |
parent | 8425a0f7b586079e3d71c3293fbf641e19e288fa (diff) |
Add sub-testcase where we process Cocoa.h using --disable-free (i.e., test the usage of the BumpPtrAllocator in ASTContext).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63957 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/SemaObjC/cocoa.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SemaObjC/cocoa.m b/test/SemaObjC/cocoa.m index 795e0c8cb2..543c285d7c 100644 --- a/test/SemaObjC/cocoa.m +++ b/test/SemaObjC/cocoa.m @@ -1,4 +1,5 @@ // RUN: clang %s -print-stats && +// RUN: clang %s -disable-free && // RUN: clang -x objective-c-header -o %t %s && clang -token-cache %t %s && // RUN: clang -x objective-c-header -o %t %s && clang -token-cache %t %s -E %s -o /dev/null #ifdef __APPLE__ |