clang-tidy-readability-iden.../sources/LocalPointer.cpp

6 lines
89 B
C++

void* function() {
void* LocalPointer = nullptr;
return LocalPointer;
}