[cfe-commits] r38723 - /cfe/cfe/trunk/test/Preprocessor/macro_fn_preexpand.c

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


Author: sabre
Date: Wed Jul 11 11:24:06 2007
New Revision: 38723

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

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

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

==============================================================================
--- cfe/cfe/trunk/test/Preprocessor/macro_fn_preexpand.c (added)
+++ cfe/cfe/trunk/test/Preprocessor/macro_fn_preexpand.c Wed Jul 11 11:24:06 2007
@@ -0,0 +1,5 @@
+// clang %s -E | grep '1 1 X'
+/* Preexpansion of argument.*/
+#define A(X) 1 X
+A(A(X))
+

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

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

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

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





More information about the cfe-commits mailing list