[cfe-commits] r38608 - /cfe/cfe/trunk/test/Preprocessor/_Pragma-syshdr.c

sabre at cs.uiuc.edu sabre at cs.uiuc.edu
Wed Jul 11 09:23:09 PDT 2007


Author: sabre
Date: Wed Jul 11 11:23:09 2007
New Revision: 38608

URL: http://llvm.org/viewvc/llvm-project?rev=38608&view=rev
Log:
new testcase

Added:
    cfe/cfe/trunk/test/Preprocessor/_Pragma-syshdr.c   (with props)

Added: cfe/cfe/trunk/test/Preprocessor/_Pragma-syshdr.c
URL: http://llvm.org/viewvc/llvm-project/cfe/cfe/trunk/test/Preprocessor/_Pragma-syshdr.c?rev=38608&view=auto

==============================================================================
--- cfe/cfe/trunk/test/Preprocessor/_Pragma-syshdr.c (added)
+++ cfe/cfe/trunk/test/Preprocessor/_Pragma-syshdr.c Wed Jul 11 11:23:09 2007
@@ -0,0 +1,4 @@
+// RUN: clang %s -E 2>&1 | grep 'system_header ignored in main file'
+
+_Pragma ("GCC system_header")
+

Propchange: cfe/cfe/trunk/test/Preprocessor/_Pragma-syshdr.c

------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cfe/cfe/trunk/test/Preprocessor/_Pragma-syshdr.c

------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision





More information about the cfe-commits mailing list