aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer.md
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-08-28 19:12:03 +0200
committerJay Berkenbilt <ejb@ql.org>2017-08-28 19:12:03 +0200
commitc16aa1aca7c56de4bd54976dab7edf600c8c1e29 (patch)
treec2667bc4417a86e636cddcbace42e9d62bfd27a5 /README-maintainer.md
parent4f8c734d8ed1bf669a21f37d35f044edb5695e43 (diff)
downloadqpdf-c16aa1aca7c56de4bd54976dab7edf600c8c1e29.tar.zst
Add testing with clang to release checklist
Diffstat (limited to 'README-maintainer.md')
-rw-r--r--README-maintainer.md1
1 files changed, 1 insertions, 0 deletions
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.