[PATCH] D54472: Disable invalid isPodLike<> specialization

serge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 28 00:34:43 PST 2018


serge-sans-paille added a comment.

> Might benefit from a current summary?

@dblaikie current state is a simplification of the original patch : no implementation change of llvm::Optional, nothing on SmallVector either, in order to keep it relatively simple while fixing the original UB bug. I've updated the summary accordingly.

I'll deal with Optional update in another patch.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54472/new/

https://reviews.llvm.org/D54472





More information about the llvm-commits mailing list