Don't write "using $_lldb_local_vars" statements for variables with
authorJim Ingham <jingham@apple.com>
Wed, 6 Apr 2016 00:24:17 +0000 (00:24 +0000)
committerJim Ingham <jingham@apple.com>
Wed, 6 Apr 2016 00:24:17 +0000 (00:24 +0000)
commit2fcb27b08ca3a6cc6f4ecf2128cddaf584bb6e7c
treebdd33761fced34f8ed7008f1066bf7b9499568a6
parent25d03dbcdede75efd9fb138b97175b44893236fe
Don't write "using $_lldb_local_vars" statements for variables with
no name.  These were showing up with a recent clang, I haven't tracked
down why yet, but adding them is clearly wrong.

llvm-svn: 265494
lldb/source/Expression/ExpressionSourceCode.cpp