[clang-tools-extra] Add modernize-use-span linter check (PR #140001)

JJ Marr via cfe-commits cfe-commits at lists.llvm.org
Mon May 19 04:58:31 PDT 2025


jj-marr wrote:

`std::span` has a capability gap with a const reference to a `std::vector` until C++26 as `std::span` cannot be constructed from an initializer list. Should this be a C++26 check? 

https://github.com/llvm/llvm-project/pull/140001


More information about the cfe-commits mailing list