diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index 35cdcf7b207f2..64f89dfb6034b 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -302,8 +302,8 @@ Changes in existing checks ``DISABLED_`` in the test suite name. - Improved :doc:`modernize-concat-nested-namespaces - ` to fix incorrect fixes when - using macro between namespace declarations and false positive when using namespace + ` to fix incorrect fixes when + using macro between namespace declarations and false positive when using namespace with attributes. - Fixed a false positive in :doc:`performance-no-automatic-move