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
[mlir] Fix -Wdangling-assignment-gsl in OperationSupport.h
This warning is causing lots of build spam when I use a recent Clang as
my host compiler. a3b4d91 fixes the
same issue in clangd; apply that fix here too. I also think this is a
potential false positive though. Fix variable casing while I'm here.
0 commit comments