[libcxx-commits] [PATCH] D133196: [libc++] Add test to ensure that type trait aliases in dependent return types can be mangled

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Sep 15 09:06:36 PDT 2022


ldionne accepted this revision.
ldionne added inline comments.
This revision is now accepted and ready to land.


================
Comment at: libcxx/test/std/utilities/meta/meta.unary/dependent_return_type.compile.pass.cpp:10
+// When type trait aliases are used in dependent return types they have to be mangled, but Clang and GCC can't mangle
+// all builtins. To ensure we don't use any of these builtins test all type trait aliases in dependent return types.
+
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133196



More information about the libcxx-commits mailing list