This is an archive of the discontinued LLVM Phabricator instance.

[Extract] Fixed SemicolonExtractionPolicy for SwitchStmt and SwitchCase
ClosedPublic

Authored by SureYeaah on Aug 7 2019, 8:19 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

SureYeaah created this revision.Aug 7 2019, 8:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 7 2019, 8:19 AM
SureYeaah updated this revision to Diff 213909.Aug 7 2019, 8:32 AM

Removed Do

SureYeaah retitled this revision from [Extract] Fixed SemicolonExtractionPolicy for Do and Switch Stmt to [Extract] Fixed SemicolonExtractionPolicy for SwitchStmt and SwitchCase.Aug 7 2019, 8:33 AM
SureYeaah updated this revision to Diff 213925.Aug 7 2019, 9:22 AM

Added tests

sammccall accepted this revision.Aug 8 2019, 1:31 AM
This revision is now accepted and ready to land.Aug 8 2019, 1:31 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptAug 8 2019, 1:38 AM