Commit c16aa1aca7c56de4bd54976dab7edf600c8c1e29

Authored by Jay Berkenbilt
1 parent 4f8c734d

Add testing with clang to release checklist

Showing 1 changed file with 1 additions and 0 deletions
README-maintainer.md
@@ -21,6 +21,7 @@ @@ -21,6 +21,7 @@
21 make -k check NO_REBUILD=1 21 make -k check NO_REBUILD=1
22 ``` 22 ```
23 This moves each binary into a subdirectory and replaces it with a link to make/exec-z. See make/exec-z. 23 This moves each binary into a subdirectory and replaces it with a link to make/exec-z. See make/exec-z.
  24 +* Test with clang.
24 * Check all open issues in the sourceforge trackers and on github. 25 * Check all open issues in the sourceforge trackers and on github.
25 * 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. 26 * 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.
26 * Remember to avoid using `operator[]` with `std::string` or `std::vector`. Instead, use `at()`. See README-hardening.md for details. 27 * Remember to avoid using `operator[]` with `std::string` or `std::vector`. Instead, use `at()`. See README-hardening.md for details.