cor3ntin wrote:

as @mizvekov said, there is no UB here.
A better improvement would be to let `runWithSufficientStackSpace` return a 
value, so we can write

```cpp
bool AtLeastAsSpecialized =  runWithSufficientStackSpace(/*...*/);
```

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

Reply via email to