]> granicus.if.org Git - clang/commit
Handle value dependent LHS as well as RHS. Test both of these, they
authorChandler Carruth <chandlerc@gmail.com>
Thu, 24 Feb 2011 00:03:53 +0000 (00:03 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 24 Feb 2011 00:03:53 +0000 (00:03 +0000)
commit6c3c3f53b32288f0be38e010c96da271f264f2ad
treeb698160963e5f32f69f1ad061667beeaeb8fcbd0
parent06efbd9a87fe3f01ec9652083c1f7815ada9b605
Handle value dependent LHS as well as RHS. Test both of these, they
don't seem to have been covered by our tests previously.

This should fix bootstrap failure.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126345 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/SemaCXX/shift.cpp [new file with mode: 0644]