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