mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
Add a blurb to the release notes about the WeakVH -> WeakTrackingVH transition
llvm-svn: 302456
This commit is contained in:
parent
b78cfee1e6
commit
336c798846
@ -40,6 +40,10 @@ Non-comprehensive list of changes in this release
|
||||
functionality, or simply have a lot to talk about), see the `NOTE` below
|
||||
for adding a new subsection.
|
||||
|
||||
* LLVM's ``WeakVH`` has been renamed to ``WeakTrackingVH`` and a new ``WeakVH``
|
||||
has been introduced. The new ``WeakVH`` nulls itself out on deletion, but
|
||||
does not track values across RAUW.
|
||||
|
||||
* ... next change ...
|
||||
|
||||
.. NOTE
|
||||
|
Loading…
Reference in New Issue
Block a user