Hi Yaron,
On Wed, May 3, 2017 at 2:11 AM, Yaron Keren wrote:
> out-of-tree code that uses WeakVH will continue to compile OK but may not
> perform OK with WeakVH not tracking anymore.
> May be better not to reuse WeakVH yet so such code will fail compilation.
Typically we tend to focus on simpli
out-of-tree code that uses WeakVH will continue to compile OK but may not
perform OK with WeakVH not tracking anymore.
May be better not to reuse WeakVH yet so such code will fail compilation.
בתאריך יום ב׳, 1 במאי 2017 ב-20:21 מאת Sanjoy Das via cfe-commits <
cfe-commits@lists.llvm.org>:
Author: sanjoy
Date: Mon May 1 12:08:00 2017
New Revision: 301815
URL: http://llvm.org/viewvc/llvm-project?rev=301815&view=rev
Log:
Adapt to LLVM's rename of WeakVH to WeakTrackingVH; NFC
Modified:
cfe/trunk/lib/CodeGen/CGDeclCXX.cpp
cfe/trunk/lib/CodeGen/CGObjCMac.cpp
cfe/trunk/lib/