This is 1/2 of moving ExprMutationAnalyzer from clangtidy to
clang/Analysis.
This diff along simply copies the ExprMutationAnalyzer over with trivial
modifications (e.g. include path, namespace)
2/2 will migrate existing usage of ExprMutationAnalyzer and remove the
original copy inside clangtidy.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
Comment Actions
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.