================
@@ -3413,8 +3413,8 @@ StringRef BuiltinType::getName(const PrintingPolicy 
&Policy) const {
     return "reserve_id_t";
   case IncompleteMatrixIdx:
     return "<incomplete matrix index type>";
-  case OMPArraySection:
-    return "<OpenMP array section type>";
+  case ArraySection:
+    return "<array section type>";
----------------
erichkeane wrote:

Generalized again, but this is one I couldn't really do anything about, all I 
have is the 'type', not the associated expression.

https://github.com/llvm/llvm-project/pull/89639
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to