Probably just an oversight, but changing var_expr_cstr to a StringRef, but
leaving it called "_cstr" will cause confusion.
Jim
> On Nov 16, 2016, at 5:37 PM, Zachary Turner via lldb-commits
> wrote:
>
> Author: zturner
> Date: Wed Nov 16 19:37:52 2016
> New Revision: 287189
>
> URL: http://l
Author: zturner
Date: Wed Nov 16 19:37:52 2016
New Revision: 287189
URL: http://llvm.org/viewvc/llvm-project?rev=287189&view=rev
Log:
Make GetValueForVariableExpression use StringRef.
Also significantly reduced the indentation level by use of
early returns, and simplified some of the logic by usi