commit | 3c57f7ebab610ee09a95fa3665c68d217b733ff6 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon May 05 04:10:51 2008 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon May 05 04:10:51 2008 +0000 |
tree | 70e7d4348cfab7a11eecbb4f4a7c558b4e09a40e | |
parent | bcde17222280cc15c78903389a7f5a5eee31c0ec [diff] [blame] |
fix a bug handling right associative operators that Neil noticed, hopefully the final part of PR2279 llvm-svn: 50635
diff --git a/clang/test/Preprocessor/expr_liveness.c b/clang/test/Preprocessor/expr_liveness.c index 61c0732..da30616 100644 --- a/clang/test/Preprocessor/expr_liveness.c +++ b/clang/test/Preprocessor/expr_liveness.c
@@ -26,6 +26,9 @@ #error #endif +// PR2279 +#if 1 ? 2 ? 3 : 4 : 5 +#endif #else