projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0004639
)
docs: add link to Coverity on developer utilities page
author
Brian Paul
<brianp@vmware.com>
Fri, 13 Nov 2015 15:01:29 +0000
(08:01 -0700)
committer
Brian 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
patch
|
blob
|
history
diff --git
a/docs/utilities.html
b/docs/utilities.html
index 9541d3082f794d1987299c3cdca524e29d9cd309..5c0a4fdcd2e90a77408a2a6db59845ad94bb0512 100644
(file)
--- a/
docs/utilities.html
+++ b/
docs/utilities.html
@@
-30,6
+30,10
@@
<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>