[clang] [OpenMP] Allow OMP6.0 features. (PR #122108)

Michael Kruse via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 27 07:14:55 PST 2025


================
@@ -254,4 +256,3 @@ int main(int argc, char **argv) {
   foomain<int,char>(argc,argv); // expected-note {{n instantiation of function template specialization 'foomain<int, char>' requested here}}
   return 0;
 }
-
----------------
Meinersbur wrote:

[nit] unrelated change

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


More information about the cfe-commits mailing list