aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/static-data-member.cpp
AgeCommit message (Expand)Author
2012-02-16C++11 allows unions to have static data members. Remove the correspondingRichard Smith
2011-10-28Reinstate r142844 (reverted in r142872) now that lvalue-to-rvalue conversionsRichard Smith
2011-04-12Template static data members can have weak_odr linkage, not justJohn McCall
2010-11-06Simplify the logic for emitting guard variables for template staticJohn McCall
2010-01-26Use the right definition when emitting a global variable. Fixes PR5564.Anders Carlsson
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-09-02Fix a crash when referencing static data members.Anders Carlsson