nathanchance marked 2 inline comments as done. nathanchance added inline comments.
================ Comment at: clang/include/clang/Basic/DiagnosticSemaKinds.td:3673 +def warn_pointer_to_enum_cast : Warning< + "cast to smaller integer type %1 from %0">, + InGroup<PointerToEnumCast>; ---------------- xbolva00 wrote: > You can reuse warning text: > > warn_pointer_to_int_cast.Text > > I think.. Thanks, that is indeed cleaner! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D75758/new/ https://reviews.llvm.org/D75758 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits