[all-commits] [llvm/llvm-project] 2df943: [lldb] Remove uses of PointerType::getElementType()
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Feb 14 00:34:40 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2df9430fbfaf40ecce5f902651e2725aaa4c275b
https://github.com/llvm/llvm-project/commit/2df9430fbfaf40ecce5f902651e2725aaa4c275b
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-02-14 (Mon, 14 Feb 2022)
Changed paths:
M lldb/source/Expression/IRInterpreter.cpp
M lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
Log Message:
-----------
[lldb] Remove uses of PointerType::getElementType()
This method has been deprecated and removed. I missed these usages
in lldb previously.
More information about the All-commits
mailing list