zinovy.nis marked an inline comment as done. zinovy.nis added inline comments.
================ Comment at: test/clang-tidy/bugprone-parent-virtual-call.cpp:125 + // CHECK-MESSAGES: :[[@LINE-1]]:34: warning: 'A::virt_1' is a grand-parent's method, not parent's. Did you mean 'BF'? + // CHECK-FIXES: int virt_1() override { return BF::virt_1(); } +}; ---------------- malcolm.parsons wrote: > Does this fixit compile? Thanks for pointing. Hope I fixed this case in the latest patch. Please have a look at it. Repository: rCTE Clang Tools Extra https://reviews.llvm.org/D44295 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits