[cfe-commits] r63761 - in /cfe/trunk/test/Preprocessor: include-directive1.c include.c
Chris Lattner
sabre at nondot.org
Wed Feb 4 11:38:30 PST 2009
Author: lattner
Date: Wed Feb 4 13:38:30 2009
New Revision: 63761
URL: http://llvm.org/viewvc/llvm-project?rev=63761&view=rev
Log:
rename again
Added:
cfe/trunk/test/Preprocessor/include-directive1.c
- copied unchanged from r63759, cfe/trunk/test/Preprocessor/include.c
Removed:
cfe/trunk/test/Preprocessor/include.c
Removed: cfe/trunk/test/Preprocessor/include.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/include.c?rev=63760&view=auto
==============================================================================
--- cfe/trunk/test/Preprocessor/include.c (original)
+++ cfe/trunk/test/Preprocessor/include.c (removed)
@@ -1,18 +0,0 @@
-// RUN: clang -E %s -fno-caret-diagnostics 2>&1 >/dev/null | grep 'file successfully included' | count 4
-
-// XX expands to nothing.
-#define XX
-
-// expand macros to get to file to include
-#define FILE "file_to_include.h"
-#include XX FILE
-
-#include FILE
-
-// normal include
-#include "file_to_include.h"
-
-// Expand and paste angled strings.
-# define HEADER <file_to_include.h>
-# include HEADER
-
More information about the cfe-commits
mailing list