[Lldb-commits] [PATCH] D10943: Use string::find(char) for single character strings.

Bruce Mitchener bruce.mitchener at gmail.com
Fri Jul 3 22:08:30 PDT 2015


brucem created this revision.
brucem added reviewers: abidh, ki.stfu, clayborg.
brucem added a subscriber: lldb-commits.

Use string::find(char) for single character strings.

http://reviews.llvm.org/D10943

Files:
  source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  tools/lldb-mi/MICmdArgValOptionShort.cpp
  tools/lldb-mi/MICmdArgValString.cpp
  tools/lldb-mi/MICmdCmdData.cpp
  tools/lldb-mi/MICmdFactory.cpp
  tools/lldb-mi/MICmdInterpreter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10943.29045.patch
Type: text/x-patch
Size: 4688 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150704/7d0c30b2/attachment.bin>


More information about the lldb-commits mailing list