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
It'd be nice to have some mechanism - maybe a bit deprecated = 0; in AttrOrTypeBuilder and OpBuilder that'd cause the tablegen code to emit a [[deprecated]] on the method in question, so that we can put up compiler warnings ahead of our intent to remove something
The text was updated successfully, but these errors were encountered:
It'd be nice to have some mechanism - maybe a `bit deprecated = 0;` in `AttrOrTypeBuilder` and `OpBuilder` that'd cause the tablegen code to emit a `[[deprecated]]` on the method in question, so that we can put up compiler warnings ahead of our intent to remove something
It'd be nice to have some mechanism - maybe a
bit deprecated = 0;
inAttrOrTypeBuilder
andOpBuilder
that'd cause the tablegen code to emit a[[deprecated]]
on the method in question, so that we can put up compiler warnings ahead of our intent to remove somethingThe text was updated successfully, but these errors were encountered: