]> granicus.if.org Git - clang/commit
Pass -fexceptions to all tests that use try/catch/throw.
authorAnders Carlsson <andersca@mac.com>
Sat, 19 Feb 2011 19:23:03 +0000 (19:23 +0000)
committerAnders Carlsson <andersca@mac.com>
Sat, 19 Feb 2011 19:23:03 +0000 (19:23 +0000)
commite41721e7dfabcc15cb50be9075a4153f1ad648ea
tree81dd9c105b254d13ee60dfea27bec414541c975c
parentf4b793ceb60418b64d3593ba3c8240e3594bff8f
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
30 files changed:
test/Analysis/auto-obj-dtors-cfg-output.cpp
test/Analysis/dead-stores.cpp
test/CXX/class.access/p4.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p5.cpp
test/CXX/except/except.handle/p16.cpp
test/CXX/expr/expr.unary/expr.unary.noexcept/cg.cpp
test/CXX/expr/expr.unary/expr.unary.noexcept/sema.cpp
test/CXX/special/class.copy/p33-0x.cpp
test/CXX/temp/temp.decls/temp.variadic/p5.cpp
test/CodeGenCXX/PR5863-unreachable-block.cpp
test/CodeGenCXX/anonymous-namespaces.cpp
test/CodeGenCXX/nrvo.cpp
test/CodeGenCXX/throw-expressions.cpp
test/PCH/cxx-templates.cpp
test/PCH/cxx_exprs.cpp
test/Parser/cxx-stmt.cpp
test/Parser/cxx-throw.cpp
test/Parser/cxx0x-attributes.cpp
test/SemaCXX/conditional-expr.cpp
test/SemaCXX/exceptions.cpp
test/SemaCXX/nullptr.cpp
test/SemaCXX/return.cpp
test/SemaCXX/rval-references.cpp
test/SemaCXX/unreachable-catch-clauses.cpp
test/SemaCXX/unreachable-code.cpp
test/SemaCXX/warn-unreachable.cpp
test/SemaObjCXX/exceptions-fragile.mm
test/SemaTemplate/instantiate-expr-4.cpp
test/SemaTemplate/instantiate-function-1.cpp
test/SemaTemplate/instantiate-try-catch.cpp