Skip to content

Commit bbbb2dc

Browse files
committed
Forget a 'return'... oops
1 parent 2752e72 commit bbbb2dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ class INOPreprocessorMatcherCallback : public MatchFinder::MatchCallback {
101101
if (debugOutput) {
102102
outs() << " Ignored CXX method declaration.\n";
103103
}
104+
return;
104105
}
105106

106107
if (f->getParentFunctionOrMethod()) {

0 commit comments

Comments
 (0)