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 @@ -216,6 +216,10 @@ Changes in existing checks
216216 <clang-tidy/checks/cppcoreguidelines/missing-std-forward>` check by adding a
217217 flag to specify the function used for forwarding instead of ``std::forward ``.
218218
219+ - Improved :doc: `cppcoreguidelines-pro-bounds-pointer-arithmetic
220+ <clang-tidy/checks/cppcoreguidelines/pro-bounds-pointer-arithmetic>` check by
221+ fix false positives related to operator overloading and templates.
222+
219223- Improved :doc: `cppcoreguidelines-rvalue-reference-param-not-moved
220224 <clang-tidy/checks/cppcoreguidelines/rvalue-reference-param-not-moved>` check
221225 by adding a flag to specify the function used for moving instead of
@@ -336,10 +340,6 @@ Changes in existing checks
336340 <clang-tidy/checks/readability/redundant-smartptr-get>` check by fixing
337341 some false positives involving smart pointers to arrays.
338342
339- - Improved :doc: `cppcoreguidelines-pro-bounds-pointer-arithmetic
340- <clang-tidy/checks/cppcoreguidelines/pro-bounds-pointer-arithmetic>` check by
341- fix false positives related to operator overloading and templates.
342-
343343Removed checks
344344^^^^^^^^^^^^^^
345345
You can’t perform that action at this time.
0 commit comments