Boost C++ Libraries: Ticket #8474: Make Boost.xpressive compatible with Clang's -Wimplicit-fallthrough diagnostic. https://svn.boost.org/trac10/ticket/8474 <p> Patch that inserts BOOST_FALLTHROUGH to annotate fallthrough between switch cases. Ticket with discussion of BOOST_FALLTHROUGH: <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8408" title="#8408: Patches: Boost is not compatible with Clang's -Wimplicit-fallthrough diagnostic (closed: fixed)">#8408</a> </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8474 Trac 1.4.3 Alexander Kornienko <alexfh@…> Mon, 22 Apr 2013 14:35:36 GMT attachment set https://svn.boost.org/trac10/ticket/8474 https://svn.boost.org/trac10/ticket/8474 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">xpressive.patch</span> </li> </ul> Ticket Eric Niebler Tue, 23 Jul 2013 04:46:56 GMT <link>https://svn.boost.org/trac10/ticket/8474#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8474#comment:1</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/85121" title="make xpressive play nice with clang's -Wimplicit-fallthrough ...">[85121]</a>) make xpressive play nice with clang's -Wimplicit-fallthrough diagnostic, refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8474" title="#8474: Patches: Make Boost.xpressive compatible with Clang's -Wimplicit-fallthrough ... (closed: fixed)">#8474</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Eric Niebler</dc:creator> <pubDate>Tue, 23 Jul 2013 04:48:32 GMT</pubDate> <title>status changed https://svn.boost.org/trac10/ticket/8474#comment:2 https://svn.boost.org/trac10/ticket/8474#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> <p> Fixed on trunk, will merge to release when tests have cycled. Many thanks for the patch. </p> Ticket Eric Niebler Thu, 22 Aug 2013 19:50:56 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/8474#comment:3 https://svn.boost.org/trac10/ticket/8474#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/85427" title="merge [85118],[85119],[85120],[85121] from trunk; fixes #8843, fixes ...">[85427]</a>) merge <a class="changeset" href="https://svn.boost.org/trac10/changeset/85118" title="throw instead of assert at incomplete charset, refs #8843">[85118]</a>,<a class="changeset" href="https://svn.boost.org/trac10/changeset/85119" title="remove unused local typedef, refs #8880">[85119]</a>,<a class="changeset" href="https://svn.boost.org/trac10/changeset/85120" title="use RAII instead of try/catch in sequence_stack.hpp, refs #8882">[85120]</a>,<a class="changeset" href="https://svn.boost.org/trac10/changeset/85121" title="make xpressive play nice with clang's -Wimplicit-fallthrough ...">[85121]</a> from trunk; fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8843" title="#8843: Bugs: bugs: xpressive: assertion begin!=end fails, instead of throwing an ... (closed: fixed)">#8843</a>, fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8880" title="#8880: Bugs: [xpressive] GCC 4.8+ warns about unused local typedef (closed: fixed)">#8880</a>, fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8882" title="#8882: Patches: sequence_stack.hpp doesn't build without exception support (closed: fixed)">#8882</a>, fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8474" title="#8474: Patches: Make Boost.xpressive compatible with Clang's -Wimplicit-fallthrough ... (closed: fixed)">#8474</a> </p> Ticket