Skip to content

Commit e006c0d

Browse files
committed
optimize release notes
1 parent 7446a41 commit e006c0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,8 @@ Changes in existing checks
218218

219219
- Improved :doc:`cppcoreguidelines-pro-bounds-pointer-arithmetic
220220
<clang-tidy/checks/cppcoreguidelines/pro-bounds-pointer-arithmetic>` check by
221-
fix false positives related to operator overloading and templates.
221+
fixing false positives when calling indexing operators that do not perform
222+
pointer arithmetic in template, for example ``std::map::operator[]``.
222223

223224
- Improved :doc:`cppcoreguidelines-rvalue-reference-param-not-moved
224225
<clang-tidy/checks/cppcoreguidelines/rvalue-reference-param-not-moved>` check

0 commit comments

Comments
 (0)