================
@@ -8544,6 +8546,13 @@ ExprResult Sema::BuildAtomicExpr(SourceRange CallRange, 
SourceRange ExprRange,
     }
   }
 
+  // pointer to object of size zero is not allowed
----------------
AaronBallman wrote:

```suggestion
  // Pointer to object of size zero is not allowed.
```

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

Reply via email to