]> granicus.if.org Git - clang/commit
Instantiated or specialized class templates never have a key function. This (and...
authorAnders Carlsson <andersca@mac.com>
Mon, 7 Dec 2009 08:29:39 +0000 (08:29 +0000)
committerAnders Carlsson <andersca@mac.com>
Mon, 7 Dec 2009 08:29:39 +0000 (08:29 +0000)
commit863dbcb45eb7b1e663f2d62be0fbdda6d9aa13ef
treebcb3c056fa6d34de948a4fdf250abf17ddebe763
parentd6a637f8c8a93863509fc1bc555513ff6504957d
Instantiated or specialized class templates never have a key function. This (and the previous check-in) fixes PR5557.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90753 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/RecordLayoutBuilder.cpp
test/SemaTemplate/virtual-member-functions.cpp [new file with mode: 0644]