Skip to content

Commit 46f7326

Browse files
committed
[clang-tidy] update ReleaseNotes.rst
1 parent 40dcfa9 commit 46f7326

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,11 @@ Changes in existing checks
183183
by adding the option `UseUpperCaseLiteralSuffix` to select the
184184
case of the literal suffix in fixes.
185185

186+
- Improved :doc:`readability-redundant-casting
187+
<clang-tidy/checks/readability/redundant-casting>` check
188+
by addressing a false positive in aggregate initialization through
189+
parenthesized list.
190+
186191
- Improved :doc:`readability-redundant-smartptr-get
187192
<clang-tidy/checks/readability/redundant-smartptr-get>` check to
188193
remove `->`, when redundant `get()` is removed.

0 commit comments

Comments
 (0)