Displaying 1 result from an estimated 1 matches for "d31102".
2017 Mar 20
4
[RFC] Attribute overhaul 2
...erAttributeList", which is why we have "PAL" local variables. I'd
like
to rename AttributeSet to just "AttributeList". It's a list of sets of
attributes that is parallel to some function prototype. I already have a
patch
out for this here: https://reviews.llvm.org/D31102
The natural second thing to do is to rename AttributeSetNode to
AttributeSet, or
create a pointer wrapper type called AttributeSet and rename today's
AttributeSetNode to AttributeSetImpl. It is inherently an ordered set of
attributes. I also propose to make this type public, as described earli...