[clang-tools-extra] [clang-tidy] Add readability-use-span-first-last check (PR #118074)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 29 08:01:51 PST 2024
================
@@ -0,0 +1,110 @@
+//===--- UseSpanFirstLastCheck.cpp - clang-tidy-----------------*- C++ -*-===//
----------------
EugeneZelenko wrote:
```suggestion
//===--- UseSpanFirstLastCheck.cpp - clang-tidy -----------------*- C++ -*-===//
```
https://github.com/llvm/llvm-project/pull/118074
More information about the cfe-commits
mailing list