summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/compound-literals.cpp
AgeCommit message (Expand)Author
2024-07-16[clang][CGRecordLayout] Remove dependency on isZeroSize (#96422)Michael Buch
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
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
2016-12-05DR1213: element access on an array xvalue or prvalue produces an xvalue. In theRichard Smith
2016-12-03DR616, and part of P0135R1: member access (or pointer-to-member access) on aRichard Smith
2016-10-31A compound literal within a global lambda or block is still withinJohn McCall
2015-05-12Changed renaming of local symbols by inserting a dot vefore the numeric suffixSunil Srivastava
2015-04-09Update test case for r234543.Benjamin Kramer
2015-03-13Test case updates for explicit type parameter to the gep operatorDavid Blaikie
2015-03-07Reapply r231508 "CodeGen: Emit constant temporaries into read-only globals."Benjamin Kramer
2015-03-07Revert r231508 "CodeGen: Emit constant temporaries into read-only globals."Hans Wennborg
2015-03-06CodeGen: Emit constant temporaries into read-only globals.Benjamin Kramer
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2014-12-14CodeGen: Compound literals with funny types shouldn't crashDavid Majnemer
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2012-09-19Fix ABI dependent tests by providing an explicit target triple.David Blaikie
2011-11-23Don't check alignment, it's irrelevant to this test.Richard Smith
2011-11-22Use static storage duration for file-scope compound literals, even when theyRichard Smith
2011-11-13When reference binding array rvalues, such as those created by compoundPeter Collingbourne
2011-06-17Implement proper support for generating code for compound literals inDouglas Gregor