You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attribute and type parameters in custom parsers are populated with FailureOr<T> & because the parser does not assume they are default constructible. This is cumbersome and ugly. Parameters in TableGen should be markable as defaultConstructible so that we can pass a T & instead.