We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e379faf commit c011e23Copy full SHA for c011e23
clang-tools-extra/docs/ReleaseNotes.rst
@@ -129,8 +129,9 @@ Changes in existing checks
129
examples and fixing some macro related false positives.
130
131
- 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.
+ <clang-tidy/checks/modernize/use-starts-ends-with>` check by adding more
+ matched scenarios of ``find`` and ``rfind`` methods and fixing false
134
+ positives when those methods were called with 3 arguments.
135
136
- Improved :doc:`performance/unnecessary-value-param
137
<clang-tidy/checks/performance/unnecessary-value-param>` check performance by
0 commit comments