Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Template static data members can have weak_odr linkage, not just | John McCall | 2011-04-12 | 1 | -2/+2 |
| | | | | | | | | 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 | ||||
* | Patch to provide guard when initializing instances | Fariborz Jahanian | 2010-10-26 | 1 | -0/+29 |
of static data member of a class template. Fixes //rdar :// 8562966 and pr8409. llvm-svn: 117410 |