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 7446a41 commit e006c0dCopy full SHA for e006c0d
clang-tools-extra/docs/ReleaseNotes.rst
@@ -218,7 +218,8 @@ Changes in existing checks
218
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.
+ fixing false positives when calling indexing operators that do not perform
222
+ pointer arithmetic in template, for example ``std::map::operator[]``.
223
224
- Improved :doc:`cppcoreguidelines-rvalue-reference-param-not-moved
225
<clang-tidy/checks/cppcoreguidelines/rvalue-reference-param-not-moved>` check
0 commit comments