[all-commits] [llvm/llvm-project] 8e9fb8: [lldb] Also set owning module for template special...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Thu Apr 30 11:40:49 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8e9fb845fcc42648ffa8c0c5f331f9f2f298bc89
https://github.com/llvm/llvm-project/commit/8e9fb845fcc42648ffa8c0c5f331f9f2f298bc89
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-04-30 (Thu, 30 Apr 2020)
Changed paths:
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
M lldb/test/Shell/SymbolFile/DWARF/module-ownership.mm
Log Message:
-----------
[lldb] Also set owning module for template specializations
Summary:
This was originally commented out as it broke the data-formatter-stl/libcxx/
tests. However this was fixed by commit ef423a3ba57045f80b0fcafce72121449a8b54d4
(Add Objective-C property accessors loaded from Clang module DWARF to lookup)
which sets the HasExternalVisibleStorage flag for the template specializations.
Reviewers: aprantl
Reviewed By: aprantl
Subscribers: abidh, JDevlieghere
Differential Revision: https://reviews.llvm.org/D79168
More information about the All-commits
mailing list