diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index 26d99420d3e4bb..1f1c4c87112aa2 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -166,7 +166,7 @@ Changes in existing checks the check would try to create another initializer for the same member. - Fixed a false positive in :doc:`cppcoreguidelines-virtual-class-destructor - ` involving + ` involving ``final`` classes. The check will not diagnose classes marked ``final``, since those cannot be used as base classes, consequently, they can not violate the rule.