Fixed a problem where m_register_info was not being
copied by the copy constructor for ClangExpressionVariable.
This meant that a NULL m_register_info wouldn't be
copied, and instead the field was uninitialized, potentially
confusing the materializer.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@120472 91177308-0d34-0410-b5e6-96231b3b80d8
1 file changed