summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/lifetime2.c
AgeCommit message (Expand)Author
2025-08-08[IR] Remove size argument from lifetime intrinsics (#150248)Nikita Popov
2024-05-04[test] %clang_cc1 -emit-llvm: remove redundant -SFangrui Song
2022-10-07[CodeGen] Convert tests to opaque pointers (NFC)Nikita Popov
2022-07-14[test] Fix D129789 for 32bit platformsVitaly Buka
2022-07-14[test][CodeGen] Don't miss lifetime markers in lifetime testsVitaly Buka
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-02-15Use functions with prototypes when appropriate; NFCAaron Ballman
2017-04-10Update for lifetime intrinsic signature changeMatt Arsenault
2017-01-25Fix test case committed in r293106 so that it passes on targets whoseAkira Hatanaka
2017-01-25Remove the return type from the check string in test case.Akira Hatanaka
2017-01-25[CodeGen] Suppress emission of lifetime markers if a label has been seenAkira Hatanaka
2017-01-06Add a cc1 option to force disabling lifetime-markers emission from clangMehdi Amini
2016-10-26[CodeGen] Don't emit lifetime intrinsics for some local variablesVitaly Buka
2013-03-23Make clang to mark static stack allocations with lifetime markers to enable a...Nadav Rotem