On 19 Jun 2015, at 19:13, Marshall Clow <[email protected]> wrote: > > Author: marshall > Date: Fri Jun 19 12:13:59 2015 > New Revision: 240139 > > URL: http://llvm.org/viewvc/llvm-project?rev=240139&view=rev > Log: > Fix ASAN bot; missing bookkeeping in r240136. ... > @@ -4076,6 +4076,7 @@ private: > { > __e->__weak_this_.__ptr_ = const_cast<_Yp*>(static_cast<const > _Yp*>(__e)); > __e->__weak_this_.__cntrl_ = __cntrl_; > + Â Â Â Â Â __cntrl_->__add_weak();
Hmm, what are ^^^ these? :) -Dimitry
signature.asc
Description: Message signed with OpenPGP using GPGMail
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
