Skip to content

Commit 9e98f8d

Browse files
committed
[clng-tidy][NFC] Update documentation for readability-simplify-subscript-expr
Add release notes and mention ::std::span in documentation. Change is related to #76116.
1 parent f5f2c31 commit 9e98f8d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,10 @@ Changes in existing checks
458458
<clang-tidy/checks/readability/non-const-parameter>` check to ignore
459459
false-positives in initializer list of record.
460460

461+
- Improved :doc:`readability-simplify-subscript-expr
462+
<clang-tidy/checks/readability/simplify-subscript-expr>` check by extending
463+
the default value of the `Types` option to include ``std::span``.
464+
461465
- Improved :doc:`readability-static-accessed-through-instance
462466
<clang-tidy/checks/readability/static-accessed-through-instance>` check to
463467
identify calls to static member functions with out-of-class inline definitions.

0 commit comments

Comments
 (0)