[PATCH] D159133: [Sema] Make C++ functional-style cast warn about dropped qualifiers (-Wcast-qual)

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 29 16:24:25 PDT 2023


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

This seems like it will generate warning cleanup work for vendors, so I'll mention #clang-vendors <https://reviews.llvm.org/tag/clang-vendors/> , but I think the code looks good. I don't think it makes sense to add a fine-grained diagnostic category to allow people to clean up incrementally in this case.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D159133/new/

https://reviews.llvm.org/D159133



More information about the cfe-commits mailing list