================
@@ -1870,6 +1870,7 @@ def NoDeref : DiagGroup<"noderef">;
 // -fbounds-safety and bounds annotation related warnings
 def BoundsSafetyCountedByEltTyUnknownSize :
   DiagGroup<"bounds-safety-counted-by-elt-type-unknown-size">;
+def CountedByAddrof : DiagGroup<"counted-by-addrof">;
----------------
AaronBallman wrote:

Are we going to be adding more diagnostics to this group (or this group to 
other groups)? If not, you can back this change out and define the group inline 
 with the diagnostic.

https://github.com/llvm/llvm-project/pull/206760
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to