[clang] [OpenMP] Support for `nothing` in `metadirective` (PR #73690)

Alexey Bataev via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 28 12:52:25 PST 2023


================
@@ -12,7 +12,6 @@ int mixed() {
     x=d;
   }
 
-// expected-error at +2 {{#pragma omp nothing' cannot be an immediate substatement}}
----------------
alexey-bataev wrote:

Seems to me, this should be allowed

https://github.com/llvm/llvm-project/pull/73690


More information about the cfe-commits mailing list