Recognize boolean literals for future extensions ("equals(true)").
Note that a specific VariantValue constructor is added to resolve
ambiguity (like "Value = 5") between unsigned and bool.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
v2: Minor updates (fixed comment: // <Boolean> ... to /// <Boolean, consistently put the boolean code blocks before unsigned).