================
@@ -130,6 +155,10 @@ static const llvm::StringSet<> TypeTraits = {
     "result_of",
     "invoke_result",
     "type_identity",
+    "compare_three_way_result",
+    "common_comparison_category",
----------------
localspook wrote:

> We usually don't care if there would be a warning inside system headers, we 
> only check user-code. It's okay if internal implementation would give a 
> warning - it is usually filtered out.

Ah, that's what I was missing!

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