swift
06ba93f0 - [ASTBridging] Avoid temporary SmallVector for 'InheritedEntry' list

Commit
1 year ago
[ASTBridging] Avoid temporary SmallVector for 'InheritedEntry' list We know the number of the entries. Allocate the storage in ASTContext directly, then initialize it transforming the bridged values. Add ASTContext::AllocateTransform() helper function.
Author
Committer
Parents
Loading