]> granicus.if.org Git - clang/commit
Handle the case where the base type is not dependent, but the derived one is.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 17 Jul 2012 20:24:05 +0000 (20:24 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 17 Jul 2012 20:24:05 +0000 (20:24 +0000)
commit251c449b280eb845017a6c022ed7189d17c63d49
tree27bb722dc9e9946b298b84baf9c56648a007c4f8
parente9af3e66cffa1b3d6dc75433b8a9673ecae33044
Handle the case where the base type is not dependent, but the derived one is.
Fixes pr13353.cpp.

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