forked from OSchip/llvm-project
Add '*' to auto variable that is a pointer, as per the coding conventions.
llvm-svn: 221033
This commit is contained in:
parent
d5336ae269
commit
bbad0bbb2f
|
@ -1579,7 +1579,7 @@ void DwarfDebug::emitDebugPubSection(
|
|||
if (Globals.empty())
|
||||
continue;
|
||||
|
||||
if (auto Skeleton = TheU->getSkeleton())
|
||||
if (auto *Skeleton = TheU->getSkeleton())
|
||||
TheU = Skeleton;
|
||||
unsigned ID = TheU->getUniqueID();
|
||||
|
||||
|
|
Loading…
Reference in New Issue