mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 04:17:17 +08:00
Removed namespace qualification from symbol queries.
llvm-svn: 141866
This commit is contained in:
@@ -254,7 +254,7 @@ ModuleList::FindSymbolsWithNameAndType (const ConstString &name,
|
||||
sc_list.Clear();
|
||||
collection::iterator pos, end = m_modules.end();
|
||||
for (pos = m_modules.begin(); pos != end; ++pos)
|
||||
(*pos)->FindSymbolsWithNameAndType (name, NULL, symbol_type, sc_list);
|
||||
(*pos)->FindSymbolsWithNameAndType (name, symbol_type, sc_list);
|
||||
return sc_list.GetSize();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user