llvm-project/clang-tools-extra/clang-tidy/fuchsia
Ilya Biryukov 778a33a0bb [clang-tidy] Fix a crash in fuchsia-multiple-inheritance
Summary: See the test case for a repro.

Reviewers: juliehockett, ioeric, hokein, aaron.ballman

Reviewed By: hokein

Subscribers: lebedev.ri, xazax.hun, cfe-commits

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

llvm-svn: 338124
2018-07-27 14:05:39 +00:00
..
CMakeLists.txt Reland "[clang-tidy] Adding RestrictSystemIncludes check to Fuchsia module" 2018-05-11 21:08:59 +00:00
DefaultArgumentsCheck.cpp
DefaultArgumentsCheck.h
FuchsiaTidyModule.cpp Reland "[clang-tidy] Adding RestrictSystemIncludes check to Fuchsia module" 2018-05-11 21:08:59 +00:00
MultipleInheritanceCheck.cpp [clang-tidy] Fix a crash in fuchsia-multiple-inheritance 2018-07-27 14:05:39 +00:00
MultipleInheritanceCheck.h [clang-tidy] Adding Fuchsia checker for multiple inheritance 2018-01-19 23:59:59 +00:00
OverloadedOperatorCheck.cpp [tidy] Move private ast matchers into anonymous namespaces to avoid ODR conflicts. 2018-02-18 19:02:35 +00:00
OverloadedOperatorCheck.h [clang-tidy] Adding Fuchsia checker for overloaded operators 2017-12-22 16:52:25 +00:00
RestrictSystemIncludesCheck.cpp Reland "[clang-tidy] Adding RestrictSystemIncludes check to Fuchsia module" 2018-05-11 21:08:59 +00:00
RestrictSystemIncludesCheck.h Reland "[clang-tidy] Adding RestrictSystemIncludes check to Fuchsia module" 2018-05-11 21:08:59 +00:00
StaticallyConstructedObjectsCheck.cpp [tidy] Move private ast matchers into anonymous namespaces to avoid ODR conflicts. 2018-02-18 19:02:35 +00:00
StaticallyConstructedObjectsCheck.h [clang-tidy] Adding Fuchsia checker for statically constructed objects 2018-01-11 21:17:43 +00:00
TrailingReturnCheck.cpp [clang-tidy] remove private decltypeType in TrailingReturnType 2018-07-23 16:30:13 +00:00
TrailingReturnCheck.h [clang-tidy] Adding Fuchsia checker for trailing returns 2018-01-17 21:18:15 +00:00
VirtualInheritanceCheck.cpp [tidy] Move private ast matchers into anonymous namespaces to avoid ODR conflicts. 2018-02-18 19:02:35 +00:00
VirtualInheritanceCheck.h [clang-tidy] Adding Fuchsia checker for virtual inheritance 2017-12-15 18:54:28 +00:00