summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangExpressionDeclMap.cpp
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2014-10-20 18:36:58 +0000
committerSean Callanan <scallanan@apple.com>2014-10-20 18:36:58 +0000
commit35e678c7e0ba85242b530047a78216c91f88d249 (patch)
tree08c183e25d2d5ffc77a915986ff255cd08d7b9ce /lldb/source/Expression/ClangExpressionDeclMap.cpp
parent1b102650cb96de0e7722db281f4cdd60728e32ed (diff)
downloadbcm5719-llvm-35e678c7e0ba85242b530047a78216c91f88d249.tar.gz
bcm5719-llvm-35e678c7e0ba85242b530047a78216c91f88d249.zip
Don't allow the expression parser to magically
look through 'self' at its ivars. It produces surprising results. <rdar://problem/18698760> llvm-svn: 220220
Diffstat (limited to 'lldb/source/Expression/ClangExpressionDeclMap.cpp')
-rw-r--r--lldb/source/Expression/ClangExpressionDeclMap.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Expression/ClangExpressionDeclMap.cpp b/lldb/source/Expression/ClangExpressionDeclMap.cpp
index aaf2d5bc610..13f19a16cf5 100644
--- a/lldb/source/Expression/ClangExpressionDeclMap.cpp
+++ b/lldb/source/Expression/ClangExpressionDeclMap.cpp
@@ -1275,7 +1275,6 @@ ClangExpressionDeclMap::FindExternalVisibleDecls (NameSearchContext &context,
valobj = frame->GetValueForVariableExpressionPath(name_unique_cstr,
eNoDynamicValues,
StackFrame::eExpressionPathOptionCheckPtrVsMember |
- StackFrame::eExpressionPathOptionsAllowDirectIVarAccess |
StackFrame::eExpressionPathOptionsNoFragileObjcIvar |
StackFrame::eExpressionPathOptionsNoSyntheticChildren |
StackFrame::eExpressionPathOptionsNoSyntheticArrayRange,
OpenPOWER on IntegriCloud