]> granicus.if.org Git - clang/commit
Don't crash when using type traits on a class with a constructor template.
authorSebastian Redl <sebastian.redl@getdesigned.at>
Mon, 13 Sep 2010 22:18:28 +0000 (22:18 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Mon, 13 Sep 2010 22:18:28 +0000 (22:18 +0000)
commit08295a592d7e54e6bea00daeb2abe7ac79a3aaba
tree1ca02126c224a57c9942f2f0fc0345756773d31c
parent751025d5d174ab75dc3788211581d9fbe6224841
Don't crash when using type traits on a class with a constructor template.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113796 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprCXX.cpp
test/SemaCXX/type-traits.cpp