Skip to content

Commit

Permalink
[clang-tidy][DOC] Add relase notes for bugprone-sizeof-expression
Browse files Browse the repository at this point in the history
Add relase notes for change added in D101617.
  • Loading branch information
PiotrZSL committed Nov 11, 2023
1 parent 0e55fef commit bbb7cb8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions clang-tools-extra/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,10 @@ Changes in existing checks
<clang-tidy/checks/bugprone/reserved-identifier>` check, so that it does not
warn on macros starting with underscore and lowercase letter.

- Improved :doc:`bugprone-sizeof-expression
<clang-tidy/checks/bugprone/sizeof-expression>` check diagnostics to precisely
highlight specific locations, providing more accurate guidance.

- Improved :doc:`bugprone-unchecked-optional-access
<clang-tidy/checks/bugprone/unchecked-optional-access>` check, so that it does
not crash during handling of optional values.
Expand Down

0 comments on commit bbb7cb8

Please sign in to comment.