================
@@ -1935,6 +1935,52 @@ def CIR_ASTVarDeclAttr : CIR_AST<"VarDecl", "var.decl", [
ASTVarDeclInterface
]>;
+//===----------------------------------------------------------------------===//
+// StaticLocalInfoAttr
+//===----------------------------------------------------------------------===//
+
+def CIR_StaticLocalInfoAttr
+ : CIR_Attr<"StaticLocalInfo", "static_local_info",
+ [ASTVarDeclInterface]> {
----------------
bcardosolopes wrote:
What does the `ASTVarDeclInterface` adds here? Not sure I get it.
https://github.com/llvm/llvm-project/pull/215921
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits