Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
LGTM other than formatting, could you run clang-format over this please? Thanks!
flang/lib/Parser/openmp-parsers.cpp | ||
---|---|---|
109 | I think this line would get split in 2 by clang-format as it is over 80 characters |
Thanks @Rin for this patch. A few minor comments.
flang/include/flang/Parser/parse-tree.h | ||
---|---|---|
3500–3502 | Are the Omp*Clauses in alphabetic order? | |
flang/lib/Parser/openmp-parsers.cpp | ||
214 | Nit: Extraneous line? | |
flang/test/Semantics/omp-clause-validity01.f90 | ||
36 | Nit:extra character (at end of line)? | |
48 | Did a custom allocator test work fine? |
[flang][OpenMP]Add parser support for OpenMP Allocate Clause Update
Added a test to check behaviour when handling a custom allocator as well as fixing formatting issues
- Updating D85212: Add parser support for OpenMP allocate clause #
- Enter a brief description of the changes included in this update.
- The first line is used as subject, next lines as comment.
LGTM. Please wait for one more approval.
flang/test/Semantics/omp-clause-validity01.f90 | ||
---|---|---|
65 | Nit: extra line. |
Not yet, but they will be added in the Semantic checks, which I'll work on next.
flang/include/flang/Parser/parse-tree.h | ||
---|---|---|
3500–3502 | Yeah, you're right, I'll change that |
Are the Omp*Clauses in alphabetic order?