[clang-tools-extra] [clang-tidy] Improved readability redundant casting with enums (PR #111424)

via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 8 06:58:37 PDT 2024


================
@@ -222,6 +222,12 @@ Changes in existing checks
   by adding the option `UseUpperCaseLiteralSuffix` to select the
   case of the literal suffix in fixes.
 
+- Improved :doc:`readability-redundant-casting
+  <clang-tidy/checks/readability/redundant-casting>` check by fixing
+  false negatives related to ``enum`` when setting ``IgnoreTypeAliases``
----------------
EugeneZelenko wrote:

```suggestion
  false negatives related to ``enum`` when setting `IgnoreTypeAliases`
```

https://github.com/llvm/llvm-project/pull/111424


More information about the cfe-commits mailing list