We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d81a161 commit cba078cCopy full SHA for cba078c
flang/lib/Lower/OpenMP/Clauses.cpp
@@ -773,11 +773,11 @@ Doacross make(const parser::OmpClause::Doacross &inp,
773
Enter make(const parser::OmpClause::Enter &inp,
774
semantics::SemanticsContext &semaCtx) {
775
// inp.v -> parser::OmpEnterClause
776
- CLAUSET_ENUM_CONVERT(
777
- convert, parser::OmpAutomapModifier::Value, Enter::Modifier,
778
- // clang-format off
779
- MS(Automap, Automap)
780
- // clang-format on);
+ CLAUSET_ENUM_CONVERT( //
+ convert, parser::OmpAutomapModifier::Value, Enter::Modifier,
+ // clang-format off
+ MS(Automap, Automap)
+ // clang-format on
781
);
782
auto &mods = semantics::OmpGetModifiers(inp.v);
783
auto *mod = semantics::OmpGetUniqueModifier<parser::OmpAutomapModifier>(mods);
0 commit comments