From 80954b7dc36edff662085e8b1d852f8cba612942 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Fri, 6 Feb 2009 19:36:35 +0000 Subject: [PATCH] Add sub-testcase where we process Cocoa.h using --disable-free (i.e., test the usage of the BumpPtrAllocator in ASTContext). llvm-svn: 63957 --- clang/test/SemaObjC/cocoa.m | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/test/SemaObjC/cocoa.m b/clang/test/SemaObjC/cocoa.m index 795e0c8cb28d..543c285d7cf2 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__