[clang] [clang-tools-extra] [analyzer] Remove alpha.core.IdenticalExpr Checker (PR #114715)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 4 06:53:50 PST 2024
================
@@ -814,6 +814,12 @@ Improvements
Moved checkers
^^^^^^^^^^^^^^
+- The checker ``alpha.core.IdenticalExpr`` was removed because it was
+ duplicated in the clang-tidy checkers ``misc-redundant-expression`` and
----------------
EugeneZelenko wrote:
```suggestion
duplicated in the Clang-Tidy checks ``misc-redundant-expression`` and
```
https://github.com/llvm/llvm-project/pull/114715
More information about the cfe-commits
mailing list