================
@@ -886,6 +909,11 @@ struct DiagTextDocPrinter : 
DiagTextVisitor<DiagTextDocPrinter> {
       makeRowSeparator(RST[I]);
   }
 
+  void VisitEnumSelect(EnumSelectPiece *P) {
+    // For now, document this as if it were a 'select'.
----------------
erichkeane wrote:

I don't think so?  Actually, the 'For now,' could probably go away.  The 
documentation page seems more directed at someone 'reading' the documentation, 
so the "list of possible things this could say" is likely sufficient.  WDYT?

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

Reply via email to