summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/specialized-static-data-mem-init.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Template static data members can have weak_odr linkage, not justJohn McCall2011-04-121-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 instancesFariborz Jahanian2010-10-261-0/+29
of static data member of a class template. Fixes //rdar :// 8562966 and pr8409. llvm-svn: 117410
OpenPOWER on IntegriCloud