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