Skip to content

Commit 0c58278

Browse files
Meinersburyuxuanchen1997
authored andcommitted
[Clang] Handle OMPReverseDirectiveClass in switch
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: https://phabricator.intern.facebook.com/D60250817
1 parent 7490634 commit 0c58278

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/StaticAnalyzer/Core/ExprEngine.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1811,6 +1811,7 @@ void ExprEngine::Visit(const Stmt *S, ExplodedNode *Pred,
18111811
case Stmt::OMPTargetTeamsDistributeParallelForDirectiveClass:
18121812
case Stmt::OMPTargetTeamsDistributeParallelForSimdDirectiveClass:
18131813
case Stmt::OMPTargetTeamsDistributeSimdDirectiveClass:
1814+
case Stmt::OMPReverseDirectiveClass:
18141815
case Stmt::OMPTileDirectiveClass:
18151816
case Stmt::OMPInteropDirectiveClass:
18161817
case Stmt::OMPDispatchDirectiveClass:

0 commit comments

Comments
 (0)