lix/doc/manual/rl-next/sanitizers.md
Jade Lovelace e19f27917c Add some release notes for things we did
Change-Id: If0ddec6b64a43c3d8f6cae39e0292863f3b49401
2024-06-24 16:26:12 -07:00

459 B

synopsis cls credits category
Lix now supports building with UndefinedBehaviorSanitizer
1483
jade
Development

You can now build Lix with the configuration option -Db_sanitize=undefined and it will both work and pass tests. AddressSanitizer support is also coming soon.

For a list of undefined behaviour fixed by sanitizer usage, see the gerrit topic "undefined-behaviour".