[PATCH] D45679: [clang-tidy] Add a helper function isModified, that checks whether an expression is modified within a statement.

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 17 06:57:33 PDT 2018


Eugene.Zelenko added a comment.

In https://reviews.llvm.org/D45679#1069638, @JonasToth wrote:

> *hust* /llvm/tools/clang/lib/Analysis/PseudoConstantAnalysis.cpp
>
> I will check this one first, before we get crazy and implemented something twice.


But this is IR-level analysis. Clang has own include/clang/Analysis.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D45679





More information about the cfe-commits mailing list