diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -167,6 +167,12 @@ ` check for exceptions thrown by code emitted from macros in system headers. +- Improved :doc:`misc-redundant-expression ` + check. + + The check now skips concept definitions since redundant expressions still make sense + inside them. + - Improved :doc:`modernize-use-emplace ` check. @@ -206,14 +212,8 @@ ` to not warn about `const` value parameters of declarations inside macros. -- Improved :doc:`misc-redundant-expression ` - check. - - The check now skips concept definitions since redundant expressions still make sense - inside them. - - Support removing ``c_str`` calls from ``std::string_view`` constructor calls in - :doc: `readability-redundant-string-cstr ` + :doc:`readability-redundant-string-cstr ` check. Removed checks