Fixing an MSVC error from rL280692
authorDimitar Vlahovski <dvlahovski@google.com>
Tue, 6 Sep 2016 12:48:10 +0000 (12:48 +0000)
committerDimitar Vlahovski <dvlahovski@google.com>
Tue, 6 Sep 2016 12:48:10 +0000 (12:48 +0000)
commite3950574a0b1c3efd149d62c4b7f9183dd83eaa8
tree7ce982348308eb0b55580cf2898e00d5dff497f0
parentb432a3ed7ee0a6b23e47a0d359ff00b0e84ac131
Fixing an MSVC error from rL280692

MSVC emits an error when one uses a const variable in a lambda without
capturing it.

gcc and clang don't emit an error in this scenario.

llvm-svn: 280707
lldb/source/Commands/CommandObjectFrame.cpp