[llvm-bugs] [Bug 35967] <regex> syntax_option_type is not a proper bitmask
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Mar 28 10:32:04 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=35967
Marshall Clow (home) <mclow.lists at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #3 from Marshall Clow (home) <mclow.lists at gmail.com> ---
Fixed in commit 357190. Note that this requires a new dylib.
(and is an ABI break, so it's off by default)
Also, I looked at 'format_default' and 'match_default', but they're defined as
empty bitmasks, so they stayed == 0.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190328/dfad0aab/attachment.html>
More information about the llvm-bugs
mailing list