| commit | 94834d8883b7379847fedb03bfdc7ed8bd2914dc | [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 | 0b3a31efa81f7a59c2e9ccae6ca0608d08ea3495 | |
| parent | 821159e352ee71037b731ee3d5191fb20e165115 [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. llvm-svn: 55039