mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 20:54:40 +08:00
Previously the unparser would print like ``` !$OMP CANCEL CANCELLATION_CONSTRUCT_TYPE(SECTIONS) ``` This is not valid Fortran. I have fixed it to print without the clause name.