forked from OSchip/llvm-project
parent
2a82cd5232
commit
18d7b950e1
|
@ -540,7 +540,7 @@ public:
|
|||
if (var_sp && var_sp->GetDeclaration().GetFile())
|
||||
{
|
||||
StreamString ss;
|
||||
// True to show fullpath for declrarion file.
|
||||
// True to show fullpath for declaration file.
|
||||
var_sp->GetDeclaration().DumpStopContext(&ss, true);
|
||||
wp_loc->SetDeclInfo(ss.GetString());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue