Age | Commit message (Expand) | Author |
---|---|---|
2012-02-16 | C++11 allows unions to have static data members. Remove the corresponding | Richard Smith |
2011-10-28 | Reinstate r142844 (reverted in r142872) now that lvalue-to-rvalue conversions | Richard Smith |
2011-04-12 | Template static data members can have weak_odr linkage, not just | John McCall |
2010-11-06 | Simplify the logic for emitting guard variables for template static | John McCall |
2010-01-26 | Use the right definition when emitting a global variable. Fixes PR5564. | Anders Carlsson |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-09-02 | Fix a crash when referencing static data members. | Anders Carlsson |