diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2018-07-18 20:13:36 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2018-07-18 20:13:36 +0000 |
commit | 580f7daabc7696d50ad09d9643b2afeadbd387d8 (patch) | |
tree | 90caa25f363575e23215c43ece336ca7b88061d1 /INSTALL.txt | |
parent | 1a78aeb17c78bc38c5cc7580dccc49136079ac07 (diff) | |
download | clang-580f7daabc7696d50ad09d9643b2afeadbd387d8.tar.gz |
DR330: when determining whether a cast casts away constness, consider
qualifiers from all levels matching a multidimensional array.
For example, this allows casting from
pointer to array of array of const volatile int
to
pointer to const pointer to volatile pointer to int
because the multidimensional array part of the source type corresponds
to a part of the destination type that contains both 'const' and
'volatile'.
Differential Revision: https://reviews.llvm.org/D49457
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@337422 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'INSTALL.txt')
0 files changed, 0 insertions, 0 deletions