[Lldb-commits] [PATCH] D23882: Replace uses of MIUtilParse::CRegexParser with llvm::Regex
Michał Górny via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 25 10:32:31 PDT 2016
mgorny created this revision.
mgorny added a reviewer: dawn.
mgorny added a subscriber: lldb-commits.
Herald added a subscriber: ki.stfu.
Replace uses of the local MIUtilParse::CRegexParser class with the LLVM support class llvm::Regex. This reduces duplication of code, and makes it possible to remove the MIUtilParse::CRegexParser class that requires LLVM internal implementation headers.
Bug: https://llvm.org/bugs/show_bug.cgi?id=29138
// Note: I don't have commit access //
https://reviews.llvm.org/D23882
Files:
tools/lldb-mi/MICmdCmdData.cpp
tools/lldb-mi/MICmdCmdSymbol.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23882.69267.patch
Type: text/x-patch
Size: 5726 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160825/c9867cd2/attachment-0001.bin>
More information about the lldb-commits
mailing list