================
@@ -130,6 +149,12 @@ static const llvm::StringSet<> TypeTraits = {
     "result_of",
     "invoke_result",
     "type_identity",
+    "tuple_element",
----------------
vbvictor wrote:

There are no tests that will handle recursive traits (AFAIK there weren't any 
recursive trait in the list before your changes).

Could you add tests for `tuple_element` to check if it will work correctly.

https://github.com/llvm/llvm-project/pull/147074
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to