[cfe-commits] r63957 - /cfe/trunk/test/SemaObjC/cocoa.m

Ted Kremenek kremenek at apple.com
Fri Feb 6 11:36:35 PST 2009


Author: kremenek
Date: Fri Feb  6 13:36:35 2009
New Revision: 63957

URL: http://llvm.org/viewvc/llvm-project?rev=63957&view=rev
Log:
Add sub-testcase where we process Cocoa.h using --disable-free (i.e., test the usage of the BumpPtrAllocator in ASTContext).

Modified:
    cfe/trunk/test/SemaObjC/cocoa.m

Modified: cfe/trunk/test/SemaObjC/cocoa.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaObjC/cocoa.m?rev=63957&r1=63956&r2=63957&view=diff

==============================================================================
--- cfe/trunk/test/SemaObjC/cocoa.m (original)
+++ cfe/trunk/test/SemaObjC/cocoa.m Fri Feb  6 13:36:35 2009
@@ -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__





More information about the cfe-commits mailing list