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 | 80954b7dc36edff662085e8b1d852f8cba612942 (patch) | |
tree | 0267e576fceb17bb2537c254982c818f62234c80 /clang/test/SemaObjC | |
parent | 474f20efe3100934d3eb6f069985feace730c09a (diff) | |
download | bcm5719-llvm-80954b7dc36edff662085e8b1d852f8cba612942.tar.gz bcm5719-llvm-80954b7dc36edff662085e8b1d852f8cba612942.zip |
Add sub-testcase where we process Cocoa.h using --disable-free (i.e., test the usage of the BumpPtrAllocator in ASTContext).
llvm-svn: 63957
Diffstat (limited to 'clang/test/SemaObjC')
-rw-r--r-- | clang/test/SemaObjC/cocoa.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/SemaObjC/cocoa.m b/clang/test/SemaObjC/cocoa.m index 795e0c8cb28..543c285d7cf 100644 --- a/clang/test/SemaObjC/cocoa.m +++ b/clang/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__ |