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 22b0a24 commit 08d8a35Copy full SHA for 08d8a35
clang-tools-extra/docs/ReleaseNotes.rst
@@ -99,8 +99,8 @@ Changes in existing checks
99
100
- Improved :doc:`bugprone-string-constructor
101
<clang-tidy/checks/bugprone/string-constructor>` check to find suspicious
102
- calls of string constructor with char pointer, start position and length
103
- parameters.
+ calls of ``std::string`` constructor with char pointer, start position and
+ length parameters.
104
105
- Improved :doc:`bugprone-unsafe-functions
106
<clang-tidy/checks/bugprone/unsafe-functions>` check to allow specifying
0 commit comments