Author: Aaron Ballman Date: 2023-09-15T10:11:10-04:00 New Revision: e8b1af9a55764e91015a4f9bbabdb39cf95caf94
URL: https://github.com/llvm/llvm-project/commit/e8b1af9a55764e91015a4f9bbabdb39cf95caf94 DIFF: https://github.com/llvm/llvm-project/commit/e8b1af9a55764e91015a4f9bbabdb39cf95caf94.diff LOG: Fix clang-tidy sphinx docs This addresses issues found by: https://lab.llvm.org/buildbot/#/builders/115/builds/53446 Added: Modified: clang-tools-extra/docs/clang-tidy/checks/bugprone/compare-pointer-to-member-virtual-function.rst Removed: ################################################################################ diff --git a/clang-tools-extra/docs/clang-tidy/checks/bugprone/compare-pointer-to-member-virtual-function.rst b/clang-tools-extra/docs/clang-tidy/checks/bugprone/compare-pointer-to-member-virtual-function.rst index 8b6749938957e86..a8293297c121211 100644 --- a/clang-tools-extra/docs/clang-tidy/checks/bugprone/compare-pointer-to-member-virtual-function.rst +++ b/clang-tools-extra/docs/clang-tidy/checks/bugprone/compare-pointer-to-member-virtual-function.rst @@ -7,6 +7,7 @@ Detects unspecified behavior about equality comparison between pointer to member virtual function and anything other than null-pointer-constant. .. code-block:: c++ + struct A { void f1(); void f2(); _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits