commit | 6774b1f1c1fb325bc3d2f426dcdbd725ec3c9d73 | [log] [tgz] |
---|---|---|
author | Anders Carlsson <andersca@mac.com> | Mon Feb 28 00:40:07 2011 +0000 |
committer | Anders Carlsson <andersca@mac.com> | Mon Feb 28 00:40:07 2011 +0000 |
tree | 83eb1dc78fdfc387a8a9b29f58cd3d190ebcc94a | |
parent | 6dc07d4e5664af913b552a5e8cd3bd689e344f55 [diff] [blame] |
Add -fcxx-exceptions to all tests that use C++ exceptions. llvm-svn: 126599
diff --git a/clang/test/CXX/class.access/p4.cpp b/clang/test/CXX/class.access/p4.cpp index 84b7b19..4228a44 100644 --- a/clang/test/CXX/class.access/p4.cpp +++ b/clang/test/CXX/class.access/p4.cpp
@@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fexceptions -fsyntax-only -verify %s +// RUN: %clang_cc1 -fcxx-exceptions -fexceptions -fsyntax-only -verify %s // C++0x [class.access]p4: