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-10-26 | Patch to provide guard when initializing instances | Fariborz Jahanian | |
of static data member of a class template. Fixes //rdar :// 8562966 and pr8409. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117410 91177308-0d34-0410-b5e6-96231b3b80d8 |