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
[CIR][Asm] Fix parsing of extra(...) attributes in cir.call
The parser was looking for extra(...) before the return type while the
pretty-printer put it after the return type.
This was breaking the LSP-server for example.
Change the parser behavior accordingly.
0 commit comments