<rdar://problem/12408181> Fixing a bug where we would try to look for types in a...
authorEnrico Granata <egranata@apple.com>
Wed, 3 Oct 2012 21:31:35 +0000 (21:31 +0000)
committerEnrico Granata <egranata@apple.com>
Wed, 3 Oct 2012 21:31:35 +0000 (21:31 +0000)
commit83805259e12b5187b310810af46949896e8930a4
tree322a767374957e4fb8b5e0689c9f9a33aae3dc52
parentb336c96f1d519f040204beb0924726008eb38a33
<rdar://problem/12408181> Fixing a bug where we would try to look for types in a module, and then fail to look for them anywhere else because the same SymbolContext was being passed everywhere

llvm-svn: 165169
lldb/source/Core/ModuleList.cpp