Skip to content

Commit

Permalink
Add testing with clang to release checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
jberkenbilt committed Aug 28, 2017
1 parent 4f8c734 commit c16aa1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README-maintainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c16aa1a

Please sign in to comment.