Step 70 TDD test: Cross-strategy validation

Tests StrategyValidator: use-after-free detection for @Deallocate(Explicit),
leaked allocation detection, @Owner(Single) aliasing detection, clean code
passes validation, violations include node IDs for diagnostics.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Bill
2026-02-07 08:32:11 -07:00
parent 26cf9bc9fb
commit 5ba255cbca
2 changed files with 260 additions and 0 deletions

View File

@@ -199,6 +199,9 @@ target_include_directories(step68_test PRIVATE src)
add_executable(step69_test tests/step69_test.cpp)
target_include_directories(step69_test PRIVATE src)
add_executable(step70_test tests/step70_test.cpp)
target_include_directories(step70_test PRIVATE src)
add_executable(whetstone_editor src/main.cpp)
target_include_directories(whetstone_editor PRIVATE src)
# find_package(SDL2 REQUIRED) # Commented out for now to avoid build issues