Skip to content

Commit 08d8a35

Browse files
committed
[clang-tidy] Improved release notes
1 parent 22b0a24 commit 08d8a35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ Changes in existing checks
9999

100100
- Improved :doc:`bugprone-string-constructor
101101
<clang-tidy/checks/bugprone/string-constructor>` check to find suspicious
102-
calls of string constructor with char pointer, start position and length
103-
parameters.
102+
calls of ``std::string`` constructor with char pointer, start position and
103+
length parameters.
104104

105105
- Improved :doc:`bugprone-unsafe-functions
106106
<clang-tidy/checks/bugprone/unsafe-functions>` check to allow specifying

0 commit comments

Comments
 (0)