================
@@ -179,7 +179,7 @@ def err_verify_invalid_no_diags : Error<
     "%select{expected|'expected-no-diagnostics'}0 directive cannot follow "
     "%select{'expected-no-diagnostics' directive|other expected directives}0">;
----------------
Sh0g0-1758 wrote:

@AaronBallman, I don't think it needs templating. After a careful look I 
believe that the current implementation is for ```-verify``` only. Also the 
error says ```err_verify_invalid_no_diags``` which implicitly means that we are 
passing no ```-verify``` diagnostics in the first place. My point being in this 
case, there are no prefixes being used. 

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

Reply via email to