[cfe-commits] r60107 - in /cfe/trunk/test: Analysis/CGColorSpace.c Sema/PR2919-builtin-types-compat-strips-crv.c
Nuno Lopes
nunoplopes at sapo.pt
Wed Nov 26 07:50:19 PST 2008
Author: nlopes
Date: Wed Nov 26 09:50:12 2008
New Revision: 60107
URL: http://llvm.org/viewvc/llvm-project?rev=60107&view=rev
Log:
add missing RUN lines
Modified:
cfe/trunk/test/Analysis/CGColorSpace.c
cfe/trunk/test/Sema/PR2919-builtin-types-compat-strips-crv.c
Modified: cfe/trunk/test/Analysis/CGColorSpace.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Analysis/CGColorSpace.c?rev=60107&r1=60106&r2=60107&view=diff
==============================================================================
--- cfe/trunk/test/Analysis/CGColorSpace.c (original)
+++ cfe/trunk/test/Analysis/CGColorSpace.c Wed Nov 26 09:50:12 2008
@@ -1,4 +1,4 @@
-// clang -checker-cfref -verify %s
+// RUN: clang -checker-cfref -verify %s
typedef struct CGColorSpace *CGColorSpaceRef;
extern CGColorSpaceRef CGColorSpaceCreateDeviceRGB(void);
Modified: cfe/trunk/test/Sema/PR2919-builtin-types-compat-strips-crv.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Sema/PR2919-builtin-types-compat-strips-crv.c?rev=60107&r1=60106&r2=60107&view=diff
==============================================================================
--- cfe/trunk/test/Sema/PR2919-builtin-types-compat-strips-crv.c (original)
+++ cfe/trunk/test/Sema/PR2919-builtin-types-compat-strips-crv.c Wed Nov 26 09:50:12 2008
@@ -1,3 +1,5 @@
+// RUN: clang -fsyntax-only %s
+
typedef struct foo T0;
typedef const struct foo T1;
More information about the cfe-commits
mailing list