rjmccall added a comment.

I thought part of the point of `__builtin_memcpy` was so that C library headers 
could do `#define memcpy(x, y, z) __builtin_memcpy(x, y, z)`.  If so, the 
conformance issue touches `__builtin_memcpy` as well, not just calls to the 
library builtin.

If that's not true, or if we're willing to ignore it, I agree that making 
`__builtin_memcpy` do the right thing for qualifiers in general is the right 
thing to do.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79279

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

Reply via email to