ilya-biryukov added a comment.
Sorry for sending this in instead of waiting for
https://reviews.llvm.org/D49158 to land, I hadn't noticed it earlier
Repository:
rL LLVM
https://reviews.llvm.org/D49862
___
cfe-commits mailing list
cfe-commits@lis
This revision was automatically updated to reflect the committed changes.
Closed by commit rL338124: [clang-tidy] Fix a crash in
fuchsia-multiple-inheritance (authored by ibiryukov, committed by ).
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
https://reviews.llvm.org/D49862
Fi
lebedev.ri added a comment.
(Duplicates https://reviews.llvm.org/D49158)
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D49862
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe
ilya-biryukov updated this revision to Diff 157680.
ilya-biryukov marked an inline comment as done.
ilya-biryukov added a comment.
- Move the test into an existing file
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D49862
Files:
clang-tidy/fuchsia/MultipleInheritanceCheck.cpp
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
nit: i
ilya-biryukov created this revision.
ilya-biryukov added reviewers: juliehockett, ioeric, hokein, aaron.ballman.
Herald added a subscriber: xazax.hun.
See the test case for a repro.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D49862
Files:
clang-tidy/fuchsia/MultipleInherit