Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-12 | Template static data members can have weak_odr linkage, not just | John McCall | |
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129342 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2010-09-27 | Correctly set "explicit template instantiation" kind on inner structs of ↵ | Nico Weber | |
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 |