]> granicus.if.org Git - clang/commit
Fix a bug where an explicit instantiation declaration of a class template
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 24 Mar 2014 23:54:09 +0000 (23:54 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 24 Mar 2014 23:54:09 +0000 (23:54 +0000)
commit9f08834e0f4e47129892c07ab8535653934b3b97
treea824c24ef4b58fc29639dbd87f311ad8fece8825
parent6e06873ac6b644d94907eb274133f5f30e0bce91
Fix a bug where an explicit instantiation declaration of a class template
specialization would make us think it might have a key function.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@204686 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/RecordLayoutBuilder.cpp
test/CodeGenCXX/template-instantiation.cpp