commit | d64abfe4ee61477d06a284d8d4a62148ac5caa2c | [log] [tgz] |
---|---|---|
author | Piotr Zegar <piotr.zegar@nokia.com> | Sat Jan 20 10:11:05 2024 +0100 |
committer | Copybara-Service <copybara-worker@google.com> | Sat Jan 20 01:17:36 2024 -0800 |
tree | 5fb8eae6dff29c3edb9e957d63b00c7b761b6d4f | |
parent | f7eabc4dbb873ce2258d6b14cb5516aba4be4091 [diff] |
[clang-tidy] Add readability-redundant-casting check (#70595) Detects explicit type casting operations that involve the same source and destination types, and subsequently recommend their removal. Covers a range of explicit casting operations. Its primary objective is to enhance code readability and maintainability by eliminating unnecessary type casting. Closes #67534 GitOrigin-RevId: 1ad1f981a62213c1fc3145e8330f3c9b0dbe2b85