================
@@ -1885,6 +1885,13 @@ def Leaf : InheritableAttr {
   let SimpleHandler = 1;
 }
 
+def ExplicitInit : InheritableAttr {
+  let Spellings = [Clang<"requires_explicit_initialization", 1>];
----------------
AaronBallman wrote:

```suggestion
  let Spellings = [Clang<"requires_explicit_initialization">];
```
No need for that, it's the default value anyway.

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

Reply via email to