[PATCH] D124040: Basic Support for otherwise clause

Abid via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 19 13:44:15 PDT 2022


abidmalikwaterloo created this revision.
Herald added a project: All.
abidmalikwaterloo requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, cfe-commits, sstefan1.
Herald added projects: clang, LLVM.

The patch  provides otherwise support introduced in
OpenMP 5.2 for metadirective. TODO AST support pending
on D122255 <https://reviews.llvm.org/D122255> patch.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D124040

Files:
  clang/include/clang/AST/OpenMPClause.h
  clang/include/clang/Sema/Sema.h
  clang/lib/Basic/OpenMPKinds.cpp
  clang/lib/CodeGen/CGStmtOpenMP.cpp
  clang/lib/Parse/ParseOpenMP.cpp
  clang/test/OpenMP/metadirective_otherwise_ast_print.c
  llvm/include/llvm/Frontend/OpenMP/OMP.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124040.423726.patch
Type: text/x-patch
Size: 9195 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220419/541d2204/attachment.bin>


More information about the llvm-commits mailing list