aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/gdbclientutils.py
diff options
context:
space:
mode:
authorMichael Buch <michaelbuch12@gmail.com>2025-10-21 18:00:46 +0100
committerGitHub <noreply@github.com>2025-10-21 18:00:46 +0100
commitcc77d76a9e5069855e82cec5b6ddb93e8b7bcca9 (patch)
tree3be5b539b1fd4b55df3e60d98a5554597623febb /lldb/packages/Python/lldbsuite/test/gdbclientutils.py
parente45b72da82a3ace02db19bccedbec7e4f94191c5 (diff)
downloadllvm-cc77d76a9e5069855e82cec5b6ddb93e8b7bcca9.zip
llvm-cc77d76a9e5069855e82cec5b6ddb93e8b7bcca9.tar.gz
llvm-cc77d76a9e5069855e82cec5b6ddb93e8b7bcca9.tar.bz2
[lldb][DeclVendor] Remove ClangDeclVendor (#164380)
The `ClangDeclVendor` used to contain more Clang-specific code than it does nowadays. But at this point, all it does is wrap the `DeclVendor::FindDecls` call and copy the resulting decls into `std::vector<clang::NamedDecl*>`. I.e., it converts the generic `CompilerDecl`s to `clang::NamedDecl*`s. In my opinion at this point it doesn't do enough to justify making it part of the `DeclVendor` hierarchy. This patch removes the `ClangDeclVendor` and instead does the conversion at callsite.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/gdbclientutils.py')
0 files changed, 0 insertions, 0 deletions