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 75179a8 commit 64b2f5dCopy full SHA for 64b2f5d
lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
@@ -1661,7 +1661,7 @@ void SymbolFileNativePDB::CacheFunctionNames() {
1661
if (ref.Name.empty())
1662
continue;
1663
1664
- // Find the function this is referencing
+ // Find the function this is referencing.
1665
CompilandIndexItem &cci =
1666
m_index->compilands().GetOrCreateCompiland(ref.modi());
1667
auto iter = cci.m_debug_stream.getSymbolArray().at(ref.SymOffset);
0 commit comments