[clang] Add 'enum_select' diagnostic selection to clang. (PR #122505)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 14 11:37:38 PST 2025
================
@@ -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:
Should we file an issue to address this?
https://github.com/llvm/llvm-project/pull/122505
More information about the cfe-commits
mailing list