[Lldb-commits] [PATCH] D70580: Register Objective-C property accessors with their property decls.
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 21 17:32:28 PST 2019
aprantl created this revision.
aprantl added reviewers: shafik, JDevlieghere, jingham, teemperor.
This is a correctness fix for the Clang DWARF parser that primarily matters for swift-lldb's ability to import Clang types that were reconstructed from DWARF into Swift.
Thanks to Shafik for implementing `lldb-test --dump-clang-ast`!
rdar://problem/55025799
https://reviews.llvm.org/D70580
Files:
lldb/source/Symbol/ClangASTContext.cpp
lldb/test/Shell/SymbolFile/DWARF/clang-ast-from-dwarf-objc-property.m
lldb/test/Shell/SymbolFile/DWARF/clang-ast-from-dwarf-unamed-and-anon-structs.cpp
lldb/test/Shell/SymbolFile/DWARF/lit.local.cfg
lldb/tools/lldb-test/lldb-test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70580.230572.patch
Type: text/x-patch
Size: 8603 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191122/1a702c12/attachment-0001.bin>
More information about the lldb-commits
mailing list