commit | 585fb1e97ea4dc67a45f304a42368f8d6b555a52 | [log] [tgz] |
---|---|---|
author | Chandler Carruth <chandlerc@gmail.com> | Tue Dec 29 08:05:19 2009 +0000 |
committer | Chandler Carruth <chandlerc@gmail.com> | Tue Dec 29 08:05:19 2009 +0000 |
tree | 801993ca5ea7a60b0d0726b71d2db5956379ccb6 | |
parent | 6311212bf9c5d908950b0c57b4ad647617f1ec36 [diff] |
Fix support for const_cast<>s of array types which actual change the CV-qualifiers. Remove an error expectation from the 'good' set of const-cast test cases. With this patch, the final non-template test case from PR5542 passes. (It's the same as the one already in const-cast.cpp.) llvm-svn: 92257