| commit | 5ad49de44e24fec9981107e79759ca7797c67a69 | [log] [tgz] |
|---|---|---|
| author | Daniel Dunbar <daniel@zuster.org> | Wed Aug 20 03:55:42 2008 +0000 |
| committer | Daniel Dunbar <daniel@zuster.org> | Wed Aug 20 03:55:42 2008 +0000 |
| tree | 6ab846870fcf220061755d7f0504f983116387cd | |
| parent | a760f5cf4bca86197c6198ae29f9f2c27a0dd13e [diff] |
Fix subtle bug introduced in r54852. - UsualUnaryConversions takes an Expr *& and may modify its argument, this broke when it was refactored into Sema::CheckCastTypes. This meant that we were missing implicit casts in some places. - Seems pretty sad that this got through our tests. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55039 91177308-0d34-0410-b5e6-96231b3b80d8