Opened 10 years ago

Closed 9 years ago

#8474 closed Patches (fixed)

Make Boost.xpressive compatible with Clang's -Wimplicit-fallthrough diagnostic.

Reported by: Alexander Kornienko <alexfh@…> Owned by: Eric Niebler
Milestone: To Be Determined Component: xpressive
Version: Boost 1.52.0 Severity: Problem
Keywords: Cc: John Maddock

Description

Patch that inserts BOOST_FALLTHROUGH to annotate fallthrough between switch cases. Ticket with discussion of BOOST_FALLTHROUGH: #8408

Attachments (1)

xpressive.patch (5.5 KB ) - added by Alexander Kornienko <alexfh@…> 10 years ago.

Download all attachments as: .zip

Change History (4)

by Alexander Kornienko <alexfh@…>, 10 years ago

Attachment: xpressive.patch added

comment:1 by Eric Niebler, 9 years ago

(In [85121]) make xpressive play nice with clang's -Wimplicit-fallthrough diagnostic, refs #8474

comment:2 by Eric Niebler, 9 years ago

Status: newassigned

Fixed on trunk, will merge to release when tests have cycled. Many thanks for the patch.

comment:3 by Eric Niebler, 9 years ago

Resolution: fixed
Status: assignedclosed

(In [85427]) merge [85118],[85119],[85120],[85121] from trunk; fixes #8843, fixes #8880, fixes #8882, fixes #8474

Note: See TracTickets for help on using tickets.