diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index c2817eb97622..d62595e442c1 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -71,16 +71,15 @@ Improvements to clang-tidy `_ check Allow custom memory management functions to be considered as well. - + - New `misc-forwarding-reference-overload `_ check Finds perfect forwarding constructors that can unintentionally hide copy or move constructors. -- New `misc-lambda-function-name - `_ check +- New `misc-lambda-function-name `_ check - Finds uses of ``__func__`` or ``__FUNCTION__`` inside lambdas. + Finds uses of ``__func__`` or ``__FUNCTION__`` inside lambdas. - New `modernize-replace-random-shuffle `_ check @@ -92,7 +91,7 @@ Improvements to clang-tidy Finds and replaces explicit calls to the constructor in a return statement by a braced initializer list so that the return type is not needlessly repeated. - + - Improved `modernize-use-emplace `_ check @@ -106,7 +105,7 @@ Improvements to clang-tidy Finds possible inefficient vector operations in for loops that may cause unnecessary memory reallocations. - + - Added `ParameterThreshold` to `readability-function-size `_ check @@ -116,10 +115,10 @@ Improvements to clang-tidy `_ check Finds misleading indentation where braces should be introduced or the code should be reformatted. - + - Support clang-formatting of the code around applied fixes (``-format-style`` command-line option). - + - New `hicpp` module Adds checks that implement the `High Integrity C++ Coding Standard `_ and other safety