[PATCH] D49862: [clang-tidy] Fix a crash in fuchsia-multiple-inheritance
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 26 22:44:23 PDT 2018
hokein accepted this revision.
hokein added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: test/clang-tidy/fuchsia-multiple-inheritance-crash.cpp:1
+// RUN: clang-tidy -checks='fuchsia-multiple-inheritance' %s --
+template <class T>
----------------
nit: instead of create a new file, we can put this test case in the existing test/clang-tidy/fuchsia-multiple-inheritance.cpp.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D49862
More information about the cfe-commits
mailing list