commit | e41721e7dfabcc15cb50be9075a4153f1ad648ea | [log] [tgz] |
---|---|---|
author | Anders Carlsson <andersca@mac.com> | Sat Feb 19 19:23:03 2011 +0000 |
committer | Anders Carlsson <andersca@mac.com> | Sat Feb 19 19:23:03 2011 +0000 |
tree | 81dd9c105b254d13ee60dfea27bec414541c975c | |
parent | f4b793ceb60418b64d3593ba3c8240e3594bff8f [diff] [blame] |
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
diff --git a/test/Analysis/auto-obj-dtors-cfg-output.cpp b/test/Analysis/auto-obj-dtors-cfg-output.cpp index 315eb12..4bcfccd 100644 --- a/test/Analysis/auto-obj-dtors-cfg-output.cpp +++ b/test/Analysis/auto-obj-dtors-cfg-output.cpp
@@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -analyze -analyzer-checker=debug.DumpCFG -cfg-add-implicit-dtors %s 2>&1 | FileCheck %s +// RUN: %clang_cc1 -fexceptions -analyze -analyzer-checker=debug.DumpCFG -cfg-add-implicit-dtors %s 2>&1 | FileCheck %s // XPASS: * class A {