[libcxx-commits] [PATCH] D133262: [clang] Fixes how we represent / emulate builtin templates
Matheus Izvekov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Sep 7 12:54:21 PDT 2022
mizvekov added a comment.
In D133262#3768883 <https://reviews.llvm.org/D133262#3768883>, @royjacobson wrote:
> There are some known bugs about how we handle this built-in in the AST- #42102, #51928, #54993. Is it possible that your patch solves them? It would be great if it does, I hit one of them in the wild a while back.
@royjacobson I decided to do a complete job here and fix those issues as well. Can you confirm?
I also applied the same idea to `type_pack_element` as I saw a crash related to that in the wild.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133262/new/
https://reviews.llvm.org/D133262
More information about the libcxx-commits
mailing list