llvm-project
e7137f2f - [Passes] Try to fix build on windows

Commit
1 year ago
[Passes] Try to fix build on windows Some passes reference *this (inside decltype) which fails with MSVC. Fix this by not explicitly specifying the captures (otherwise we would get an unused lambda capture warning for cases where this is *not* used).
Author
Committer
Parents
Loading