Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Template static data members can have weak_odr linkage, not just | John McCall | 2011-04-12 | 1 | -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 Weber | 2010-09-27 | 1 | -0/+24 |
templates whose explicit instantiation is first declared and then defined. Fixes http://llvm.org/pr8207 llvm-svn: 114874 |