rjmccall added a comment.

Platforms are permitted to make stronger guarantees than the C standard 
requires, and it is totally reasonable for compilers to assume that `malloc` 
meets the target platform's documented guarantees.  Arguably, libraries should 
not be replacing `malloc` if they fail to meet the platform's documented 
guarantees.

With that said, it's probably not unreasonable for Clang to provide an option 
that controls its assumptions about `malloc`.  We should think somewhat 
carefully about whether there are other behaviors we'd want to include in that, 
though.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100879/new/

https://reviews.llvm.org/D100879

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to