[cfe-commits] r53250 - in /cfe/trunk/www: StaticAnalysis.html StaticAnalysisUsage.html
Ted Kremenek
kremenek at apple.com
Tue Jul 8 14:25:35 PDT 2008
Author: kremenek
Date: Tue Jul 8 16:25:35 2008
New Revision: 53250
URL: http://llvm.org/viewvc/llvm-project?rev=53250&view=rev
Log:
More info on filing static analysis bug reports.
Modified:
cfe/trunk/www/StaticAnalysis.html
cfe/trunk/www/StaticAnalysisUsage.html
Modified: cfe/trunk/www/StaticAnalysis.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/StaticAnalysis.html?rev=53250&r1=53249&r2=53250&view=diff
==============================================================================
--- cfe/trunk/www/StaticAnalysis.html (original)
+++ cfe/trunk/www/StaticAnalysis.html Tue Jul 8 16:25:35 2008
@@ -105,7 +105,7 @@
<li><a href="StaticAnalysisUsage.html#Output">Output of the Analyzer</a></li>
<li><a href="StaticAnalysisUsage.html#RecommendedUsageGuidelines">Recommended Usage Guidelines</a></li>
<li><a href="StaticAnalysisUsage.html#Debugging">Debugging the Analyzer</a></li>
- <li><a href="StaticAnalysisUsage.html#filingbugs">Filing Bugs</a></li>
+ <li><a href="StaticAnalysisUsage.html#filingbugs">Filing Bugs and Feature Requests</a></li>
</ul>
</div>
Modified: cfe/trunk/www/StaticAnalysisUsage.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/StaticAnalysisUsage.html?rev=53250&r1=53249&r2=53250&view=diff
==============================================================================
--- cfe/trunk/www/StaticAnalysisUsage.html (original)
+++ cfe/trunk/www/StaticAnalysisUsage.html Tue Jul 8 16:25:35 2008
@@ -267,10 +267,23 @@
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>
More information about the cfe-commits
mailing list