summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/constructor-destructor-return-this.cpp
AgeCommit message (Expand)Author
2023-05-19[clang] Convert a few tests to opaque pointersSergei Barannikov
2023-02-28[Clang][CodeGen] Fix this argument type for certain destructorsJacob Young
2022-10-03[clang] Add cc1 option -fctor-dtor-return-thisShu-Chun Weng
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-01-20[IRGen] Do not overwrite existing attributes in CGCall.Florian Hahn
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-06-01[clang][Fuchsia] Turn on relative-vtables by default for FuchsiaLeonard Chan
2021-05-13[Clang][Codegen] Do not annotate thunk's this/return types with align/deref/n...Roman Lebedev
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
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
2019-12-03[Clang] Define Fuchsia C++ABIPetr Hosek
2018-10-15Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile
2018-10-10[CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev
2018-03-16[MS] Don't escape MS C++ names with \01Reid Kleckner
2018-02-23Bring r325915 back.Rafael Espindola
2018-02-23Revert "Start setting dso_local for COFF."Rafael Espindola
2018-02-23Start setting dso_local for COFF.Rafael Espindola
2016-09-07[MS] Fix prologue this adjustment when 'this' is passed indirectlyReid Kleckner
2015-09-03[WebAssembly] Initial WebAssembly support in clangDan Gohman
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-11-01CodeGen: Virtual dtor thunks shouldn't have this marked as 'returned'David Majnemer
2014-04-01Disable this-return optimizations when targeting iOS 5 and earlier.Bob Wilson
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2013-12-09Output destructors and constructors in a more natural order.Rafael Espindola
2013-10-01Run the -cxx-abi test in 32-bit mode as the 64-bit one crashes on the botsTimur Iskhodzhanov
2013-10-01Author a FIXME in a test now that PR12784 is fixedTimur Iskhodzhanov
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-07-04Add 'not' to commands that are expected to fail.Rafael Espindola
2013-06-30Restore r184205 and associated commits (after commit of r185290)Stephen Lin
2013-06-19Revert r184205 and associated patches while investigating issue with broken b...Stephen Lin
2013-06-19Corrections to r184205 ('this'-return optimization) due to the wrong version ...Stephen Lin
2013-06-18CodeGen: Have 'this'-returning constructors and destructors to take advantage...Stephen Lin
2013-03-20Exploit this-return of a callsite in a this-return function.Manman Ren