This is an archive of the discontinued LLVM Phabricator instance.

[Sema] Handle CaseStmt and DefaultStmt as SwitchCase
ClosedPublic

Authored by vitalybuka on Oct 16 2016, 10:05 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

vitalybuka retitled this revision from to [Sema] Handle CaseStmt and DefaultStmt as SwitchCase.
vitalybuka updated this object.
rsmith accepted this revision.Oct 25 2016, 5:18 PM
rsmith added a reviewer: rsmith.
rsmith added a subscriber: rsmith.

It's fine to commit obvious cleanups like this with post-commit review.

This revision is now accepted and ready to land.Oct 25 2016, 5:18 PM
This revision was automatically updated to reflect the committed changes.