aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.cpp
diff options
context:
space:
mode:
authorAntonio Frighetto <me@antoniofrighetto.com>2022-07-13 08:36:04 -0400
committerAaron Ballman <aaron@aaronballman.com>2022-07-13 08:36:04 -0400
commitb652815236325f60b2874a1134c98ba10206a569 (patch)
tree0578d69a36fcf45f05fc50dbffafd894632756d9 /clang/lib/CodeGen/CodeGenFunction.cpp
parent95252133e125f36f5ce78192525ea23554fb5901 (diff)
downloadllvm-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