Files
clang-p2996/clang/lib/Parse/ParseOpenMP.cpp
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

180 KiB