================
@@ -2312,6 +2312,18 @@ QualType Sema::BuildArrayType(QualType T, 
ArraySizeModifier ASM,
   return T;
 }
 
+bool CheckBitIntElementType(Sema &S, SourceLocation AttrLoc,
----------------
tbaederr wrote:

```suggestion
static bool CheckBitIntElementType(Sema &S, SourceLocation AttrLoc,
```

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

Reply via email to