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 13bc00c commit cca8471Copy full SHA for cca8471
clang-tools-extra/docs/ReleaseNotes.rst
@@ -183,6 +183,10 @@ Changes in existing checks
183
by adding the option `UseUpperCaseLiteralSuffix` to select the
184
case of the literal suffix in fixes.
185
186
+- Improved :doc:`readability-redundant-casting
187
+ <clang-tidy/checks/readability/redundant-casting>` check to
188
+ exclude `CXXParenListInitExpr` for the source expression matcher.
189
+
190
- Improved :doc:`readability-redundant-smartptr-get
191
<clang-tidy/checks/readability/redundant-smartptr-get>` check to
192
remove `->`, when redundant `get()` is removed.
0 commit comments