Files
clang-p2996/llvm/lib/IR/Core.cpp
Rahul Joshi b5dc7b8fc2 [LLVM] Change LLVMIntrinsicCopyOverloadedName API return type (#114334)
Change the return type of `LLVMIntrinsicCopyOverloadedName` and
`LLVMIntrinsicCopyOverloadedName2` to `char *` instead of `const char *`
since the returned memory is owned by the caller and we expect that the
returned pointer is passed to free to deallocate it (without casting it
back to non-const pointer).
2024-11-04 08:21:01 -08:00

157 KiB