diff options
| author | Michael Buch <michaelbuch12@gmail.com> | 2025-10-21 18:00:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-21 18:00:46 +0100 |
| commit | cc77d76a9e5069855e82cec5b6ddb93e8b7bcca9 (patch) | |
| tree | 3be5b539b1fd4b55df3e60d98a5554597623febb /lldb/packages/Python/lldbsuite/test/gdbclientutils.py | |
| parent | e45b72da82a3ace02db19bccedbec7e4f94191c5 (diff) | |
| download | llvm-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
