File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ using namespace clang::ast_matchers;
16
16
namespace clang ::tidy::readability {
17
17
18
18
static const char KDefaultTypes[] =
19
- " ::std::basic_string;::std::basic_string_view;::std::vector;::std::array" ;
19
+ " ::std::basic_string;::std::basic_string_view;::std::vector;::std::array;::"
20
+ " std::span" ;
20
21
21
22
SimplifySubscriptExprCheck::SimplifySubscriptExprCheck (
22
23
StringRef Name, ClangTidyContext *Context)
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ Options
20
20
.. option :: Types
21
21
22
22
The list of type(s) that triggers this check. Default is
23
- `::std::basic_string;::std::basic_string_view;::std::vector;::std::array `
23
+ `::std::basic_string;::std::basic_string_view;::std::vector;::std::array;::std::span `
You can’t perform that action at this time.
0 commit comments