[cfe-commits] r39068 - /cfe/cfe/trunk/test/Preprocessor/comment_save_if.c
sabre at cs.uiuc.edu
sabre at cs.uiuc.edu
Wed Jul 11 09:27:16 PDT 2007
Author: sabre
Date: Wed Jul 11 11:27:16 2007
New Revision: 39068
URL: http://llvm.org/viewvc/llvm-project?rev=39068&view=rev
Log:
new testcase
Added:
cfe/cfe/trunk/test/Preprocessor/comment_save_if.c (with props)
Added: cfe/cfe/trunk/test/Preprocessor/comment_save_if.c
URL: http://llvm.org/viewvc/llvm-project/cfe/cfe/trunk/test/Preprocessor/comment_save_if.c?rev=39068&view=auto
==============================================================================
--- cfe/cfe/trunk/test/Preprocessor/comment_save_if.c (added)
+++ cfe/cfe/trunk/test/Preprocessor/comment_save_if.c Wed Jul 11 11:27:16 2007
@@ -0,0 +1,6 @@
+// RUN: clang %s -E -CC -pedantic 2>&1 | grep -v '^/' | not grep warning
+
+#if 1 /*bar */
+
+#endif /*foo*/
+
Propchange: cfe/cfe/trunk/test/Preprocessor/comment_save_if.c
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cfe/cfe/trunk/test/Preprocessor/comment_save_if.c
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
More information about the cfe-commits
mailing list