Fixed the Symbol code to resolve the callable address
authorSean Callanan <scallanan@apple.com>
Fri, 23 May 2014 02:30:48 +0000 (02:30 +0000)
committerSean Callanan <scallanan@apple.com>
Fri, 23 May 2014 02:30:48 +0000 (02:30 +0000)
commit25ea6a1b8e58fd956b7cc439f027b8849441842d
tree1ded8bb4d36313990f40affb2ecd8afdd47ea863
parentab35aa92daf1498bed8393a44ddf950d54439cab
Fixed the Symbol code to resolve the callable address
of the symbol itself rather than forcing clients to do
it.  This simplifies the logic for the expression
parser a great deal.

<rdar://problem/16935324>

llvm-svn: 209494
lldb/include/lldb/Symbol/Symbol.h
lldb/source/Expression/ClangExpressionDeclMap.cpp
lldb/source/Symbol/Symbol.cpp