diff options
Diffstat (limited to 'www/StaticAnalysisUsage.html')
-rw-r--r-- | www/StaticAnalysisUsage.html | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/www/StaticAnalysisUsage.html b/www/StaticAnalysisUsage.html index 204d755c51..aa52cfdcdf 100644 --- a/www/StaticAnalysisUsage.html +++ b/www/StaticAnalysisUsage.html @@ -267,10 +267,23 @@ calling <tt>clang</tt>). <tt>ccc-analyzer</tt> tries to correctly forward all the arguments over to <tt>gcc</tt>, but this may not work perfectly (please report bugs of this kind). -<h2 id="filingbugs">Filing Bugs</h2> +<h2 id="filingbugs">Filing Bugs and Feature Requests</h2> -<p>We encourage users to file bug reports for any problems that they -encounter.</p> +<p>We encourage users to file bug reports for any problems that they encounter. +We also welcome feature requests. When filing a bug report, please do the +following:</p> + +<ul> + +<li>Include the checker build (for prebuilt Mac OS X binaries) or the SVN +revision number.</li> + +<li>Provide a self-encapsulated, reduced test case that exhibits the issue + you are experiencing.</li> + +<li>Test cases don't tell us everything. Please briefly describe the problem you are seeing.</li> + +</ul> <h3>Outside Apple</h3> |