Many places should have been using size_t rather than MIuint or
MIint. This is particularly true for code that uses std::string::find(),
std::string::rfind(), std::string::size(), and related methods.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D10931
[lldb-mi] Use size_t where appropriate. ClosedPublic Authored by brucem on Jul 3 2015, 8:12 AM.
Details Summary Many places should have been using size_t rather than MIuint or
Diff Detail Event Timelinebrucem updated this object. This revision is now accepted and ready to land.Jul 3 2015, 8:23 AM Closed by commit rL241360: [lldb-mi] Use size_t where appropriate. (authored by brucem). · Explain WhyJul 3 2015, 8:41 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 29024 tools/lldb-mi/MICmdArgContext.cpp
tools/lldb-mi/MICmdArgValFile.cpp
tools/lldb-mi/MICmdArgValOptionLong.cpp
tools/lldb-mi/MICmdArgValString.cpp
tools/lldb-mi/MICmdCmdData.cpp
tools/lldb-mi/MICmdCmdSymbol.cpp
tools/lldb-mi/MICmdFactory.cpp
tools/lldb-mi/MICmdInterpreter.cpp
tools/lldb-mi/MICmnLogMediumFile.cpp
tools/lldb-mi/MIDriver.cpp
tools/lldb-mi/MIDriverMgr.cpp
tools/lldb-mi/MIUtilFileStd.cpp
tools/lldb-mi/MIUtilString.h
tools/lldb-mi/MIUtilString.cpp
|