summaryrefslogtreecommitdiffstats
path: root/clang/unittests/AST/OMPStructuredBlockTest.cpp
diff options
context:
space:
mode:
authorRoman Lebedev <lebedev.ri@gmail.com>2019-03-21 15:33:10 +0000
committerRoman Lebedev <lebedev.ri@gmail.com>2019-03-21 15:33:10 +0000
commitde0e4ae024eced8fa952c4b8d9e0f0a607a0a86b (patch)
tree6b94b11c5cdc913c659b02ecb329e47ec1245b9c /clang/unittests/AST/OMPStructuredBlockTest.cpp
parentce54fa1855befe5c1d0ac86fc361b848a487b0fb (diff)
downloadbcm5719-llvm-de0e4ae024eced8fa952c4b8d9e0f0a607a0a86b.tar.gz
bcm5719-llvm-de0e4ae024eced8fa952c4b8d9e0f0a607a0a86b.zip
[ASTMatchers][OpenMP] Add base ompExecutableDirective() matcher.
Summary: A simple matcher for `OMPExecutableDirective` Stmt type. Split off from D57113. Reviewers: gribozavr, aaron.ballman, JonasToth, george.karpenkov Reviewed By: gribozavr, aaron.ballman Subscribers: guansong, jdoerfert, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D59453 llvm-svn: 356674
Diffstat (limited to 'clang/unittests/AST/OMPStructuredBlockTest.cpp')
-rw-r--r--clang/unittests/AST/OMPStructuredBlockTest.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/unittests/AST/OMPStructuredBlockTest.cpp b/clang/unittests/AST/OMPStructuredBlockTest.cpp
index 4cb51c0a872..7b2028b07c0 100644
--- a/clang/unittests/AST/OMPStructuredBlockTest.cpp
+++ b/clang/unittests/AST/OMPStructuredBlockTest.cpp
@@ -28,10 +28,6 @@ namespace {
AST_MATCHER(Stmt, isOMPStructuredBlock) { return Node.isOMPStructuredBlock(); }
const ast_matchers::internal::VariadicDynCastAllOfMatcher<
- Stmt, OMPExecutableDirective>
- ompExecutableDirective;
-
-const ast_matchers::internal::VariadicDynCastAllOfMatcher<
OMPExecutableDirective, OMPTargetDirective>
ompTargetDirective;
OpenPOWER on IntegriCloud