We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7656902 commit a4d45feCopy full SHA for a4d45fe
lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
@@ -285,7 +285,7 @@ bool DWARFDebugInfoEntry::GetDIENamesAndRanges(
285
/// Adds all attributes of the DIE at the top of the \c worklist to the
286
/// \c attributes list. Specifcations and abstract origins are added
287
/// to the \c worklist if the referenced DIE has not been seen before.
288
-static bool GetAttributes(llvm::SmallVector<DWARFDIE> &worklist,
+static bool GetAttributes(llvm::SmallVectorImpl<DWARFDIE> &worklist,
289
llvm::SmallSet<DWARFDebugInfoEntry const *, 3> &seen,
290
DWARFAttributes &attributes) {
291
assert(!worklist.empty() && "Need at least one DIE to visit.");
0 commit comments