-
- Downloads
CI: Add a build that uses clang, scan-build, ASan and UBSan
Using clang here isn't very important, but it might give us some extra
compiler warnings that gcc wouldn't.
ASan will detect memory leaks and other memory corruption, UBSan will
detect other badness, and scan-build might give us some helpful warnings
from static analysis.
Signed-off-by:
Simon McVittie <smcv@collabora.com>
Loading
Please register or sign in to comment