Richard Smith
|
9ca5c42582
|
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
-std=c++0x. Patch by Ahmed Charles!
llvm-svn: 141900
|
2011-10-13 22:29:44 +00:00 |
Anders Carlsson
|
6774b1f1c1
|
Add -fcxx-exceptions to all tests that use C++ exceptions.
llvm-svn: 126599
|
2011-02-28 00:40:07 +00:00 |
Anders Carlsson
|
479d6f51e3
|
Pass -fexceptions to all tests that use try/catch/throw.
llvm-svn: 126037
|
2011-02-19 19:23:03 +00:00 |
Sebastian Redl
|
b8a76c42b5
|
Address Doug's comments.
llvm-svn: 113650
|
2010-09-10 22:34:40 +00:00 |
Sebastian Redl
|
e56be2f72c
|
Eli helped me understand how evaluation contexts work.
llvm-svn: 113642
|
2010-09-10 21:57:27 +00:00 |
Sebastian Redl
|
8c40ba392c
|
Test CXXNoexceptExpr codegen and serialization.
llvm-svn: 113630
|
2010-09-10 21:04:03 +00:00 |