From 8d93ab88a94cc02ea5e821855a0c441b113447d9 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sat, 9 Jan 2016 17:33:13 +0000 Subject: [PATCH] Reduce diffs between upstream lldb and ours. --- contrib/llvm/tools/lldb/source/Symbol/Symtab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/llvm/tools/lldb/source/Symbol/Symtab.cpp b/contrib/llvm/tools/lldb/source/Symbol/Symtab.cpp index 07dcef453ba..b20504addec 100644 --- a/contrib/llvm/tools/lldb/source/Symbol/Symtab.cpp +++ b/contrib/llvm/tools/lldb/source/Symbol/Symtab.cpp @@ -391,7 +391,7 @@ Symtab::InitNameIndexes() m_name_to_index.Append (entry); } } - + // If the demangled name turns out to be an ObjC name, and // is a category name, add the version without categories to the index too. ObjCLanguage::MethodName objc_method (entry.cstring, true);