[all-commits] [llvm/llvm-project] c0eeea: Register Objective-C property accessors with their...
adrian-prantl via All-commits
all-commits at lists.llvm.org
Fri Nov 22 09:55:33 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c0eeea5d74d979139378660513712e8f33278285
https://github.com/llvm/llvm-project/commit/c0eeea5d74d979139378660513712e8f33278285
Author: Adrian Prantl <aprantl at apple.com>
Date: 2019-11-22 (Fri, 22 Nov 2019)
Changed paths:
M lldb/source/Symbol/ClangASTContext.cpp
A lldb/test/Shell/SymbolFile/DWARF/clang-ast-from-dwarf-objc-property.m
M lldb/test/Shell/SymbolFile/DWARF/clang-ast-from-dwarf-unamed-and-anon-structs.cpp
M lldb/test/Shell/SymbolFile/DWARF/lit.local.cfg
M lldb/tools/lldb-test/lldb-test.cpp
Log Message:
-----------
Register Objective-C property accessors with their property decls.
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
More information about the All-commits
mailing list