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

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 13 07:46:40 PDT 2018


aaron.ballman closed this revision.
aaron.ballman added a comment.

I've commit in r334604 with one minor change -- I added an include for <cctype> to the unit test so that `std::isspace()` would compile properly on all platforms.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D45679





More information about the cfe-commits mailing list