mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-30 02:36:07 +00:00

This change removes the alpha.core.IdenticalExpr static analysis checker since it's checks are present in the clang-tidy checks misc-redundant-expression and bugprone-branch-clone. This check was implemented as a static analysis check using AST matching, and since alpha and duplicated in 2 clang-tidy checks may be removed. Co-authored-by: Vince Bridgers <vince.a.bridgers@ericsson.com>