Skip to content
Commit 474b20b4 authored by Nikita Popov's avatar Nikita Popov
Browse files

[LLParser] Avoid unnecessary AttrBuilder<->AttributeSet roundtrip (NFC)

This was creating an AttributeSet from an AttrBuilder, and then
(implicitly) constructing an AttrBuilder from the AttributeSet,
and then the method would internally convert that back into an
AttributeSet. Instead, directly pass the AttrBuilder.
parent 37a203f6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment