diff options
author | Daniel Dunbar <daniel@zuster.org> | 2008-08-20 03:55:42 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2008-08-20 03:55:42 +0000 |
commit | 58d5ebbe72a5ca429c260c908fba1fbdecf32c85 (patch) | |
tree | 6ab846870fcf220061755d7f0504f983116387cd /lib/Analysis/Environment.cpp | |
parent | 77ee5ed0ac67709ef9f255c1e37f7ad44240f373 (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
Diffstat (limited to 'lib/Analysis/Environment.cpp')
0 files changed, 0 insertions, 0 deletions