SingleLinkedListIterator::operator++(int) shouldn't return a reference
The returned reference is to a local object. Instead, make a copy. Found by PVS-Studio. llvm-svn: 285603
Loading
Please register or sign in to comment
The returned reference is to a local object. Instead, make a copy. Found by PVS-Studio. llvm-svn: 285603