[flang-commits] [flang] [Flang][OpenMP]Add tests for align and allocator in allocate clauses (PR #121356)
Krzysztof Parzyszek via flang-commits
flang-commits at lists.llvm.org
Fri Jan 3 13:25:12 PST 2025
================
@@ -157,8 +157,8 @@ static TypeDeclarationStmt makeIterSpecDecl(std::list<ObjectName> &&names) {
TYPE_PARSER(construct<OmpAlignment>(scalarIntExpr))
-TYPE_PARSER(construct<OmpAlignModifier>( //
- "ALIGN" >> parenthesized(scalarIntExpr)))
----------------
kparzysz wrote:
The idea here (and below) is that the actual source word starts a line. This makes is easier to visually break it down.
https://github.com/llvm/llvm-project/pull/121356
More information about the flang-commits
mailing list