diff options
Diffstat (limited to 'tools/lldb-mi/MICmdArgValString.h')
| -rw-r--r-- | tools/lldb-mi/MICmdArgValString.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/tools/lldb-mi/MICmdArgValString.h b/tools/lldb-mi/MICmdArgValString.h index 58f9ee4f32c31..54051d6159190 100644 --- a/tools/lldb-mi/MICmdArgValString.h +++ b/tools/lldb-mi/MICmdArgValString.h @@ -7,18 +7,6 @@ // //===----------------------------------------------------------------------===// -//++ -// File: MICmdArgValString.h -// -// Overview: CMICmdArgValString interface. -// -// Environment: Compilers: Visual C++ 12. -// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1 -// Libraries: See MIReadmetxt. -// -// Copyright: None. -//-- - #pragma once // In-house headers: @@ -70,7 +58,7 @@ class CMICmdArgValString : public CMICmdArgValBaseTemplate<CMIUtilString> // Attribute: private: - bool m_bHandleQuotedString; // True = Parse a string surrounded by quotes spaces are not delimitors, false = only text up to next + bool m_bHandleQuotedString; // True = Parse a string surrounded by quotes spaces are not delimiters, false = only text up to next // delimiting space character bool m_bAcceptNumbers; // True = Parse a string and accept as a number if number, false = numbers not recognised as string types bool m_bHandleDirPaths; // True = Parse a string and accept directory file style string if present, false = directory file path not |
