hfinkel added inline comments.

================
Comment at: clang/lib/AST/DeclarationName.cpp:147
+        Name = Name.split(getOpenMPVariantManglingSeparatorStr()).first;
+      OS << Name;
+    }
----------------
Would it make sense to print " (omp variant)" after the name to disambiguate?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75779/new/

https://reviews.llvm.org/D75779



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to