summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/cxx0x-attributes.cpp
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2011-02-19 19:23:03 +0000
committerAnders Carlsson <andersca@mac.com>2011-02-19 19:23:03 +0000
commit479d6f51e33a95d955be7c62087b7fa375b37b54 (patch)
tree4eff875f09652bd1213f70930414bddf17d462b7 /clang/test/Parser/cxx0x-attributes.cpp
parent0cf82f6ad04d96ee795d8e829320daaf32581549 (diff)
downloadbcm5719-llvm-479d6f51e33a95d955be7c62087b7fa375b37b54.tar.gz
bcm5719-llvm-479d6f51e33a95d955be7c62087b7fa375b37b54.zip
Pass -fexceptions to all tests that use try/catch/throw.
llvm-svn: 126037
Diffstat (limited to 'clang/test/Parser/cxx0x-attributes.cpp')
-rw-r--r--clang/test/Parser/cxx0x-attributes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Parser/cxx0x-attributes.cpp b/clang/test/Parser/cxx0x-attributes.cpp
index 9956427ebf1..3147de94041 100644
--- a/clang/test/Parser/cxx0x-attributes.cpp
+++ b/clang/test/Parser/cxx0x-attributes.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fsyntax-only -verify -std=c++0x %s
+// RUN: %clang_cc1 -fexceptions -fsyntax-only -verify -std=c++0x %s
// Declaration syntax checks
[[]] int before_attr;
OpenPOWER on IntegriCloud