This patch is to add parsing and sema support for thread_limit clause.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D15029
[OpenMP] Parsing and sema support for thread_limit clause ClosedPublic Authored by kkwli0 on Nov 26 2015, 1:12 PM.
Details Summary This patch is to add parsing and sema support for thread_limit clause.
Diff Detail Event Timelinekkwli0 updated this object.
This revision is now accepted and ready to land.Nov 26 2015, 9:30 PM
Revision Contents
Diff 41269 include/clang/AST/OpenMPClause.h
include/clang/AST/RecursiveASTVisitor.h
include/clang/Basic/OpenMPKinds.def
include/clang/Sema/Sema.h
lib/AST/StmtPrinter.cpp
lib/AST/StmtProfile.cpp
lib/Basic/OpenMPKinds.cpp
lib/CodeGen/CGStmtOpenMP.cpp
lib/Parse/ParseOpenMP.cpp
lib/Sema/SemaOpenMP.cpp
lib/Sema/TreeTransform.h
lib/Serialization/ASTReaderStmt.cpp
lib/Serialization/ASTWriterStmt.cpp
test/OpenMP/teams_ast_print.cpp
test/OpenMP/teams_thread_limit_messages.cpp
tools/libclang/CIndex.cpp
|
Use Sema::VerifyPositiveIntegerConstantInClause() instead.