aprantl added inline comments.
================ Comment at: source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp:157 + if (entry.tag() != DW_TAG_structure_type && + entry.tag() != DW_TAG_class_type) + continue; ---------------- Wait.. we accept both structs and classes in LLDB? Should we also switch over to using DW_TAG_class in clang since that sounds more appropriate anyway? Repository: rL LLVM https://reviews.llvm.org/D48596 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits