Semantic check for OpenMP 4.5 - 2.7.1 ordered and collapse clause
File:
- resolve-directives.cpp CHECK(level == 0); is commented ; because semantic checks are invoked after this function is called, so the check will fail before checking the semantic errors.
Test cases:
- omp-do-ordered.f90
2.omp-do-collapse.f90
OmpClause should ideally be inside the OmpAttributeVistor. Is there any specific reason it should be here?