refactor(ast): hide allocator field of new AstBuilder#23874
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Merging this PR will not alter performance
Comparing Footnotes
|
Merge activity
|
Part of #23043. Do not expose `allocator` field of new `AstBuilder`. It's available via `allocator` method provided by `GetAllocator` trait. This gives us more flexibility in future.
09ecc2f to
83b64d8
Compare
Part of #23043. Do not expose `allocator` field of new `AstBuilder`. It's available via `allocator` method provided by `GetAllocator` trait. This gives us more flexibility in future.

Part of #23043.
Do not expose
allocatorfield of newAstBuilder. It's available viaallocatormethod provided byGetAllocatortrait.This gives us more flexibility in future.