================ @@ -0,0 +1,28 @@ +// RUN: %check_clang_tidy %s misc-forbid-non-virtual-base-dtor %t + +// should warn -> non-virtual base + derived has data ---------------- vbvictor wrote:
Add tests with templates, macro, multiple inheritance. https://github.com/llvm/llvm-project/pull/183384 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
