[PATCH] D40813: [clang-tidy] Adding Fuchsia checker for virtual inheritance
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 14 17:11:09 PST 2017
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
Aside from some documentation nits, LGTM!
================
Comment at: docs/clang-tidy/checks/fuchsia-virtual-inheritance.rst:6
+
+Warns if classes are defined or created with virtual inheritance.
+
----------------
Comment is out of date.
================
Comment at: docs/clang-tidy/checks/fuchsia-virtual-inheritance.rst:14
+
+Classes with virtual inheritance should not be created:
+
----------------
Comment out of date
https://reviews.llvm.org/D40813
More information about the cfe-commits
mailing list