[all-commits] [llvm/llvm-project] 8c2442: [clang-tidy] add std::span to the default types. (...
Da-Viper via All-commits
all-commits at lists.llvm.org
Mon Dec 25 10:59:21 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8c24422cd4a5ec458950e135f62d9b14a96e75cc
https://github.com/llvm/llvm-project/commit/8c24422cd4a5ec458950e135f62d9b14a96e75cc
Author: Da-Viper <57949090+Da-Viper at users.noreply.github.com>
Date: 2023-12-25 (Mon, 25 Dec 2023)
Changed paths:
M clang-tools-extra/clang-tidy/readability/SimplifySubscriptExprCheck.cpp
M clang-tools-extra/docs/clang-tidy/checks/readability/simplify-subscript-expr.rst
Log Message:
-----------
[clang-tidy] add std::span to the default types. (#76116)
Change default configuration of readability-simplify-subscript-expr to include std::span.
Fixes #75687
More information about the All-commits
mailing list