[PATCH] D45679: [clang-tidy] Add ExprMutationAnalyzer, that analyzes whether an expression is mutated within a statement.

Jonas Toth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 31 13:27:50 PDT 2018


JonasToth added a comment.

I think `clang/lib/Analysis` is a good place.

> I think it should in theory be possible, though I need some advice about where exactly is the best place in clang.
> 
> Repository:
> 
>   rCTE Clang Tools Extra
> 
> https://reviews.llvm.org/D45679


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D45679





More information about the cfe-commits mailing list