Rajveer100 wrote: @erichkeane As expected the following case is being accepted, which shouldn't happen, let me know what you recommend to diagnose this:
```c++
template <typename T> void foo() {
try {
} catch (...) {
}
throw 1;
}
void bar2() { foo<int>(); }
```
https://github.com/llvm/llvm-project/pull/139859
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
