[cfe-commits] r61958 - /cfe/trunk/test/Sema/carbon.c

Ted Kremenek kremenek at apple.com
Thu Jan 8 15:42:56 PST 2009


Author: kremenek
Date: Thu Jan  8 17:42:56 2009
New Revision: 61958

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

Modified:
    cfe/trunk/test/Sema/carbon.c

Modified: cfe/trunk/test/Sema/carbon.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Sema/carbon.c?rev=61958&r1=61957&r2=61958&view=diff

==============================================================================
--- cfe/trunk/test/Sema/carbon.c (original)
+++ cfe/trunk/test/Sema/carbon.c Thu Jan  8 17:42:56 2009
@@ -1,4 +1,5 @@
-// RUN: clang %s -fsyntax-only -print-stats
+// RUN: clang %s -fsyntax-only -print-stats &&
+// RUN: clang -x c-header -o %t %s && clang -token-cache %t %s
 #ifdef __APPLE__
 #include <Carbon/Carbon.h>
 #endif





More information about the cfe-commits mailing list