[clang-tools-extra] [clang-tidy] Moved Multiple Inheritence check from fuchsia to misc module (PR #171565)

via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 10 03:28:36 PST 2025


================
@@ -27,6 +27,7 @@ add_clang_library(clangTidyMiscModule STATIC
   MiscTidyModule.cpp
   MisleadingBidirectionalCheck.cpp
   MisleadingIdentifierCheck.cpp
+  MultipleInheritanceCheck.cpp
   MisplacedConstCheck.cpp
----------------
Bhuvan1527 wrote:

Addressed in latest commit.

https://github.com/llvm/llvm-project/pull/171565


More information about the cfe-commits mailing list