summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/static-data-member.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert r325375 "[MS] Make constexpr static data members implicitly inline"Hans Wennborg2018-02-201-36/+4
* [MS] Make constexpr static data members implicitly inlineReid Kleckner2018-02-161-4/+36
* Changed renaming of local symbols by inserting a dot vefore the numeric suffixSunil Srivastava2015-05-121-2/+2
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-1/+1
* Update for .ll syntax change.Rafael Espindola2015-01-061-3/+3
* Revert "Don't use comdats for initializers on platforms that don't support it"Reid Kleckner2014-09-231-8/+2
* Don't use comdats for initializers on platforms that don't support itReid Kleckner2014-09-231-2/+8
* In the Itanium ABI, move stuff to the comdat of variables with static init.Rafael Espindola2014-09-191-4/+10
* Revert "Put more stuff in the comdat used for variables with static init."Rafael Espindola2014-09-191-9/+3
* Put more stuff in the comdat used for variables with static init.Rafael Espindola2014-09-181-3/+9
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-3/+3
* 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