This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Update fuchsia-multiple-inheritance to not fail
ClosedPublic

Authored by juliehockett on Feb 12 2018, 10:38 PM.

Details

Summary

Updating the fuchsia-multiple-inheritance to gracefully handle unknown record types (e.g. templatized classes) by simply continuing, rather than asserting and failing.

Fixes PR36052.

Diff Detail

Event Timeline

juliehockett created this revision.Feb 12 2018, 10:38 PM
hokein accepted this revision.Feb 13 2018, 1:41 AM

LGTM

This revision is now accepted and ready to land.Feb 13 2018, 1:41 AM
This revision was automatically updated to reflect the committed changes.