Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Register Objective-C property accessors with their property decls. | Adrian Prantl | 2019-11-22 | 1 | -0/+29 |
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. rdar://problem/55025799 Differential Revision: https://reviews.llvm.org/D70580 |