ICE when parsing lambdas
Open
clang:codegen
crash
- Dominant language
- LLVM
- Stars
- 40.5k
- Forks
- 18.7k
- PR merge metrics
- PR metrics pending
Description
Code: (block scope)
```cpp
const auto meow = ([] { return N; }).template operator()<([](this auto&& self) -> decltype([]{}) { return decltype(self()){}; })().operator()>();
```
Compiler Explorer: https://redirect.compiler.gg/uyoLFbBR
Contributor guide
Assessment
This issue has not been assessed yet.