jingham added a comment.

Eh, must have. The page really shouldn't let you overall submit if there are 
uncommitted comments, but whatever.  Let's see if I did it right this time..



================
Comment at: source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp:668
 ConstString ClangUserExpression::ResultDelegate::GetName() {
-  return m_persistent_state->GetNextPersistentVariableName(*m_target_sp);
+  return m_persistent_state->GetNextPersistentVariableName(*m_target_sp, "$");
 }
----------------
Don't hard-code "$" here, call GetPersistentVariablePrefix.


https://reviews.llvm.org/D46083



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to