alexfh added inline comments.
================
Comment at: docs/clang-tidy/checks/bugprone-parent-virtual-call.rst:26
+ int foo() override {... A::foo()...}
+ ^^^^^^^^ warning: qualified name A::foo refers to a
+ member which was overridden in
----------------
The formatting looks weird. Could you move `warning: .*` to the start of the
next line and put the whole message on the same line?
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D44295
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits