Skip to content

Commit bbb7cb8

Browse files
committed
[clang-tidy][DOC] Add relase notes for bugprone-sizeof-expression
Add relase notes for change added in D101617.
1 parent 0e55fef commit bbb7cb8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,10 @@ Changes in existing checks
225225
<clang-tidy/checks/bugprone/reserved-identifier>` check, so that it does not
226226
warn on macros starting with underscore and lowercase letter.
227227

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+
228232
- Improved :doc:`bugprone-unchecked-optional-access
229233
<clang-tidy/checks/bugprone/unchecked-optional-access>` check, so that it does
230234
not crash during handling of optional values.

0 commit comments

Comments
 (0)