Skip to content

Commit bc172e5

Browse files
committed
[clang][StaticAnalyzer] Compilation fix.
An enum was unhandled after landing of D94973. Add the new OMPCanonicalLoopClass to the list of unhandled cases.
1 parent 8a07c4a commit bc172e5

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
@@ -1238,6 +1238,7 @@ void ExprEngine::Visit(const Stmt *S, ExplodedNode *Pred,
12381238
case Stmt::SEHExceptStmtClass:
12391239
case Stmt::SEHLeaveStmtClass:
12401240
case Stmt::SEHFinallyStmtClass:
1241+
case Stmt::OMPCanonicalLoopClass:
12411242
case Stmt::OMPParallelDirectiveClass:
12421243
case Stmt::OMPSimdDirectiveClass:
12431244
case Stmt::OMPForDirectiveClass:

0 commit comments

Comments
 (0)