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 f5f2c31 commit 9e98f8dCopy full SHA for 9e98f8d
clang-tools-extra/docs/ReleaseNotes.rst
@@ -458,6 +458,10 @@ Changes in existing checks
458
<clang-tidy/checks/readability/non-const-parameter>` check to ignore
459
false-positives in initializer list of record.
460
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
+
465
- Improved :doc:`readability-static-accessed-through-instance
466
<clang-tidy/checks/readability/static-accessed-through-instance>` check to
467
identify calls to static member functions with out-of-class inline definitions.
0 commit comments