Geeks
pfultz2
/
cppcheck-rules
Readme
Issues
Stargazers
Watchers
Catch duplicate assign and return
Opened this issue
4 years ago
·
0
comments
pfultz2
commented
4 years ago
void
f
() {
auto
x =
g
();
return
g
(); }