This patch gives basic parsing and semantic analysis support for 'strict' modifier with 'grainsize' clause of 'taskloop' construct introduced in OpenMP 5.1 ( section 2.12.2)
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
- Add full diff context
- Add unsuccessful tests for the modifier (parsing and sema)
- Done
- I am not quite sure about it. We have two new tests for ast and message. We did test the unsuccessful tests in the message test. Can you please elaborate on this one?
Comment Actions
Added static_cast<OpenMPGrainsizeClauseModifier> before getOpenMPSimpleClauseType(..) in ParseOpenMP.cpp
Use actual type instead of auto here