This is an archive of the discontinued LLVM Phabricator instance.

Rename CXXUnresolvedConstructExpr::arg_size for consistency
ClosedPublic

Authored by steveire on Nov 1 2020, 5:41 AM.

Details

Summary

Make it possible to use argumentCountIs and hasArgument with
CXXUnresolvedConstructExpr.

Diff Detail

Event Timeline

steveire created this revision.Nov 1 2020, 5:41 AM
Herald added a project: Restricted Project. · View Herald Transcript
steveire requested review of this revision.Nov 1 2020, 5:41 AM
aaron.ballman accepted this revision.Nov 2 2020, 5:46 AM
aaron.ballman added a reviewer: rsmith.

LGTM with some minor linting nits. Thanks!

clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
1617

The lint warnings here are actually correct and should be addressed.

This revision is now accepted and ready to land.Nov 2 2020, 5:46 AM
shafik accepted this revision.Nov 2 2020, 9:56 AM
This revision was landed with ongoing or failed builds.Nov 2 2020, 12:22 PM
This revision was automatically updated to reflect the committed changes.