Allow duplicate attributes in full redefs

This commit is contained in:
Tim Wojtulewicz 2020-08-28 09:55:40 -07:00
parent 9b2f26c0aa
commit 9106f3f722
5 changed files with 18 additions and 15 deletions

View file

@ -121,7 +121,7 @@ public:
bool IsRedefinable() const;
void SetAttrs(AttributesPtr attr);
void AddAttrs(AttributesPtr attr);
void AddAttrs(AttributesPtr attr, bool is_redef = false);
void RemoveAttr(AttrTag a);
void UpdateValAttrs();