Richard Smith
|
762bb9d0ad
|
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
-std=c++0x. Patch by Ahmed Charles!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141900 91177308-0d34-0410-b5e6-96231b3b80d8
|
2011-10-13 22:29:44 +00:00 |
Anders Carlsson
|
abea951c34
|
Add -fcxx-exceptions to all tests that use C++ exceptions.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126599 91177308-0d34-0410-b5e6-96231b3b80d8
|
2011-02-28 00:40:07 +00:00 |
Anders Carlsson
|
e41721e7df
|
Pass -fexceptions to all tests that use try/catch/throw.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126037 91177308-0d34-0410-b5e6-96231b3b80d8
|
2011-02-19 19:23:03 +00:00 |
Sebastian Redl
|
5221d8f2da
|
Address Doug's comments.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113650 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-09-10 22:34:40 +00:00 |
Sebastian Redl
|
bd7c849de9
|
Eli helped me understand how evaluation contexts work.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113642 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-09-10 21:57:27 +00:00 |
Sebastian Redl
|
ce5eff5c81
|
Test CXXNoexceptExpr codegen and serialization.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113630 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-09-10 21:04:03 +00:00 |