This is an archive of the discontinued LLVM Phabricator instance.

[ASTMatchers][NFC] Use SmallVector when building variadic matcher descriptor
ClosedPublic

Authored by njames93 on Mar 22 2021, 12:56 PM.

Details

Summary

Saves having to manually deallocate storage and keeps InnerArgs will have good cache locality.

Diff Detail

Event Timeline

njames93 requested review of this revision.Mar 22 2021, 12:56 PM
njames93 created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptMar 22 2021, 12:56 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision is now accepted and ready to land.Mar 23 2021, 8:43 AM