[PATCH] D56786: Changes to `CXXMemberExpr` matchers.
Yitzhak Mandelbaum via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 16 08:07:04 PST 2019
ymandel created this revision.
Herald added a subscriber: cfe-commits.
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`).
Repository:
rC Clang
https://reviews.llvm.org/D56786
Files:
docs/LibASTMatchersReference.html
include/clang/ASTMatchers/ASTMatchers.h
unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56786.182055.patch
Type: text/x-patch
Size: 17007 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190116/18f933f8/attachment-0001.bin>
More information about the cfe-commits
mailing list