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 0e55fef commit bbb7cb8Copy full SHA for bbb7cb8
clang-tools-extra/docs/ReleaseNotes.rst
@@ -225,6 +225,10 @@ Changes in existing checks
225
<clang-tidy/checks/bugprone/reserved-identifier>` check, so that it does not
226
warn on macros starting with underscore and lowercase letter.
227
228
+- Improved :doc:`bugprone-sizeof-expression
229
+ <clang-tidy/checks/bugprone/sizeof-expression>` check diagnostics to precisely
230
+ highlight specific locations, providing more accurate guidance.
231
+
232
- Improved :doc:`bugprone-unchecked-optional-access
233
<clang-tidy/checks/bugprone/unchecked-optional-access>` check, so that it does
234
not crash during handling of optional values.
0 commit comments