[clang-tidy] Update fuchsia-multiple-inheritance to not fail
authorJulie Hockett <juliehockett@google.com>
Tue, 13 Feb 2018 15:40:40 +0000 (15:40 +0000)
committerJulie Hockett <juliehockett@google.com>
Tue, 13 Feb 2018 15:40:40 +0000 (15:40 +0000)
commit9a26bf935c7ad4284762f047bc63f38e35dad1ff
tree6e2e4e694b7603cec2c2c5fbfe69c0a30c46f4b1
parentcfbe6ba20cbba9d4a53fa426dadb9efafccb4605
[clang-tidy] Update fuchsia-multiple-inheritance to not fail

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.

Differential Revision: https://reviews.llvm.org/D43223

llvm-svn: 325015
clang-tools-extra/clang-tidy/fuchsia/MultipleInheritanceCheck.cpp
clang-tools-extra/test/clang-tidy/fuchsia-multiple-inheritance.cpp