mmha wrote:

Can you add tests where you put a label in some unreachable code?

```c++
void after_return() {
  return;
  label:
}

void after_throw() {
  throw 0;
  label:
}
```

https://github.com/llvm/llvm-project/pull/152802
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to