llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang-tools-extra Author: Zeyi Xu (zeyi2) <details> <summary>Changes</summary> Closes https://github.com/llvm/llvm-project/issues/186058 --- Full diff: https://github.com/llvm/llvm-project/pull/186657.diff 1 Files Affected: - (modified) clang-tools-extra/docs/clang-tidy/checks/misc/multiple-inheritance.rst (-5) ``````````diff 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 `````````` </details> https://github.com/llvm/llvm-project/pull/186657 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
