summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2018-07-11 00:19:19 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2018-07-11 00:19:19 +0000
commita3405ffcecc6a91efa869812a18866a1c29f6203 (patch)
tree3a229ee6be5c8baa390f72bec50e6e61455f8bc8 /llvm/test/Bitcode
parent18f882c8b84e9e3f25e3a0dc0898a0b25e66f79a (diff)
downloadbcm5719-llvm-a3405ffcecc6a91efa869812a18866a1c29f6203.tar.gz
bcm5719-llvm-a3405ffcecc6a91efa869812a18866a1c29f6203.zip
DR330: look through array types when forming the cv-decomposition of a type.
This allows more qualification conversions, eg. conversion from 'int *(*)[]' -> 'const int *const (*)[]' is now permitted, along with all the consequences of that: more types are similar, more cases are permitted by const_cast, and conversely, fewer "casting away constness" cases are permitted by reinterpret_cast. llvm-svn: 336745
Diffstat (limited to 'llvm/test/Bitcode')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud