================ ---------------- Sirraide wrote:
Seeing this comment, could you add this a sa test:
```c++
void foo() {
template for (auto x : {1, 2}) {
template for (auto x : {1, 2}) { decltype(x) bar(); }
}
}
```
https://github.com/llvm/llvm-project/pull/211745
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
