aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Sema/SemaExceptionSpec.cpp
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2020-04-01 14:53:19 -0400
committerAlexey Bataev <a.bataev@hotmail.com>2020-04-01 14:54:45 -0400
commitc028472fa1f0e20cc87cfa47d87fe0dd65fea830 (patch)
treee57640c0c6cee6a0af7a66eac954b5670fcead5a /clang/lib/Sema/SemaExceptionSpec.cpp
parent1148f004fa35f1b74942bb1f578763d9dd79aa4a (diff)
downloadllvm-c028472fa1f0e20cc87cfa47d87fe0dd65fea830.zip
llvm-c028472fa1f0e20cc87cfa47d87fe0dd65fea830.tar.gz
llvm-c028472fa1f0e20cc87cfa47d87fe0dd65fea830.tar.bz2
Revert "[OPENMP50]Add initial support for OpenMP 5.0 iterator."
This reverts commit f08df464ae89972a777c0a7e299a2c153a9829d8 to fix the bug with serialization support for iterator expression.
Diffstat (limited to 'clang/lib/Sema/SemaExceptionSpec.cpp')
-rw-r--r--clang/lib/Sema/SemaExceptionSpec.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaExceptionSpec.cpp b/clang/lib/Sema/SemaExceptionSpec.cpp
index 0dc0c68..fad2ae1 100644
--- a/clang/lib/Sema/SemaExceptionSpec.cpp
+++ b/clang/lib/Sema/SemaExceptionSpec.cpp
@@ -1300,7 +1300,6 @@ CanThrowResult Sema::canThrow(const Stmt *S) {
case Expr::ArraySubscriptExprClass:
case Expr::OMPArraySectionExprClass:
case Expr::OMPArrayShapingExprClass:
- case Expr::OMPIteratorExprClass:
case Expr::BinaryOperatorClass:
case Expr::DependentCoawaitExprClass:
case Expr::CompoundAssignOperatorClass: