summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/context-object-objc
diff options
context:
space:
mode:
authorAlex Langford <apl@fb.com>2019-08-20 18:47:30 +0000
committerAlex Langford <apl@fb.com>2019-08-20 18:47:30 +0000
commit1271521ed887308abeb740f2e738c2d3333febc8 (patch)
tree142351d5291443b9a2af0074d9c89f54f8ad74aa /lldb/packages/Python/lldbsuite/test/expression_command/context-object-objc
parentcf2b8722d4e3bc4f0c106a5724778d56074e1ec7 (diff)
downloadbcm5719-llvm-1271521ed887308abeb740f2e738c2d3333febc8.tar.gz
bcm5719-llvm-1271521ed887308abeb740f2e738c2d3333febc8.zip
[ClangExpressionParser] Add ClangDeclVendor
Summary: This introduces a layer between DeclVendor and the currently implemented DeclVendors (ClangModulesDeclVendor and AppleObjCDeclVendor). This allows the removal of DeclVendor::GetImporterSource which is extremely clang-specific, freeing up the interface to be more general. A good follow up to this would be to remove the remaining instances of clang in DeclVendor, either by moving things to ClangDeclVendor or by using wrappers (e.g. CompilerDecl instead of clang::NamedDecl). Differential Revision: https://reviews.llvm.org/D66451 llvm-svn: 369424
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/context-object-objc')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud