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@lists.llvm.org
          Reporter: dav...@freebsd.org
                CC: apra...@apple.com, jing...@apple.com,
                    llvm-b...@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.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to