[PATCH] D75285: Mark restrict pointer or reference to const as invariant
Ronan Keryell via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 28 13:06:04 PST 2020
keryell added a comment.
In D75285#1897502 <https://reviews.llvm.org/D75285#1897502>, @jeroen.dobbelaere wrote:
> I don't think that 'restrict' is a good match for this behavior. For c++, the alias_set proposal (http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4150.pdf) would be a better match.
Oh yes. Thanks for the reminder. We have only 18 months left if we want something like that in C++23...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75285/new/
https://reviews.llvm.org/D75285
More information about the cfe-commits
mailing list