Skip to content

Commit

Permalink
Add REQUIRES: c++experimental where appropriate.
Browse files Browse the repository at this point in the history
Summary:
I haven't added it to all the tests, just those that fail without it
(those that aren't header only).

Reviewers: EricWF, mclow.lists

Subscribers: cfe-commits

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

llvm-svn: 272443
  • Loading branch information
DanAlbert committed Jun 10, 2016
1 parent bc8fbea commit ff2addf
Show file tree
Hide file tree
Showing 30 changed files with 30 additions and 0 deletions.
Expand Up @@ -7,6 +7,7 @@
//
//===----------------------------------------------------------------------===//

// REQUIRES: c++experimental
// UNSUPPORTED: c++98, c++03

// <experimental/memory_resource>
Expand Down
Expand Up @@ -7,6 +7,7 @@
//
//===----------------------------------------------------------------------===//

// REQUIRES: c++experimental
// UNSUPPORTED: c++98, c++03

// <experimental/memory_resource>
Expand Down
Expand Up @@ -7,6 +7,7 @@
//
//===----------------------------------------------------------------------===//

// REQUIRES: c++experimental
// UNSUPPORTED: c++98, c++03

// <experimental/memory_resource>
Expand Down
Expand Up @@ -7,6 +7,7 @@
//
//===----------------------------------------------------------------------===//

// REQUIRES: c++experimental
// UNSUPPORTED: c++98, c++03

// <experimental/memory_resource>
Expand Down
Expand Up @@ -7,6 +7,7 @@
//
//===----------------------------------------------------------------------===//

// REQUIRES: c++experimental
// UNSUPPORTED: c++98, c++03

// <experimental/memory_resource>
Expand Down
Expand Up @@ -7,6 +7,7 @@
//
//===----------------------------------------------------------------------===//

// REQUIRES: c++experimental
// UNSUPPORTED: c++98, c++03

// <experimental/memory_resource>
Expand Down
Expand Up @@ -7,6 +7,7 @@
//
//===----------------------------------------------------------------------===//

// REQUIRES: c++experimental
// UNSUPPORTED: c++98, c++03

// <experimental/memory_resource>
Expand Down
Expand Up @@ -7,6 +7,7 @@
//
//===----------------------------------------------------------------------===//

// REQUIRES: c++experimental
// UNSUPPORTED: c++98, c++03

// <experimental/memory_resource>
Expand Down
Expand Up @@ -7,6 +7,7 @@
//
//===----------------------------------------------------------------------===//

// REQUIRES: c++experimental
// UNSUPPORTED: c++98, c++03

// <experimental/memory_resource>
Expand Down
Expand Up @@ -7,6 +7,7 @@
//
//===----------------------------------------------------------------------===//

// REQUIRES: c++experimental
// UNSUPPORTED: c++98, c++03

// <experimental/memory_resource>
Expand Down
Expand Up @@ -7,6 +7,7 @@
//
//===----------------------------------------------------------------------===//

// REQUIRES: c++experimental
// UNSUPPORTED: c++98, c++03

// <experimental/memory_resource>
Expand Down
Expand Up @@ -7,6 +7,7 @@
//
//===----------------------------------------------------------------------===//

// REQUIRES: c++experimental
// UNSUPPORTED: c++98, c++03

// <experimental/memory_resource>
Expand Down
Expand Up @@ -7,6 +7,7 @@
//
//===----------------------------------------------------------------------===//

// REQUIRES: c++experimental
// UNSUPPORTED: c++98, c++03

// <experimental/memory_resource>
Expand Down
Expand Up @@ -7,6 +7,7 @@
//
//===----------------------------------------------------------------------===//

// REQUIRES: c++experimental
// UNSUPPORTED: c++98, c++03

// <experimental/memory_resource>
Expand Down
Expand Up @@ -7,6 +7,7 @@
//
//===----------------------------------------------------------------------===//

// REQUIRES: c++experimental
// UNSUPPORTED: c++98, c++03

// <experimental/memory_resource>
Expand Down
Expand Up @@ -7,6 +7,7 @@
//
//===----------------------------------------------------------------------===//

// REQUIRES: c++experimental
// UNSUPPORTED: c++98, c++03

// <experimental/memory_resource>
Expand Down
Expand Up @@ -7,6 +7,7 @@
//
//===----------------------------------------------------------------------===//

// REQUIRES: c++experimental
// UNSUPPORTED: c++98, c++03

// <experimental/memory_resource>
Expand Down
Expand Up @@ -8,6 +8,7 @@
//
//===----------------------------------------------------------------------===//

// REQUIRES: c++experimental
// UNSUPPORTED: c++98, c++03

// <experimental/deque>
Expand Down
Expand Up @@ -8,6 +8,7 @@
//
//===----------------------------------------------------------------------===//

// REQUIRES: c++experimental
// UNSUPPORTED: c++98, c++03

// <experimental/forward_list>
Expand Down
Expand Up @@ -8,6 +8,7 @@
//
//===----------------------------------------------------------------------===//

// REQUIRES: c++experimental
// UNSUPPORTED: c++98, c++03

// <experimental/list>
Expand Down
Expand Up @@ -8,6 +8,7 @@
//
//===----------------------------------------------------------------------===//

// REQUIRES: c++experimental
// UNSUPPORTED: c++98, c++03

// <experimental/map>
Expand Down
Expand Up @@ -8,6 +8,7 @@
//
//===----------------------------------------------------------------------===//

// REQUIRES: c++experimental
// UNSUPPORTED: c++98, c++03

// <experimental/regex>
Expand Down
Expand Up @@ -8,6 +8,7 @@
//
//===----------------------------------------------------------------------===//

// REQUIRES: c++experimental
// UNSUPPORTED: c++98, c++03

// <experimental/set>
Expand Down
Expand Up @@ -8,6 +8,7 @@
//
//===----------------------------------------------------------------------===//

// REQUIRES: c++experimental
// UNSUPPORTED: c++98, c++03

// <experimental/string>
Expand Down
Expand Up @@ -8,6 +8,7 @@
//
//===----------------------------------------------------------------------===//

// REQUIRES: c++experimental
// UNSUPPORTED: c++98, c++03

// <experimental/unordered_map>
Expand Down
Expand Up @@ -8,6 +8,7 @@
//
//===----------------------------------------------------------------------===//

// REQUIRES: c++experimental
// UNSUPPORTED: c++98, c++03

// <experimental/unordered_set>
Expand Down
Expand Up @@ -8,6 +8,7 @@
//
//===----------------------------------------------------------------------===//

// REQUIRES: c++experimental
// UNSUPPORTED: c++98, c++03

// <experimental/vector>
Expand Down
Expand Up @@ -7,6 +7,7 @@
//
//===----------------------------------------------------------------------===//

// REQUIRES: c++experimental
// UNSUPPORTED: c++98, c++03

// <experimental/memory_resource>
Expand Down
Expand Up @@ -7,6 +7,7 @@
//
//===----------------------------------------------------------------------===//

// REQUIRES: c++experimental
// UNSUPPORTED: c++98, c++03

// <experimental/memory_resource>
Expand Down
Expand Up @@ -7,6 +7,7 @@
//
//===----------------------------------------------------------------------===//

// REQUIRES: c++experimental
// UNSUPPORTED: c++98, c++03

// <experimental/memory_resource>
Expand Down

0 comments on commit ff2addf

Please sign in to comment.