summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/static-data-member.cpp
AgeCommit message (Expand)Author
2022-11-16[Clang] Correct when Itanium ABI guard variables are set for non-block variab...Tom Honermann
2022-10-06[CodeGenCXX] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-02-08[FE] Manipulate the first byte of guard variable type in both load and store ...Xiangling Liao
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song
2018-02-20Revert r325375 "[MS] Make constexpr static data members implicitly inline"Hans Wennborg
2018-02-16[MS] Make constexpr static data members implicitly inlineReid Kleckner
2015-05-12Changed renaming of local symbols by inserting a dot vefore the numeric suffixSunil Srivastava
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-01-06Update for .ll syntax change.Rafael Espindola
2014-09-23Revert "Don't use comdats for initializers on platforms that don't support it"Reid Kleckner
2014-09-23Don't use comdats for initializers on platforms that don't support itReid Kleckner
2014-09-19In the Itanium ABI, move stuff to the comdat of variables with static init.Rafael Espindola
2014-09-19Revert "Put more stuff in the comdat used for variables with static init."Rafael Espindola
2014-09-18Put more stuff in the comdat used for variables with static init.Rafael Espindola
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
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