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

Ted Kremenek kremenek at apple.com
Thu Jan 8 15:41:35 PST 2009


Author: kremenek
Date: Thu Jan  8 17:41:35 2009
New Revision: 61957

URL: http://llvm.org/viewvc/llvm-project?rev=61957&view=rev
Log:
Enhance -fsyntax-only test of Cocoa.h to also include testing for PTH.

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=61957&r1=61956&r2=61957&view=diff

==============================================================================
--- cfe/trunk/test/SemaObjC/cocoa.m (original)
+++ cfe/trunk/test/SemaObjC/cocoa.m Thu Jan  8 17:41:35 2009
@@ -1,4 +1,5 @@
-// RUN: clang %s -print-stats
+// RUN: clang %s -print-stats &&
+// RUN: clang -x objective-c-header -o %t %s && clang -token-cache %t %s
 #ifdef __APPLE__
 #include <Cocoa/Cocoa.h>
 #endif





More information about the cfe-commits mailing list