[PATCH] D12299: [libcxx] Fix for ALL undefined behavior in <list>.

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 30 13:00:10 PST 2015


EricWF updated this revision to Diff 43802.
EricWF added a comment.

- Change ABI macro name to `_LIBCPP_ABI_LIST_REMOVE_NODE_POINTER_UB`.
- Remove unnecessary variable pointed out in review.
- Rename `__node_pointer_traits` to `__list_node_pointer_traits` to prevent name collisions.


http://reviews.llvm.org/D12299

Files:
  include/__config
  include/list

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12299.43802.patch
Type: text/x-patch
Size: 32793 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151230/46af72e4/attachment-0001.bin>


More information about the cfe-commits mailing list