forked from OSchip/llvm-project
143d507c9f
Types that came from a Clang module are nested in DW_TAG_module tags in DWARF. This patch recreates the Clang module hierarchy in LLDB and 1;95;0csets the owning module information accordingly. My primary motivation is to facilitate looking up per-module APINotes for individual declarations, but this likely also has other applications. This reapplies the previously reverted commit, but without support for ClassTemplateSpecializations, which I'm going to look into separately. rdar://problem/59634380 Differential Revision: https://reviews.llvm.org/D75488 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
PDBASTParser.cpp | ||
PDBASTParser.h | ||
PDBLocationToDWARFExpression.cpp | ||
PDBLocationToDWARFExpression.h | ||
SymbolFilePDB.cpp | ||
SymbolFilePDB.h |