[flang-commits] [flang] [flang][OpenMP]Add symbls omp_in, omp_out and omp_priv in DECLARE RED… (PR #129908)

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Thu Mar 6 01:26:53 PST 2025


================
@@ -1748,6 +1749,14 @@ void OmpVisitor::ProcessMapperSpecifier(const parser::OmpMapperSpecifier &spec,
   PopScope();
 }
 
+void OmpVisitor::CreateTempSymbol(
+    const parser::CharBlock &name, const DeclTypeSpec &dts) {
+  ObjectEntityDetails details;
----------------
kiranchandramohan wrote:

braced initialization.

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


More information about the flang-commits mailing list