Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
lib/Sema/
-
Sema/
-
JumpDiagnostics.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D25665
[Sema] Handle CaseStmt and DefaultStmt as SwitchCase
Closed
Public
Authored by
vitalybuka
on Oct 16 2016, 10:05 PM.
Download Raw Diff
Details
Reviewers
rsmith
Commits
rG28a1b8c8bb01: [Sema] Handle CaseStmt and DefaultStmt as SwitchCase
rC285159: [Sema] Handle CaseStmt and DefaultStmt as SwitchCase
rL285159: [Sema] Handle CaseStmt and DefaultStmt as SwitchCase
Summary
rsmith
Diff Detail
Build Status
Buildable 519
Build 519: arc lint + arc unit
Event Timeline
vitalybuka
updated this revision to
Diff 74811
.
Oct 16 2016, 10:05 PM
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
.
Comment Actions
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
Closed by commit
rL285159: [Sema] Handle CaseStmt and DefaultStmt as SwitchCase
(authored by
vitalybuka
).
·
Explain Why
Oct 25 2016, 7:09 PM
This revision was automatically updated to reflect the committed changes.