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
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
60,160 ms | x64 debian > Clang.Driver::emit-reproducer.c | |
60,400 ms | x64 debian > Clang.Driver::fsanitize.c |
Event Timeline
Comment Actions
LGTM assuming pre-commit CI doesn't find any unexpected surprises. Thanks for the cleanup!