This patch remove duplicated code between the check-omp-structure and the check-acc-structure
and unify it into a check-directive-structure templated class.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for the review. I noticed that the lit tests were failing. Just updated the patch to fix them.
Comment Actions
Thanks for the reviews. Will try to push that today.
flang/lib/Semantics/check-directive-structure.h | ||
---|---|---|
31 | ParserClass ... was trying to have short typename to not clutter the code too much. I'll add a comment on the class definition to mention what is what. |
Quick question, PC stands for?