Replaced two instances of std::function with auto.
authorSean Callanan <scallanan@apple.com>
Wed, 14 Sep 2016 20:58:31 +0000 (20:58 +0000)
committerSean Callanan <scallanan@apple.com>
Wed, 14 Sep 2016 20:58:31 +0000 (20:58 +0000)
commitaa4b44c66265621237537444838fc8946e86885a
tree8de0bf26c8ad515974af2959c5211a13332425fe
parent1b9fc8ed659589ee2f1d010adfd63f3d890c6ec3
Replaced two instances of std::function with auto.

Thanks to Zachary Turner for the suggestion.  It's distasteful that the actual
type of the lambda can't be spelled out, but it should be evident from the
definition of the lambda body.

llvm-svn: 281536
lldb/source/Expression/DWARFExpression.cpp
lldb/source/Target/StackFrame.cpp