Xazax-hun wrote: Just recording some thoughts here from the last sync: * Supporting code that relies on things like `vector::reserve` is unsolved but maybe it is not a big deal if we don't support that. * Supporting nested containers is a problem. * Supporting selective invalidation (invalidating references only vs references and iterators) is a challenge. * Partial invalidation (only some fields are invalidated so only some methods are UB) are a challenge.
https://github.com/llvm/llvm-project/pull/186799 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
