mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 01:06:05 +00:00

Return a std::optional<bool> from GetBoolean so you can distinguish between the value not being present and it being explicitly set to true or false. All existing uses are replaced by calling `value_or(fail_value`). Motivated by #129753