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