================
@@ -3708,9 +3709,9 @@ void Parser::ParseDeclarationSpecifiers(
             continue;
 
           if (PA.getKind() == ParsedAttr::AT_LifetimeBound)
-            Diag(PA.getLoc(), diag::err_attribute_wrong_decl_type_str)
----------------
ilya-biryukov wrote:

Do we have any instances of `_str` versions left?

- If not, maybe remove them from the TableGen files?
- If yes, what's stopping us from replacing them with enumerations and removing 
them from TableGen files?

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

Reply via email to