Do not use unique pointers. NFC.
These unique pointers have the exact same lifetime as automatic variables, so use automatic variables instead. llvm-svn: 245281
Loading
Please sign in to comment
These unique pointers have the exact same lifetime as automatic variables, so use automatic variables instead. llvm-svn: 245281