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 @@ -212,6 +212,10 @@ Changes in existing checks
212212 <clang-tidy/checks/cppcoreguidelines/avoid-goto>` check by adding the option
213213 `IgnoreMacros ` to ignore ``goto `` labels defined in macros.
214214
215+ - Improved :doc: `cppcoreguidelines-missing-std-forward
216+ <clang-tidy/checks/cppcoreguidelines/missing-std-forward>` check by adding a
217+ flag to specify the function used for forwarding instead of ``std::forward ``.
218+
215219- Improved :doc: `cppcoreguidelines-special-member-functions
216220 <clang-tidy/checks/cppcoreguidelines/special-member-functions>` check by
217221 adding the option `IgnoreMacros ` to ignore classes defined in macros.
@@ -327,10 +331,6 @@ Changes in existing checks
327331 <clang-tidy/checks/readability/redundant-smartptr-get>` check by fixing
328332 some false positives involving smart pointers to arrays.
329333
330- - Improved :doc: `cppcoreguidelines-missing-std-forward
331- <clang-tidy/checks/cppcoreguidelines/missing-std-forward>` check by adding a
332- flag to specify the function used for forwarding instead of ``std::forward ``.
333-
334334Removed checks
335335^^^^^^^^^^^^^^
336336
You can’t perform that action at this time.
0 commit comments