================
@@ -49,6 +49,8 @@ defm constexpr_ctor_missing_init : CXX20Compat<
 defm adl_only_template_id : CXX20Compat<
   "use of function template name with no prior declaration in function call "
   "with explicit template arguments is">;
+defm ctad_for_alias_templates
----------------
Sirraide wrote:

> This feels very anti-ergonomic for code reviewers.

I feel like that might mainly be because this is a new thing we just added. I 
personally don’t think it’s that big of a deal because the wording of 
compatibility warnings is very consistent as a result of this, so so long as 
it’s clear that this always generates something of the form ‘... incompatibile 
with C++ standards before C++XY’ and ‘... a C++XY extension’, you know what to 
look for.

Also, even if it adds another thing to be aware of, it also removes the need to 
check if the compatibility warning is actually written correctly and whether 
we’re checking for the right lang opt when we emit it etc. etc. (though of 
course that last part will only come into effect once #132348 is merged).

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

Reply via email to