Skip to content

Commit aa37995

Browse files
committed
standart library -> STL library
1 parent fc2a81b commit aa37995

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

clang-tools-extra/docs/clang-tidy/checks/llvm/use-ranges.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
llvm-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

99
Example
1010
-------

0 commit comments

Comments
 (0)