================
@@ -47,7 +47,11 @@ struct __libcpp_datasizeof {
   };
 #endif
 
----------------
phyBrackets wrote:

Optional : Can you add a brief comment/note that why warnings are suppressed 
here? 
Mb something like : 

``` 
// Disable warnings related to the use of `offsetof` on non-standard layout 
types 
// TODO : Find a way to replace offsetof ?
```

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

Reply via email to