diff options
author | Chris Lattner <sabre@nondot.org> | 2009-12-14 05:03:13 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-12-14 05:03:13 +0000 |
commit | f290e005e4bf335e949dcb9c36d709db82ad1b7d (patch) | |
tree | e9fab25b45ac2fe159cdbbcda20af500aff201dc /clang/test/Preprocessor/macro_fn_disable_expand.c | |
parent | 4c53c40a4cbd893d43ec823c95b6da25245dfc2f (diff) | |
download | bcm5719-llvm-f290e005e4bf335e949dcb9c36d709db82ad1b7d.tar.gz bcm5719-llvm-f290e005e4bf335e949dcb9c36d709db82ad1b7d.zip |
this was a couple bugzillas too
llvm-svn: 91267
Diffstat (limited to 'clang/test/Preprocessor/macro_fn_disable_expand.c')
-rw-r--r-- | clang/test/Preprocessor/macro_fn_disable_expand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/macro_fn_disable_expand.c b/clang/test/Preprocessor/macro_fn_disable_expand.c index e2c666e6a28..d40ee2aa6ec 100644 --- a/clang/test/Preprocessor/macro_fn_disable_expand.c +++ b/clang/test/Preprocessor/macro_fn_disable_expand.c @@ -11,7 +11,7 @@ m(m) -// rdar://7466570 +// rdar://7466570 PR4438, PR5163 // We should get '42' in the argument list for gcc compatibility. #define A 1 |