================ @@ -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'. ---------------- AaronBallman wrote:
I think that makes sense -- let's drop the "for now" in the comment and just explain that in terms of documentation, there's no difference between select and enum_select. 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