Ted Kremenek | 591b907 | 2009-06-08 21:21:24 +0000 | [diff] [blame] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" |
| 2 | "http://www.w3.org/TR/html4/strict.dtd"> |
| 3 | <html> |
| 4 | <head> |
| 5 | <title>Filing Bugs and Feature Requests</title> |
| 6 | <link type="text/css" rel="stylesheet" href="menu.css" /> |
| 7 | <link type="text/css" rel="stylesheet" href="content.css" /> |
| 8 | </head> |
| 9 | <body> |
| 10 | |
| 11 | <!--#include virtual="menu.html.incl"--> |
| 12 | |
| 13 | <div id="content"> |
| 14 | |
| 15 | <h1>Filing Bugs and Feature Requests</h1> |
| 16 | |
| 17 | <p>We encourage users to file bug reports for any problems that they encounter. |
| 18 | We also welcome feature requests. When filing a bug report, please do the |
| 19 | following:</p> |
| 20 | |
| 21 | <ul> |
| 22 | |
| 23 | <li>Include the checker build (for prebuilt Mac OS X binaries) or the SVN |
| 24 | revision number.</li> |
| 25 | |
| 26 | <li>Provide a self-contained, reduced test case that exhibits the issue you are |
| 27 | experiencing.</li> |
| 28 | |
| 29 | <li>Test cases don't tell us everything. Please briefly describe the problem you |
| 30 | are seeing, including what you thought should have been the expected behavior |
| 31 | and why.</li> |
| 32 | |
| 33 | </ul> |
| 34 | |
| 35 | <h2>Outside of Apple</h2> |
| 36 | |
| 37 | <h3>Bugzilla</h3> |
| 38 | |
| 39 | <p>Please <a href="http://llvm.org/bugs/enter_bug.cgi?product=clang">file |
| 40 | bugs</a> in LLVM's Bugzilla database against the Clang <b>Static Analyzer</b> |
| 41 | component.</p> |
| 42 | |
| 43 | <h3>Bugreporter.apple.com</h3> |
| 44 | |
| 45 | <p>If you are using the analyzer to analyze code associated with an Apple NDA |
| 46 | (e.g., preview versions of SDKs or seed releases of Mac OS X) please file bug |
| 47 | reports to Apple's <a href="http://bugreporter.apple.com">Bug Reporter</a> web |
| 48 | site.</p> |
| 49 | |
| 50 | <p>You are free to always file bugs through this website, but this option less |
| 51 | attractive than filing bug reports through Bugzilla as not everyone who works on |
| 52 | the analyzer has access to that bug database.</p> |
| 53 | |
| 54 | <h2>Apple-internal Users</h2> |
| 55 | |
| 56 | <p>Please file bugs in Radar against the <b>llvm - checker</b> component.</p> |
| 57 | |
| 58 | |
| 59 | </div> |
| 60 | </body> |
| 61 | </html> |
| 62 | |