Skip to content

Commit cca8471

Browse files
committed
[clang-tidy] update ReleaseNotes.rst
1 parent 13bc00c commit cca8471

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
@@ -183,6 +183,10 @@ 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 to
188+
exclude `CXXParenListInitExpr` for the source expression matcher.
189+
186190
- Improved :doc:`readability-redundant-smartptr-get
187191
<clang-tidy/checks/readability/redundant-smartptr-get>` check to
188192
remove `->`, when redundant `get()` is removed.

0 commit comments

Comments
 (0)