The test for case statements did not cover GNU range case statements.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Paths
| Differential D53610
[AST] Check that GNU range case statements are correctly imported. ClosedPublic Authored by riccibruno on Oct 23 2018, 1:49 PM.
Details Summary The test for case statements did not cover GNU range case statements.
Diff Detail
Event Timelinericcibruno added a parent revision: D53609: [AST] Don't store data for GNU range case statement if not needed..Oct 23 2018, 1:49 PM This revision is now accepted and ready to land.Oct 24 2018, 5:23 PM riccibruno added a child revision: D53714: [AST] Only store the needed data in SwitchStmt..Oct 25 2018, 10:04 AM Closed by commit rC345506: [AST] Check that GNU range case statements are correctly imported. (authored by brunoricci). · Explain WhyOct 29 2018, 8:06 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 171125 test/Import/switch-stmt/Inputs/F.cpp
test/Import/switch-stmt/test.cpp
|