[clang-tools-extra] [clang-tidy] Add readability-use-span-first-last check (PR #118074)

via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 2 15:39:07 PST 2024


================
@@ -58,6 +58,7 @@ add_clang_library(clangTidyReadabilityModule STATIC
   UppercaseLiteralSuffixCheck.cpp
   UseAnyOfAllOfCheck.cpp
   UseStdMinMaxCheck.cpp
+  UseSpanFirstLastCheck.cpp
----------------
EugeneZelenko wrote:

I think one-line change is fine in this pull request.

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


More information about the cfe-commits mailing list