diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index 5c1fde5d0de8..2afb63177936 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -67,10 +67,6 @@ The improvements are... Improvements to clang-tidy -------------------------- -- The :doc:`readability-redundant-smartptr-get - ` check does not warn - about calls inside macros anymore by default. - - New :doc:`abseil-duration-division ` check. @@ -157,6 +153,10 @@ Improvements to clang-tidy ` added. +- The :doc:`readability-redundant-smartptr-get + ` check does not warn + about calls inside macros anymore by default. + Improvements to include-fixer -----------------------------