Skip to content

Commit 8a79648

Browse files
committed
Fixed debugging helper
1 parent 718ea90 commit 8a79648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeCompletion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class CustomCodeCompleteConsumer : public CodeCompleteConsumer {
7070
string ccStr = "";
7171
raw_string_ostream OS(ccStr);
7272
CodeCompletionString *ccs = res[i].CreateCodeCompletionString(s, ctx, getAllocator(), TUInfo, includeBriefComments());
73-
//cout << encode(res[i], ccs).dump(2) << "\n";
73+
//cout << encode(res[i], ccs, sm).dump(2) << "\n";
7474
output.push_back(encode(res[i], ccs, sm));
7575
}
7676

0 commit comments

Comments
 (0)