[lldb-dev] [Bug 35857] New: Deprecate/remove the lldb private regex implementation
via lldb-dev
lldb-dev at lists.llvm.org
Mon Jan 8 09:09:13 PST 2018
https://bugs.llvm.org/show_bug.cgi?id=35857
Bug ID: 35857
Summary: Deprecate/remove the lldb private regex implementation
Product: lldb
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Keywords: beginner
Severity: enhancement
Priority: P
Component: All Bugs
Assignee: lldb-dev at lists.llvm.org
Reporter: davide at freebsd.org
CC: aprantl at apple.com, jingham at apple.com,
llvm-bugs at lists.llvm.org
Utility/RegularExpression in LLDB has a regex engine which can be replaced by
the code in llvm/Support/Regex.h
This would remove a bunch of duplicated code and as added bonus will improve
coverage (as the regex code in LLVM is largely unit tested). There might be
some missing features that can be implemented, haven't looked closely.
Marking as `beginner` bug, while I'm here.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20180108/b923fbfc/attachment-0001.html>
More information about the lldb-dev
mailing list