docs: add link to Coverity on developer utilities page
authorBrian Paul <brianp@vmware.com>
Fri, 13 Nov 2015 15:01:29 +0000 (08:01 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 13 Nov 2015 15:02:19 +0000 (08:02 -0700)
Signed-off-by: Brian Paul <brianp@vmware.com>
docs/utilities.html

index 9541d3082f794d1987299c3cdca524e29d9cd309..5c0a4fdcd2e90a77408a2a6db59845ad94bb0512 100644 (file)
   <dt><a href="http://www.valgrind.org">Valgrind</a></dt>
   <dd>is a very useful tool for tracking down
   memory-related problems in your code.</dd>
+
+  <dt><a href="http:scan.coverity.com/projects/mesa">Coverity</a><dt>
+  <dd>provides static code analysis of Mesa.  If you create an account
+  you can see the results and try to fix outstanding issues.</dd>
 </dl>
 
 </div>