[PATCH] D58236: Make address space conversions a bit stricter.
Anastasia Stulova via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 15 10:11:30 PDT 2019
Anastasia added a comment.
In D58236#1466263 <https://reviews.llvm.org/D58236#1466263>, @ebevhan wrote:
> Well, it doesn't seem to me like there is consensus on prohibiting nested address space conversion like this.
>
> I can simply redo the patch to only include the bugfix on implicit conversions and drop the nesting level checks.
I thought the conclusion is:
- Explicit conversions allowed for nested pointers with a warning.
- Implicit conversions are disallowed for nested pointers with an error.
Do you not see it this way?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58236/new/
https://reviews.llvm.org/D58236
More information about the cfe-commits
mailing list