5chmidti wrote:

> Fixed false negatives with readability-redundant-casting when the underlying 
> types are the same and the option IgnoreTypeAliases is set to true.

To me,

> Fixed false negatives with readability-redundant-casting when casting an enum 
> to its underlying type and the option IgnoreTypeAliases is set to true.

sounds better as the commit description.

---

The CI failure is probably because the implicit type for `E3` is not `unsigned 
int` on Windows.

https://github.com/llvm/llvm-project/pull/111424
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to