Fix type signature for CMIUtilString::IsAllValidAlphaAndNumeric.
This passes the MI tests on Mac OS X.
Paths
| Differential D10906
Fix type signature for CMIUtilString::IsAllValidAlphaAndNumeric.
This should take a "const char*" not a "char &". ClosedPublic Authored by brucem on Jul 2 2015, 1:23 PM.
Details Summary Fix type signature for CMIUtilString::IsAllValidAlphaAndNumeric. This passes the MI tests on Mac OS X.
Diff Detail Event TimelineThis revision now requires changes to proceed.Jul 2 2015, 8:59 PM brucem edited edge metadata. Comment ActionsUpdate per review comments. Updating D10906: Fix type signature for CMIUtilString::IsAllValidAlphaAndNumeric.This should take a "const char*" not a "char &". ki.stfu edited edge metadata. Comment Actionslgtm
This revision is now accepted and ready to land.Jul 2 2015, 10:42 PM Closed by commit rL241322: Fix type signature for CMIUtilString::IsAllValidAlphaAndNumeric. (authored by brucem). · Explain WhyJul 3 2015, 12:28 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 28973 tools/lldb-mi/MICmnLLDBDebugSessionInfo.cpp
tools/lldb-mi/MIUtilString.h
tools/lldb-mi/MIUtilString.cpp
|
In vrText, "r" means reference. Rename it to vpText.