summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/cxx0x-initializer-stdinitializerlist-startend.cpp
AgeCommit message (Expand)Author
2024-06-10[CodeGen] Simplify codegen for array initialization (#93956)Nikita Popov
2024-05-30[CGExprAgg] Don't create zero index GEPNikita Popov
2024-05-04[test] %clang_cc1 -emit-llvm: remove redundant -SFangrui Song
2023-06-08[Clang] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
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
2015-03-13Test case updates for explicit type parameter to the gep operatorDavid Blaikie
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2015-02-19CodeGen: static constexpr data members should have a linkonce_odr initDavid Majnemer
2014-05-06AST: Update reference temporary manglingDavid Majnemer
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-06-12PR12086, PR15117Richard Smith
2012-09-10Provide fixed target triples to make test results consistent across ARM hosts.David Blaikie
2012-02-25CodeGen support for global variables of type std::initializer_list<X>.Sebastian Redl
2012-02-19Add a testcase for start+end implementations of std::initializer_list.Sebastian Redl