mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 01:58:44 +08:00
This still allows `if (value)` while requiring an explicit cast when not in a boolean context. This means things like `std::set<Value>` will no longer compile. Differential Revision: https://reviews.llvm.org/D80497