## What Add support for the LLVM [TypeSanitizer](https://clang.llvm.org/docs/TypeSanitizer.html) (TySan) in `score_cpp_policies`. ## Acceptance Criteria (DoD) - [ ] TypeSanitizer is available as a reusable sanitizer feature. - [ ] The feature can be enabled in supported LLVM toolchain configurations. - [ ] The feature is documented alongside the existing sanitizer features.
What
Add support for the LLVM TypeSanitizer (TySan) in
score_cpp_policies.Acceptance Criteria (DoD)