[libcxx-commits] [PATCH] D67052: Add reference type transformation builtins
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Sep 20 06:29:37 PDT 2019
zoecarver marked an inline comment as done.
zoecarver added inline comments.
================
Comment at: clang/lib/AST/ItaniumMangle.cpp:3412
break;
+ case UnaryTransformType::RemoveReferenceType:
+ Out << "3err";
----------------
Eric, I looked at your comment, but it seems that we no longer unary type transformations that way. @rsmith is this correct?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67052/new/
https://reviews.llvm.org/D67052
More information about the libcxx-commits
mailing list