Hurray for the Android g++ bot! Sean
> On Apr 13, 2016, at 6:23 PM, Enrico Granata via lldb-commits > <lldb-commits@lists.llvm.org> wrote: > > Author: enrico > Date: Wed Apr 13 20:23:01 2016 > New Revision: 266271 > > URL: http://llvm.org/viewvc/llvm-project?rev=266271&view=rev > Log: > Don't use auto - (try to) appease the Android g++ bot > > Modified: > > lldb/trunk/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp > > Modified: > lldb/trunk/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp > URL: > http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp?rev=266271&r1=266270&r2=266271&view=diff > ============================================================================== > --- > lldb/trunk/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp > (original) > +++ > lldb/trunk/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp > Wed Apr 13 20:23:01 2016 > @@ -596,7 +596,7 @@ protected: > { > auto iterators_pair = objc_runtime->GetDescriptorIteratorPair(); > auto iterator = iterators_pair.first; > - auto& stdout(result.GetOutputStream()); > + Stream &stdout(result.GetOutputStream()); > for(; iterator != iterators_pair.second; iterator++) > { > if (iterator->second) > > > _______________________________________________ > lldb-commits mailing list > lldb-commits@lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits