From c16aa1aca7c56de4bd54976dab7edf600c8c1e29 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 28 Aug 2017 13:12:03 -0400 Subject: Add testing with clang to release checklist --- README-maintainer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README-maintainer.md b/README-maintainer.md index 6d237fbd..08bb3d2e 100644 --- a/README-maintainer.md +++ b/README-maintainer.md @@ -21,6 +21,7 @@ make -k check NO_REBUILD=1 ``` This moves each binary into a subdirectory and replaces it with a link to make/exec-z. See make/exec-z. +* Test with clang. * Check all open issues in the sourceforge trackers and on github. * If any interfaces were added or changed, check C API to see whether changes are appropriate there as well. If necessary, review the casting policy in the manual, and ensure that integer types are properly handled. * Remember to avoid using `operator[]` with `std::string` or `std::vector`. Instead, use `at()`. See README-hardening.md for details. -- cgit v1.2.3-54-g00ecf