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 50f3eeb commit 8d5abfbCopy full SHA for 8d5abfb
clang-tools-extra/docs/ReleaseNotes.rst
@@ -144,8 +144,8 @@ Changes in existing checks
144
145
- Improved :doc:`bugprone-string-constructor
146
<clang-tidy/checks/bugprone/string-constructor>` check to find suspicious
147
- calls of string constructor with char pointer, start position and length
148
- parameters.
+ calls of ``std::string`` constructor with char pointer, start position and
+ length parameters.
149
150
- Improved :doc:`bugprone-throw-keyword-missing
151
<clang-tidy/checks/bugprone/throw-keyword-missing>` by fixing a false positive
0 commit comments