Skip to content

Commit ae76b2f

Browse files
author
Balazs Benics
committed
[clang-tidy][docs] Fix wrong sphinx link after d9afb8c
There was a copy-paste mistake at the embedded link: `clang-tidy/checks/cppcoreguidelines-virtual-class-destructor` -> `clang-tidy/checks/cppcoreguidelines/virtual-class-destructor` Sphinx error: /home/zbebnal/git/llvm-project/clang-tools-extra/docs/ReleaseNotes.rst:168:unknown document: clang-tidy/checks/cppcoreguidelines-virtual-class-destructor Build bot: https://lab.llvm.org/buildbot#builders/115/builds/29805 Differential Revision: https://reviews.llvm.org/D126891
1 parent d9afb8c commit ae76b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Changes in existing checks
166166
the check would try to create another initializer for the same member.
167167

168168
- Fixed a false positive in :doc:`cppcoreguidelines-virtual-class-destructor
169-
<clang-tidy/checks/cppcoreguidelines-virtual-class-destructor>` involving
169+
<clang-tidy/checks/cppcoreguidelines/virtual-class-destructor>` involving
170170
``final`` classes. The check will not diagnose classes marked ``final``, since
171171
those cannot be used as base classes, consequently, they can not violate the
172172
rule.

0 commit comments

Comments
 (0)