summaryrefslogtreecommitdiffstats
path: root/lldb/source
diff options
context:
space:
mode:
authorDawn Perchik <dawn@burble.org>2015-06-25 17:45:53 +0000
committerDawn Perchik <dawn@burble.org>2015-06-25 17:45:53 +0000
commit6c506bdab29eb826d56fd1fb69a74f6a4e18292f (patch)
treed9c4d82f8017b28d7a701c92e761db7edbf934d2 /lldb/source
parent02c302790f5f3325626c21aef839fbcf28c95dc7 (diff)
downloadbcm5719-llvm-6c506bdab29eb826d56fd1fb69a74f6a4e18292f.tar.gz
bcm5719-llvm-6c506bdab29eb826d56fd1fb69a74f6a4e18292f.zip
Rename Mangled::GetLanguage to Mangled::GuessLanguage
The language can not be definitively determined from the mangling, so this new name helps clarify that fact. This addresses the concerns raised in http://reviews.llvm.org/rL226962. Reviewed by: clayborg Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D10723 llvm-svn: 240662
Diffstat (limited to 'lldb/source')
-rw-r--r--lldb/source/Core/Mangled.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/Mangled.cpp b/lldb/source/Core/Mangled.cpp
index ae5481db68b..4ba320d4cb0 100644
--- a/lldb/source/Core/Mangled.cpp
+++ b/lldb/source/Core/Mangled.cpp
@@ -423,7 +423,7 @@ Mangled::MemorySize () const
}
lldb::LanguageType
-Mangled::GetLanguage ()
+Mangled::GuessLanguage ()
{
ConstString mangled = GetMangledName();
if (mangled)
OpenPOWER on IntegriCloud