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
extraTypeStrs is declared as `::llvm::SmallVector<std::string>`
x86 (32-bit) MSVC builds give an error assigning `SmallVector<std::string, 1>` to extraTypeStrs
We can directly set extraTypeStrs without the temporary
0 commit comments