Skip to content

Commit

Permalink
[OpenMP] Apply post-commit review comments in PR86289, NFC (#86828)
Browse files Browse the repository at this point in the history
Fix include guard name, fix typo, add comments with OpenMP spec
sections.
  • Loading branch information
kparzysz committed Mar 28, 2024
1 parent 56a10a3 commit e8e80d0
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 4 deletions.
2 changes: 1 addition & 1 deletion flang/lib/Lower/OpenMP/Clauses.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ ReductionOperator makeReductionOperator(const parser::OmpReductionOperator &inp,
// Absent: missing-in-parser
// AcqRel: empty
// Acquire: empty
// AdjustArgs: incomplate
// AdjustArgs: incomplete

Affinity make(const parser::OmpClause::Affinity &inp,
semantics::SemanticsContext &semaCtx) {
Expand Down
Loading

0 comments on commit e8e80d0

Please sign in to comment.