================
@@ -130,6 +149,12 @@ static const llvm::StringSet<> TypeTraits = {
"result_of",
"invoke_result",
"type_identity",
+ "tuple_element",
----------------
vbvictor wrote:Please remove other recursive traits as well, `variant_alternative` is also one of them. https://github.com/llvm/llvm-project/pull/147074 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
