We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79afa9e commit 31d300fCopy full SHA for 31d300f
clang-tools-extra/docs/clang-tidy/checks/readability/use-span-first-last.rst
@@ -1,7 +1,7 @@
1
.. title:: clang-tidy - readability-use-span-first-last
2
3
readability-use-span-first-last
4
-=============================
+===============================
5
6
Checks for uses of ``std::span::subspan()`` that can be replaced with clearer
7
``first()`` or ``last()`` member functions. These dedicated methods were added
0 commit comments