Add sub-testcase where we process Cocoa.h using --disable-free (i.e., test the usage of the BumpPtrAllocator in ASTContext).

llvm-svn: 63957
This commit is contained in:
Ted Kremenek 2009-02-06 19:36:35 +00:00
parent 474f20efe3
commit 80954b7dc3
1 changed files with 1 additions and 0 deletions

View File

@ -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__