Skip to content

Commit

Permalink
Try to fix buildbots failure.
Browse files Browse the repository at this point in the history
Summary: Add -fexceptions flag to enable exceptions.

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D14225

llvm-svn: 251790
  • Loading branch information
angargo committed Nov 2, 2015
1 parent 2169b1b commit 184864a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,4 +1,4 @@
// RUN: %check_clang_tidy %s modernize-use-default %t -- -- -std=c++11 -fno-delayed-template-parsing
// RUN: %check_clang_tidy %s modernize-use-default %t -- -- -std=c++11 -fno-delayed-template-parsing -fexceptions

// Out of line definition.
struct OL {
Expand Down
@@ -1,4 +1,4 @@
// RUN: %check_clang_tidy %s modernize-use-default %t -- -- -std=c++11 -fno-delayed-template-parsing
// RUN: %check_clang_tidy %s modernize-use-default %t -- -- -std=c++11 -fno-delayed-template-parsing -fexceptions

// Out of line definition.
class OL {
Expand Down

0 comments on commit 184864a

Please sign in to comment.