[PATCH] D51948: [analyzer] Add ExprMutationAnalyzer

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 4 17:03:23 PST 2023


thakis added a comment.
Herald added subscribers: manas, steakhal, ASDenysPetrov, dkrupp, donat.nagy, baloghadamsoftware.
Herald added a project: All.

Old review, but `clang` binary should not depend on ASTMatchers.

It's fine if ExprMutationAnalyzer isn't used within clang, but then it should go into a different library, not into clang/lib/Analysis, which is used by clang.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D51948/new/

https://reviews.llvm.org/D51948



More information about the cfe-commits mailing list