Author: Zeyi Xu Date: 2026-03-23T11:56:47+08:00 New Revision: c911b8492374942bf4cfe35411e90a35d3837f6a
URL: https://github.com/llvm/llvm-project/commit/c911b8492374942bf4cfe35411e90a35d3837f6a DIFF: https://github.com/llvm/llvm-project/commit/c911b8492374942bf4cfe35411e90a35d3837f6a.diff LOG: [clang-tidy][NFC] Remove guidelines in documentation of misc-multiple-inheritance (#186657) Closes https://github.com/llvm/llvm-project/issues/186058 Added: Modified: clang-tools-extra/docs/clang-tidy/checks/misc/multiple-inheritance.rst Removed: ################################################################################ diff --git a/clang-tools-extra/docs/clang-tidy/checks/misc/multiple-inheritance.rst b/clang-tools-extra/docs/clang-tidy/checks/misc/multiple-inheritance.rst index 8092baf1d6ee5..ef4a8da05cc63 100644 --- a/clang-tools-extra/docs/clang-tidy/checks/misc/multiple-inheritance.rst +++ b/clang-tools-extra/docs/clang-tidy/checks/misc/multiple-inheritance.rst @@ -42,8 +42,3 @@ A class that inherits from a pure virtual is allowed: virtual int foo() override { return 0; } virtual int bar() override { return 0; } }; - -References ----------- - -See the features disallowed in Fuchsia at https://fuchsia.dev/fuchsia-src/development/languages/c-cpp/cxx?hl=en _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
