diff options
author | Antonio Frighetto <me@antoniofrighetto.com> | 2022-07-13 08:36:04 -0400 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2022-07-13 08:36:04 -0400 |
commit | b652815236325f60b2874a1134c98ba10206a569 (patch) | |
tree | 0578d69a36fcf45f05fc50dbffafd894632756d9 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 95252133e125f36f5ce78192525ea23554fb5901 (diff) | |
download | llvm-b652815236325f60b2874a1134c98ba10206a569.zip llvm-b652815236325f60b2874a1134c98ba10206a569.tar.gz llvm-b652815236325f60b2874a1134c98ba10206a569.tar.bz2 |
[Fixed Point] Fix C++20 compilation error
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.
Differential Revision: https://reviews.llvm.org/D129567
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions