Due to how operator== changed after operator<=> landing in C++20 (error: use of overloaded operator '==' is ambiguous (with operand types 'const llvm::APSInt' and 'const unsigned long')), CheckIntPartMin/CheckIntPartMax interfaces are now leveraging APSInt::compareValues.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM assuming pre-commit CI doesn't find any unexpected surprises. Thanks for the cleanup!