OSDN Git Service

[LLDB][NFC] Adding clarifying comment in SymbolFileDWARFDebugMap::DumpClangAST(...)
authorshafik <syaghmour@apple.com>
Fri, 24 Jan 2020 21:54:25 +0000 (13:54 -0800)
committershafik <syaghmour@apple.com>
Fri, 24 Jan 2020 22:01:15 +0000 (14:01 -0800)
commit118efa5cda868604f3507760ca061f69b0050b19
tree2705593628d4e3cc9f276ee7927c1ca9ba57fa1d
parent9fa0f236d5011630932e8358e45f81cd21861911
[LLDB][NFC] Adding clarifying comment in SymbolFileDWARFDebugMap::DumpClangAST(...)

It is not obvious that the code was correct since it would seem as if we want to perform the dump for
each symbol file.
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp