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