]> granicus.if.org Git - clang/commit
Correctly set "explicit template instantiation" kind on inner structs of templates...
authorNico Weber <nicolasweber@gmx.de>
Mon, 27 Sep 2010 21:02:09 +0000 (21:02 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 27 Sep 2010 21:02:09 +0000 (21:02 +0000)
commitc956b6e8ff909858cec5832f024d2af9c58f190b
treee56bdf9bbc0881166b65aa6f3ae0e91d6f4ecb67
parentb4a88efcab72b2df19428699bcec8461d9fd55a4
Correctly set "explicit template instantiation" kind on inner structs of templates whose explicit instantiation is first declared and then defined.

Fixes http://llvm.org/pr8207

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114874 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplateInstantiate.cpp
test/CodeGenCXX/template-inner-struct-visibility-hidden.cpp [new file with mode: 0644]