[PATCH] D40580: [clang-tidy] Adding Fuchsia checker for multiple inheritance

Julie Hockett via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 29 16:34:00 PST 2017


juliehockett added inline comments.


================
Comment at: docs/clang-tidy/checks/fuchsia-multiple-inheritance.rst:46
+
+See the features disallowed in Fuchsia at https://fuchsia.googlesource.com/zircon/+/master/docs/cxx.md
----------------
alexfh wrote:
> This is not about the check, rather about the underlying style guide. The document linked here doesn't explain why certain features are disallowed. I'd suggest putting some effort in expanding the document to include reasoning for each rule (e.g. see https://google.github.io/styleguide/cppguide.html#Multiple_Inheritance for a related rule in the Google C++ style guide).
Good point -- we're looking into updating it. Thanks!


https://reviews.llvm.org/D40580





More information about the cfe-commits mailing list