summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/static-data-member.cpp
Commit message (Expand)AuthorAgeFilesLines
* C++11 allows unions to have static data members. Remove the correspondingRichard Smith2012-02-161-0/+24
* Reinstate r142844 (reverted in r142872) now that lvalue-to-rvalue conversionsRichard Smith2011-10-281-0/+14
* Template static data members can have weak_odr linkage, not justJohn McCall2011-04-121-2/+2
* Simplify the logic for emitting guard variables for template staticJohn McCall2010-11-061-11/+59
* Use the right definition when emitting a global variable. Fixes PR5564.Anders Carlsson2010-01-261-0/+10
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Fix a crash when referencing static data members.Anders Carlsson2009-09-021-0/+8