[cfe-commits] r91267 - /cfe/trunk/test/Preprocessor/macro_fn_disable_expand.c
Chris Lattner
sabre at nondot.org
Sun Dec 13 21:03:14 PST 2009
Author: lattner
Date: Sun Dec 13 23:03:13 2009
New Revision: 91267
URL: http://llvm.org/viewvc/llvm-project?rev=91267&view=rev
Log:
this was a couple bugzillas too
Modified:
cfe/trunk/test/Preprocessor/macro_fn_disable_expand.c
Modified: cfe/trunk/test/Preprocessor/macro_fn_disable_expand.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/macro_fn_disable_expand.c?rev=91267&r1=91266&r2=91267&view=diff
==============================================================================
--- cfe/trunk/test/Preprocessor/macro_fn_disable_expand.c (original)
+++ cfe/trunk/test/Preprocessor/macro_fn_disable_expand.c Sun Dec 13 23:03:13 2009
@@ -11,7 +11,7 @@
-// rdar://7466570
+// rdar://7466570 PR4438, PR5163
// We should get '42' in the argument list for gcc compatibility.
#define A 1
More information about the cfe-commits
mailing list