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 e524007 commit d936165Copy full SHA for d936165
clang-tools-extra/docs/ReleaseNotes.rst
@@ -274,6 +274,10 @@ Changes in existing checks
274
<clang-tidy/checks/bugprone/narrowing-conversions>` check by fixing
275
false positive from analysis of a conditional expression in C.
276
277
+- Improved :doc:`bugprone-not-null-terminated-result
278
+ <clang-tidy/checks/bugprone/not-null-terminated-result>` check by fixing
279
+ a crash caused by certain value-dependent expressions.
280
+
281
- Improved :doc:`bugprone-reserved-identifier
282
<clang-tidy/checks/bugprone/reserved-identifier>` check by ignoring
283
declarations and macros in system headers.
0 commit comments