summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/template-inner-struct-visibility-hidden.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Template static data members can have weak_odr linkage, not justJohn McCall2011-04-121-1/+1
| | | | | | | | weak linkage. Also, fix a problem where global weak variables with non-trivial initializers were getting guard variables, or at least were checking for them and then crashing. llvm-svn: 129342
* Correctly set "explicit template instantiation" kind on inner structs of ↵Nico Weber2010-09-271-0/+24
templates whose explicit instantiation is first declared and then defined. Fixes http://llvm.org/pr8207 llvm-svn: 114874
OpenPOWER on IntegriCloud