Skip to content
  • Sean Callanan's avatar
    Fixed a problem where m_register_info was not being · f5a99864
    Sean Callanan authored
    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.
    
    llvm-svn: 120472
    f5a99864
Loading