[all-commits] [llvm/llvm-project] dcc4b9: [llvm-c] Document that LLVMGetElementType on point...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Mar 11 00:28:41 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dcc4b94d9438af96fb00c015b4f4715e45ec347a
https://github.com/llvm/llvm-project/commit/dcc4b94d9438af96fb00c015b4f4715e45ec347a
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-03-11 (Fri, 11 Mar 2022)
Changed paths:
M llvm/include/llvm-c/Core.h
M llvm/lib/IR/Core.cpp
Log Message:
-----------
[llvm-c] Document that LLVMGetElementType on pointers is deprecated (NFC)
We can't actually deprecate the function, because it is also used
for arrays and vectors, so we can only document this.
More information about the All-commits
mailing list