File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -133,15 +133,15 @@ Changes in existing checks
133
133
matched scenarios of ``find `` and ``rfind `` methods and fixing false
134
134
positives when those methods were called with 3 arguments.
135
135
136
+ - Improved :doc: `performance-move-const-arg
137
+ <clang-tidy/checks/performance/move-const-arg>` check by fixing false negatives
138
+ on ternary operators calling ``std::move ``.
139
+
136
140
- Improved :doc: `performance-unnecessary-value-param
137
141
<clang-tidy/checks/performance/unnecessary-value-param>` check performance by
138
142
tolerating fix-it breaking compilation when functions is used as pointers
139
143
to avoid matching usage of functions within the current compilation unit.
140
144
141
- - Improved :doc: `performance-move-const-arg
142
- <clang-tidy/checks/performance/move-const-arg>` check by fixing false negatives
143
- on ternary operators calling ``std::move ``.
144
-
145
145
Removed checks
146
146
^^^^^^^^^^^^^^
147
147
You can’t perform that action at this time.
0 commit comments