Skip to content

Commit 3ff3281

Browse files
committed
[lldb][lldb-dap] use llvm::smallVector as gotargets are usually few
1 parent 066f2e2 commit 3ff3281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/tools/lldb-dap/DAP.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class Gotos {
9292
void Clear();
9393

9494
private:
95-
std::vector<lldb::SBLineEntry> line_entries;
95+
llvm::SmallVector<lldb::SBLineEntry> line_entries;
9696
};
9797

9898
struct Variables {

0 commit comments

Comments
 (0)