[PATCH] D69666: clang: Fix assert on void pointer arithmetic with address_space

Johannes Doerfert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 31 17:58:23 PDT 2019


jdoerfert added a comment.

Communication problem:

> This attempted to always use the default address space void pointer type instead of preserving the source address space.

Where "This" is the old code. Replace "This" in the commit message with some more descriptive wording and the confusion will go away :)


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

https://reviews.llvm.org/D69666





More information about the cfe-commits mailing list