[Webkit-unassigned] [Bug 177172] WSL CFG analysis framework should know how to handle the interaction between continue, break, loops, and switches

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 19 11:19:12 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=177172

--- Comment #1 from Filip Pizlo <fpizlo at apple.com> ---
I think we should disallow case fall-through in switch statements. This means ensuring that all paths down a case end in a break.

For now, I'm implementing C semantics, which treat fallthrough as a feature.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170919/7ffd9bc8/attachment-0001.html>


More information about the webkit-unassigned mailing list