Fixed the way the ClangExpressionDeclMap looks
authorSean Callanan <scallanan@apple.com>
Tue, 12 Feb 2013 07:56:36 +0000 (07:56 +0000)
committerSean Callanan <scallanan@apple.com>
Tue, 12 Feb 2013 07:56:36 +0000 (07:56 +0000)
commitaf77617b2111e82875935800b6afe38eea8601ca
treeacfb4693370b2caa925257490321d1ec87ca4f07
parent3d1e2c960df1f2a9865eb312af067a469d413588
Fixed the way the ClangExpressionDeclMap looks
up variables in the current stack frame to avoid
mutual recursion between the expression parser
and the synthetic child providers.  Variables
should only be looked up in a very simple way,
using no synthetic anything.

<rdar://problem/13173454>

llvm-svn: 174947
lldb/source/Expression/ClangExpressionDeclMap.cpp