zmodem wrote: > What do you think about implementing the suggestion about checking if virtual > methods actually get overridden or not?
Since we could only do it for classes with internal linkage, I think it's probably not very valuable. Warning about virtual functions that are not overriding anything and cannot be overridden because `final` seems high value though. https://github.com/llvm/llvm-project/pull/131188 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits