[cfe-commits] r113628 - /cfe/trunk/test/CXX/expr/expr.unary/expr.unary.noexcept/sema.cpp

Sebastian Redl sebastian.redl at getdesigned.at
Fri Sep 10 14:03:58 PDT 2010


Author: cornedbee
Date: Fri Sep 10 16:03:58 2010
New Revision: 113628

URL: http://llvm.org/viewvc/llvm-project?rev=113628&view=rev
Log:
Add another small test case.

Modified:
    cfe/trunk/test/CXX/expr/expr.unary/expr.unary.noexcept/sema.cpp

Modified: cfe/trunk/test/CXX/expr/expr.unary/expr.unary.noexcept/sema.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CXX/expr/expr.unary/expr.unary.noexcept/sema.cpp?rev=113628&r1=113627&r2=113628&view=diff
==============================================================================
--- cfe/trunk/test/CXX/expr/expr.unary/expr.unary.noexcept/sema.cpp (original)
+++ cfe/trunk/test/CXX/expr/expr.unary/expr.unary.noexcept/sema.cpp Fri Sep 10 16:03:58 2010
@@ -12,6 +12,7 @@
   P(sizeof(0));
   P(static_cast<int>(0));
   N(throw 0);
+  N((throw 0, 0));
 }
 
 void nospec();





More information about the cfe-commits mailing list