Clang-cl On Thu, Mar 2, 2017 at 2:51 AM Pavel Labath <lab...@google.com> wrote:
> > On 2 March 2017 at 00:05, Zachary Turner via lldb-commits < > lldb-commits@lists.llvm.org> wrote: > > - DumpValueObjectOptions::DeclPrintingHelper helper = > - [&valobj_sp, qualify_cxx_base_classes]( > - ConstString type, ConstString var, > - const DumpValueObjectOptions &opts, Stream &stream) -> bool { > + DumpValueObjectOptions::DeclPrintingHelper helper = [&valobj_sp]( > + ConstString type, ConstString var, const DumpValueObjectOptions > &opts, > + Stream &stream) -> bool { > const ValueObject::GetExpressionPathFormat format = ValueObject:: > > > Hi Zach, > > what's the compiler that was giving you this warning. The version of MSVC > I am using is complaining about a missing capture when you removed this. > > I've updated the code in a way which should make both compilers satisfied, > but I'd like to know if we are using an unsupported version of MSVC or > something. > > cheers, > pl > >
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits