Files
clang-p2996/openmp/runtime/test/misc_bugs
Sandeep Kosuri ecc080c07d [OpenMP] return empty stmt for nothing (#74042)
- `nothing` directive was effecting the `if` block structure which it
should not. So return an empty statement instead of an error statement
while parsing to avoid this.
2023-12-03 13:33:38 +05:30
..