[PATCH] D90553: Rename CXXUnresolvedConstructExpr::arg_size for consistency

2020-11-02 Thread Stephen Kelly via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG537cc6dd2b36: Rename CXXUnresolvedConstructExpr::arg_size for consistency (authored by stephenkelly). Changed prior to commit: https://reviews.llv

[PATCH] D90553: Rename CXXUnresolvedConstructExpr::arg_size for consistency

2020-11-02 Thread Aaron Ballman via Phabricator via cfe-commits
aaron.ballman added a reviewer: rsmith. aaron.ballman accepted this revision. aaron.ballman added a comment. This revision is now accepted and ready to land. LGTM with some minor linting nits. Thanks! Comment at: clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp:1617 +TE

[PATCH] D90553: Rename CXXUnresolvedConstructExpr::arg_size for consistency

2020-11-01 Thread Stephen Kelly via Phabricator via cfe-commits
steveire created this revision. steveire added reviewers: aaron.ballman, ymandel. Herald added subscribers: cfe-commits, martong. Herald added a reviewer: shafik. Herald added a project: clang. steveire requested review of this revision. Make it possible to use argumentCountIs and hasArgument with