[clang-tools-extra] [clang-tidy] Add readability-use-span-first-last check (PR #118074)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 10 10:34:37 PDT 2026
================
@@ -0,0 +1,194 @@
+// RUN: %check_clang_tidy -std=c++20 %s readability-use-span-first-last %t
----------------
vbvictor wrote:
c++20-or-later
https://github.com/llvm/llvm-project/pull/118074
More information about the cfe-commits
mailing list