This diff is no longer active. It has been split into three:
Comments: https://reviews.llvm.org/D56849
Tests: https://reviews.llvm.org/D56850
New matcher with tests: https://reviews.llvm.org/D56851
Assorted changes to matchers for CXXMemberExpr:
- fixes the comments on hasObjectExpression,
- clarifies comments on thisPointerType and on,
- adds comments to onImplicitObjectArgument
- adds new matcher invokedAtType, a variant of thisPointerType (like on is a variant of onImplicitObjectArgument).
How is this different from the other one?
Presumably it should have it's own docs.