[PATCH] D137851: [OPENMP]Initial support for at clause
Jennifer Yu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 15 08:10:04 PST 2022
jyu2 added inline comments.
================
Comment at: clang/lib/Parse/ParseOpenMP.cpp:2168
+ Actions.ActOnOpenMPErrorDirective(Clauses, StartLoc, SourceLocation(),
+ /*InExcontext = */ false);
+ break;
----------------
ABataev wrote:
> InExContext
Sorry. Changed
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137851/new/
https://reviews.llvm.org/D137851
More information about the cfe-commits
mailing list