[all-commits] [llvm/llvm-project] 77d2f2: [lldb] Remove unused portion of GetFunctionMethodI...
Dave Lee via All-commits
all-commits at lists.llvm.org
Sat Mar 4 19:36:16 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 77d2f263c0f3d9c2e7064c6317d41e18aff14289
https://github.com/llvm/llvm-project/commit/77d2f263c0f3d9c2e7064c6317d41e18aff14289
Author: Dave Lee <davelee.com at gmail.com>
Date: 2023-03-04 (Sat, 04 Mar 2023)
Changed paths:
M lldb/include/lldb/Symbol/CompilerDeclContext.h
M lldb/include/lldb/Symbol/SymbolContext.h
M lldb/include/lldb/Symbol/TypeSystem.h
M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
M lldb/source/Symbol/CompilerDeclContext.cpp
M lldb/source/Symbol/SymbolContext.cpp
M lldb/source/Target/StackFrame.cpp
Log Message:
-----------
[lldb] Remove unused portion of GetFunctionMethodInfo signature (NFC)
This applies to IsClassMethod as well.
More information about the All-commits
mailing list