[clang] Warn about virtual methods in `final` classes (PR #131188)

Devon Loehr via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 14 07:26:27 PDT 2025


DKLoehr wrote:

Changed to not warn on `virtual...override`. I'm inclined to agree that it doesn't seem worth the effort to extend this to things that aren't actually overridden in practice.

https://github.com/llvm/llvm-project/pull/131188


More information about the cfe-commits mailing list