Skip to content

Commit f1d4da0

Browse files
committedAug 7, 2017
Added small comment with an hint for debugging
1 parent e1bd4ea commit f1d4da0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ class INOPreprocessorMatcherCallback : public MatchFinder::MatchCallback {
118118
return;
119119
}
120120

121+
//f->dump();
122+
121123
detectInsertionPoint(sm, begin, end);
122124
if (!insertionPointFound) {
123125
return;

0 commit comments

Comments
 (0)
Please sign in to comment.