[libcxx] r240139 - Fix ASAN bot; missing bookkeeping in r240136.
Dimitry Andric
dimitry at andric.com
Fri Jun 19 12:22:50 PDT 2015
On 19 Jun 2015, at 19:13, Marshall Clow <mclow.lists at gmail.com> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 194 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150619/75904f05/attachment.sig>
More information about the cfe-commits
mailing list