Skip to content

Commit c011e23

Browse files
committed
enchanced release notes
1 parent e379faf commit c011e23

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,9 @@ Changes in existing checks
129129
examples and fixing some macro related false positives.
130130

131131
- Improved :doc:`modernize-use-starts-ends-with
132-
<clang-tidy/checks/modernize/use-starts-ends-with>` check by fixing false
133-
positives on methods ``find`` and ``rfind`` called with three arguments.
132+
<clang-tidy/checks/modernize/use-starts-ends-with>` check by adding more
133+
matched scenarios of ``find`` and ``rfind`` methods and fixing false
134+
positives when those methods were called with 3 arguments.
134135

135136
- Improved :doc:`performance/unnecessary-value-param
136137
<clang-tidy/checks/performance/unnecessary-value-param>` check performance by

0 commit comments

Comments
 (0)