fmayer wrote:

@zahiraam the default of the `ComplexRange`, `CX_None` does overflow the `2` 
storage bits. That means we were probably still using `CX_Full` (4 should 
overflow to `0`) even after https://github.com/llvm/llvm-project/pull/78330 (I 
am not sure why "make sure why that changed the default in the first place). 
Also it's impossible to manually choose `CX_None`.

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

Reply via email to