[PATCH] D111854: [OPENMP51]Initial parsing/sema for append_args clause for 'declare variant'

Mike Rice via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 14 16:58:42 PDT 2021


mikerice created this revision.
mikerice added reviewers: jdoerfert, ABataev.
Herald added subscribers: guansong, yaxunl.
Herald added a reviewer: aaron.ballman.
mikerice requested review of this revision.
Herald added subscribers: llvm-commits, sstefan1.
Herald added a project: LLVM.

Adds initial parsing and sema for the 'append_args' clause.

                                                                      

Note that an AST clause is not created as it instead adds its values
to the OMPDeclareVariantAttr.


https://reviews.llvm.org/D111854

Files:
  clang/include/clang/Basic/Attr.td
  clang/include/clang/Basic/DiagnosticParseKinds.td
  clang/include/clang/Basic/DiagnosticSemaKinds.td
  clang/include/clang/Parse/Parser.h
  clang/include/clang/Sema/Sema.h
  clang/lib/AST/AttrImpl.cpp
  clang/lib/Basic/OpenMPKinds.cpp
  clang/lib/CodeGen/CGStmtOpenMP.cpp
  clang/lib/Parse/ParseOpenMP.cpp
  clang/lib/Sema/SemaOpenMP.cpp
  clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
  clang/test/OpenMP/declare_variant_clauses_ast_print.cpp
  clang/test/OpenMP/declare_variant_clauses_messages.cpp
  flang/lib/Semantics/check-omp-structure.cpp
  llvm/include/llvm/Frontend/OpenMP/OMP.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111854.379886.patch
Type: text/x-patch
Size: 31345 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211014/cc6ed21f/attachment.bin>


More information about the llvm-commits mailing list