<rdar://problem/14086944>

lldb doesn't autocomplete objective C class methods. The regular expression was looking for strings that started with the completion string that was passed in. For objective C class methods, this string starts with "+" which wasn't being escaped. Added many other escapes that were missing just in case.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@183470 91177308-0d34-0410-b5e6-96231b3b80d8
1 file changed