diff options
-rw-r--r-- | clang-tools-extra/docs/ReleaseNotes.rst | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index 307b425e0d5..8d6e5be3182 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -232,14 +232,6 @@ Improvements to clang-tidy <clang-tidy/checks/readability-uppercase-literal-suffix>` added. -- The :doc:`readability-redundant-smartptr-get - <clang-tidy/checks/readability-redundant-smartptr-get>` check does not warn - about calls inside macros anymore by default. - -- The :doc:`readability-uppercase-literal-suffix - <clang-tidy/checks/readability-uppercase-literal-suffix>` check does not warn - about literal suffixes inside macros anymore by default. - - The :doc:`cppcoreguidelines-narrowing-conversions <clang-tidy/checks/cppcoreguidelines-narrowing-conversions>` check now detects more narrowing conversions: @@ -252,6 +244,14 @@ Improvements to clang-tidy <clang-tidy/checks/objc-property-declaration>` check now ignores the `Acronyms` and `IncludeDefaultAcronyms` options. +- The :doc:`readability-redundant-smartptr-get + <clang-tidy/checks/readability-redundant-smartptr-get>` check does not warn + about calls inside macros anymore by default. + +- The :doc:`readability-uppercase-literal-suffix + <clang-tidy/checks/readability-uppercase-literal-suffix>` check does not warn + about literal suffixes inside macros anymore by default. + Improvements to include-fixer ----------------------------- |