diff options
author | Jorge Gorbe Moya <jgorbe@google.com> | 2025-02-28 19:40:43 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-28 22:40:43 -0500 |
commit | 620953328dc768ef6b205077214a01ae0579975c (patch) | |
tree | 9ba76a9c8ac87652af9319657065d2d00d17abce /llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp | |
parent | 84b365c26b963de47ed4b712f59d276b15871ddb (diff) | |
download | llvm-620953328dc768ef6b205077214a01ae0579975c.zip llvm-620953328dc768ef6b205077214a01ae0579975c.tar.gz llvm-620953328dc768ef6b205077214a01ae0579975c.tar.bz2 |
[libc] Fix warning in libc/utils/MPCWrapper/MPCUtils.h (#129349)
`cpp::is_complex_type_same<T1, T2>` is a function, so we need
parentheses in order to call it. Otherwise the expression is treated
like a function pointer which is always true in this boolean context.
Diffstat (limited to 'llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp')
0 files changed, 0 insertions, 0 deletions