[cfe-commits] r38719 - /cfe/cfe/trunk/test/Preprocessor/macro_fn_disable_expand.c

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


Author: sabre
Date: Wed Jul 11 11:24:04 2007
New Revision: 38719

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

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

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

==============================================================================
--- cfe/cfe/trunk/test/Preprocessor/macro_fn_disable_expand.c (added)
+++ cfe/cfe/trunk/test/Preprocessor/macro_fn_disable_expand.c Wed Jul 11 11:24:04 2007
@@ -0,0 +1,5 @@
+// clang %s -E | grep 'bar foo (2)'
+
+#define foo(x) bar x
+foo(foo) (2)
+

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

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

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

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





More information about the cfe-commits mailing list