[PATCH] D12299: [libcxx] ABI-Breaking Fix for ALL undefined behavior in <list>.
Marshall Clow via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 26 13:13:14 PDT 2015
mclow.lists added a comment.
So... what do we need to do to enumerate the "ABI breakage" of this patch?
I get that there's a couple of member variables that are changing type. Can they change (as a result of this patch) from a plain pointer to a fancy pointer (or vice versa)? Can they change size? Is this a header-only change (probably) with no need to ship a new dylib?
http://reviews.llvm.org/D12299
More information about the cfe-commits
mailing list