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 40dcfa9 commit 46f7326Copy full SHA for 46f7326
clang-tools-extra/docs/ReleaseNotes.rst
@@ -183,6 +183,11 @@ 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
188
+ by addressing a false positive in aggregate initialization through
189
+ parenthesized list.
190
+
191
- Improved :doc:`readability-redundant-smartptr-get
192
<clang-tidy/checks/readability/redundant-smartptr-get>` check to
193
remove `->`, when redundant `get()` is removed.
0 commit comments