Files
clang-p2996/llvm/lib/AsmParser
Nikita Popov d91bb2fcd3 [AsmParser] Check whether use is callee when determining function type
The code ended up treating a use in a call argument as if it were
a call. Make sure this is actually the callee use.
2024-02-05 10:12:54 +01:00
..