Bill
d966eae2cf
Step 43 TDD test: Memory strategy code generation
Tests canonical annotation classes (DeallocateAnnotation, LifetimeAnnotation,
ReclaimAnnotation, OwnerAnnotation, AllocateAnnotation) exist and inherit from
Annotation. Tests C++ generation: @Deallocate(Explicit)->raw pointers,
@Lifetime(RAII)->unique_ptr, @Reclaim(Tracing)->shared_ptr,
@Owner(Shared_ARC)->shared_ptr. Verifies old DerefStrategy backward compat.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 08:20:04 -07:00
..
2026-02-06 18:44:42 -07:00
2026-02-06 18:54:18 -07:00
2026-02-06 19:01:35 -07:00
2026-02-06 19:04:37 -07:00
2026-02-06 19:11:48 -07:00
2026-02-06 19:14:45 -07:00
2026-02-06 19:31:38 -07:00
2026-02-06 19:35:48 -07:00
2026-02-06 19:39:24 -07:00
2026-02-06 19:42:57 -07:00
2026-02-06 19:56:57 -07:00
2026-02-06 20:04:12 -07:00
2026-02-06 20:07:25 -07:00
2026-02-06 20:10:59 -07:00
2026-02-06 20:14:51 -07:00
2026-02-06 20:22:37 -07:00
2026-02-06 20:44:07 -07:00
2026-02-06 21:02:01 -07:00
2026-02-06 21:30:12 -07:00
2026-02-06 21:37:45 -07:00
2026-02-06 21:45:02 -07:00
2026-02-06 21:48:25 -07:00
2026-02-06 21:55:58 -07:00
2026-02-06 22:15:46 -07:00
2026-02-06 22:27:19 -07:00
2026-02-06 22:43:07 -07:00
2026-02-06 23:07:48 -07:00
2026-02-06 23:12:59 -07:00
2026-02-06 23:19:58 -07:00
2026-02-06 23:30:34 -07:00
2026-02-06 23:35:12 -07:00
2026-02-06 23:41:36 -07:00
2026-02-06 23:47:18 -07:00
2026-02-06 23:50:56 -07:00
2026-02-07 05:31:36 -07:00
2026-02-07 06:19:10 -07:00
2026-02-07 06:52:35 -07:00
2026-02-07 07:01:23 -07:00
2026-02-07 08:17:35 -07:00
2026-02-07 08:18:13 -07:00
2026-02-07 08:18:51 -07:00
2026-02-07 08:19:25 -07:00
2026-02-07 08:20:04 -07:00