This patch fix the prasing for the gang-arg values for the gang clause. It also adds
some clause validity tests for the loop construct.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
flang/lib/Parser/openacc-parsers.cpp | ||
---|---|---|
144 | ","_tok / "STATIC:"_tok >> can be written better as just ", STATIC" >>. The production does not match the comment. |
","_tok / "STATIC:"_tok >> can be written better as just ", STATIC" >>.
The production does not match the comment.