-
Simon McVittie authored
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>
Simon McVittie authoredUsing 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>
gitlab-ci.yml 1.26 KiB