[cfe-commits] r39020 - /cfe/cfe/trunk/test/Preprocessor/macro_arg_keyword.c

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


Author: sabre
Date: Wed Jul 11 11:26:54 2007
New Revision: 39020

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

Added:
    cfe/cfe/trunk/test/Preprocessor/macro_arg_keyword.c   (with props)

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

==============================================================================
--- cfe/cfe/trunk/test/Preprocessor/macro_arg_keyword.c (added)
+++ cfe/cfe/trunk/test/Preprocessor/macro_arg_keyword.c Wed Jul 11 11:26:54 2007
@@ -0,0 +1,6 @@
+// RUN: clang -E %s | grep xxx-xxx
+
+#define foo(return) return-return
+
+foo(xxx)
+

Propchange: cfe/cfe/trunk/test/Preprocessor/macro_arg_keyword.c

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

Propchange: cfe/cfe/trunk/test/Preprocessor/macro_arg_keyword.c

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





More information about the cfe-commits mailing list