summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/inheriting-constructor.cpp
AgeCommit message (Expand)Author
2025-07-18[clang][CodeGen] Set `dead_on_return` when passing arguments indirectlyAntonio Frighetto
2023-08-09Intrinsics: Add type overload to stacksave and stackstoreMatt Arsenault
2023-07-02[clang][CodeGen] Fix global variables initialized with an inheriting construc...Eli Friedman
2023-06-08[Clang] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-05-26[FileCheck] Catch missspelled directives.Ivan Kosarev
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-02-18[Clang] Rename `disable-noundef-analysis` flag to `-[no-]enable-noundef-analy...hyeongyukim
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-03-29Reapply "OpaquePtr: Turn inalloca into a type attribute"Matt Arsenault
2021-03-29Revert "Reapply "OpaquePtr: Turn inalloca into a type attribute""Oliver Stannard
2021-03-28Reapply "OpaquePtr: Turn inalloca into a type attribute"Matt Arsenault
2021-03-28Revert "OpaquePtr: Turn inalloca into a type attribute"Nico Weber
2021-03-28OpaquePtr: Turn inalloca into a type attributeMatt Arsenault
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-11-11[CodeGenCXX] Remove unused check prefixesSimon Pilgrim
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-03-18[MS] Skip vbase construction in abstract class ctorsReid Kleckner
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-03-16[MS] Always use base dtors in place of complete/vbase dtors when possibleReid Kleckner
2017-02-14[MS ABI] Correctly mangling vbase destructorsDavid Majnemer
2016-06-28Fix unreasonably-precise CHECK.Richard Smith
2016-06-28P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith
2015-01-22Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola
2013-12-09Output destructors and constructors in a more natural order.Rafael Espindola
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-04-10C++11 inheriting constructors: support for inheriting constructor templates.Richard Smith
2013-03-18Bring inheriting constructor implementation up-to-date with current defectRichard Smith
2012-04-27PR12224 (sort of): Diagnose inheriting constructor declarations in C++11 mode.Richard Smith
2012-03-10Make sure the accessors for overridden methods don't return inherited constru...Eli Friedman