[clang] [clang][analyzer] Don't warn about virtual calls in final class destructors (PR #178654)

via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 31 09:20:26 PST 2026


mugiwaraluffy56 wrote:

> I forgot to officially request changes. Here we go.

thanks for the feedback. I've updated the implementation to use the caller context check with isEffectivelyFinal() as you suggested, and added tests for nested destructor calls. Let me know if this looks better!



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


More information about the cfe-commits mailing list