File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -140,8 +140,8 @@ New checks
140140- New :doc: `llvm-use-ranges
141141 <clang-tidy/checks/llvm/use-ranges>` check.
142142
143- Detects calls to standard library iterator algorithms that could be replaced
144- with LLVM range-based algorithms from ``llvm/ADT/STLExtras.h ``.
143+ Detects calls to STL library iterator algorithms that could be replaced with
144+ LLVM range-based algorithms from ``llvm/ADT/STLExtras.h ``.
145145
146146- New :doc: `misc-override-with-different-visibility
147147 <clang-tidy/checks/misc/override-with-different-visibility>` check.
Original file line number Diff line number Diff line change 33llvm-use-ranges
44===============
55
6- Detects calls to standard library iterator algorithms that could be replaced
7- with LLVM range-based algorithms from ``llvm/ADT/STLExtras.h ``.
6+ Detects calls to STL library iterator algorithms that could be replaced with
7+ LLVM range-based algorithms from ``llvm/ADT/STLExtras.h ``.
88
99Example
1010-------
You can’t perform that action at this time.
0 commit comments