[clang] [clang] Remove FEM_Indeterminable (PR #137661)

Zahira Ammarguellat via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 28 11:49:01 PDT 2025


zahiraam wrote:

> @zahiraam @AaronBallman a different option would be to add a signed vs unsigned storage option to the `OPTION` and `BENIGN_ENUM_LANGOPT` macros so we can store negative enumerations safely

I think I would prefer this solution. We need to be able to set the evaluation method to a value (-1) when it can't be known from the target or when the value of `ffp-eval-method`  is inconsistent with the target. 

https://github.com/llvm/llvm-project/pull/137661


More information about the cfe-commits mailing list