diff options
Diffstat (limited to 'lldb/include/lldb/Interpreter/Args.h')
| -rw-r--r-- | lldb/include/lldb/Interpreter/Args.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/include/lldb/Interpreter/Args.h b/lldb/include/lldb/Interpreter/Args.h index 1f1b92b924a..5e5dafc0a2c 100644 --- a/lldb/include/lldb/Interpreter/Args.h +++ b/lldb/include/lldb/Interpreter/Args.h @@ -357,6 +357,9 @@ public: static Error StringToFormat (const char *s, lldb::Format &format); + static const char * + StringToVersion (const char *s, uint32_t &major, uint32_t &minor, uint32_t &update); + // This one isn't really relevant to Arguments per se, but we're using the Args as a // general strings container, so... void |

