[OPENMP] Simplify handling of clauses with postupdates, NFC.
Clauses with post-update expressions always have pre-init statement. So OMPClauseWithPreInit now is the base for OMPClauseWithPostUpdate. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@262696 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/AST/OpenMPClause.h 10 additions, 12 deletionsinclude/clang/AST/OpenMPClause.h
- include/clang/AST/RecursiveASTVisitor.h 1 addition, 2 deletionsinclude/clang/AST/RecursiveASTVisitor.h
- lib/AST/StmtProfile.cpp 1 addition, 2 deletionslib/AST/StmtProfile.cpp
- lib/Serialization/ASTReaderStmt.cpp 1 addition, 2 deletionslib/Serialization/ASTReaderStmt.cpp
- lib/Serialization/ASTWriterStmt.cpp 1 addition, 2 deletionslib/Serialization/ASTWriterStmt.cpp
- tools/libclang/CIndex.cpp 1 addition, 2 deletionstools/libclang/CIndex.cpp
Loading
Please register or sign in to comment