This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf0b2a1a629da: ASTMatchers: Avoid using
SmallVector::set_size() (authored by dexonsmith).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST A
dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.
Looks good!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115379/new/
https://reviews.llvm.org/D115379
dexonsmith created this revision.
dexonsmith added reviewers: njames93, aaron.ballman.
dexonsmith requested review of this revision.
Herald added a project: clang.
Update `variadicMatcherDescriptor` to assert on reserved capacity and
to call `emplace_back()` instead of calling `set_size()` and con