[PATCH] D58236: Make address space conversions a bit stricter.

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 26 08:41:03 PDT 2019


rjmccall added a comment.

I think C probably requires us to allow this under an explicit cast, but we can at least warn about it.  It does not require us to allow this as an implicit conversion, and that should be an error.


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

https://reviews.llvm.org/D58236





More information about the cfe-commits mailing list