From d61b076ede88b56f3372a55e7d1eac6a9d717120 Mon Sep 17 00:00:00 2001 From: emaste Date: Mon, 9 Feb 2015 01:44:09 +0000 Subject: Import LLDB as of upstream SVN 228549 (git 39760838) --- source/Symbol/Variable.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/Symbol/Variable.cpp') diff --git a/source/Symbol/Variable.cpp b/source/Symbol/Variable.cpp index b1a60f6..4c03a30 100644 --- a/source/Symbol/Variable.cpp +++ b/source/Symbol/Variable.cpp @@ -203,7 +203,10 @@ void Variable::CalculateSymbolContext (SymbolContext *sc) { if (m_owner_scope) + { m_owner_scope->CalculateSymbolContext(sc); + sc->variable = this; + } else sc->Clear(false); } -- cgit v1.1