[PATCH] D122255: Meta directive runtime support

Abid via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 15 19:54:14 PST 2022


abidmalikwaterloo updated this revision to Diff 483422.
abidmalikwaterloo marked 8 inline comments as done and an inline comment as not done.
abidmalikwaterloo added a comment.

Clean the formatting comments. The patch is out of attention 
for a while. Still need to work on the context selector part
as a next step.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122255/new/

https://reviews.llvm.org/D122255

Files:
  clang/include/clang/AST/OpenMPClause.h
  clang/include/clang/AST/RecursiveASTVisitor.h
  clang/include/clang/AST/StmtOpenMP.h
  clang/include/clang/Basic/DiagnosticSemaKinds.td
  clang/include/clang/Parse/Parser.h
  clang/include/clang/Sema/Sema.h
  clang/lib/AST/OpenMPClause.cpp
  clang/lib/AST/StmtPrinter.cpp
  clang/lib/Parse/ParseOpenMP.cpp
  clang/lib/Sema/SemaOpenMP.cpp
  clang/lib/Sema/SemaStmt.cpp
  clang/test/OpenMP/metadirective_ast_print_new_1.cpp
  clang/test/OpenMP/metadirective_ast_print_new_2.cpp
  clang/test/OpenMP/metadirective_ast_print_new_3.cpp
  llvm/include/llvm/Frontend/OpenMP/OMPContext.h
  llvm/lib/Frontend/OpenMP/OMPContext.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122255.483422.patch
Type: text/x-patch
Size: 39982 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221216/38e00e25/attachment-0001.bin>


More information about the cfe-commits mailing list