We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f0917 commit 6a6c6caCopy full SHA for 6a6c6ca
lib/FrontendTool/FrontendTool.cpp
@@ -554,7 +554,7 @@ class JSONFixitWriter : public DiagnosticConsumer {
554
if (FixitAll)
555
return true;
556
557
- // Do not add a semi as it is wrong in most cases during migration
+ // Do not add a semi or comma as it is wrong in most cases during migration
558
if (Info.ID == diag::statement_same_line_without_semi.ID ||
559
Info.ID == diag::expected_separator.ID)
560
return false;
0 commit comments