Adds a check to the Fuchsia module to warn when a class inheritsfrom multiple classes that are not pure virtual.
See https://fuchsia.googlesource.com/zircon/+/master/docs/cxx.md for reference.
Differential D40580
[clang-tidy] Adding Fuchsia checker for multiple inheritance juliehockett on Nov 28 2017, 2:09 PM. Authored by
Details Adds a check to the Fuchsia module to warn when a class inheritsfrom multiple classes that are not pure virtual. See https://fuchsia.googlesource.com/zircon/+/master/docs/cxx.md for reference.
Diff Detail
Event Timeline
Comment Actions Updating tests
|
I believe all these methods can be marked const.