Use string::find(char) for single character strings.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D10943
Use string::find(char) for single character strings. ClosedPublic Authored by brucem on Jul 3 2015, 10:08 PM.
Details Summary Use string::find(char) for single character strings.
Diff Detail
Event Timelinebrucem updated this object. This revision is now accepted and ready to land.Jul 3 2015, 10:13 PM Closed by commit rL241390: Use string::find(char) for single character strings. (authored by brucem). · Explain WhyJul 3 2015, 10:17 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 29046 lldb/trunk/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
lldb/trunk/tools/lldb-mi/MICmdArgValOptionShort.cpp
lldb/trunk/tools/lldb-mi/MICmdArgValString.cpp
lldb/trunk/tools/lldb-mi/MICmdCmdData.cpp
lldb/trunk/tools/lldb-mi/MICmdFactory.cpp
lldb/trunk/tools/lldb-mi/MICmdInterpreter.cpp
|