From 222e2a7620e6520ffaf4fc4e69d79c18da31542e Mon Sep 17 00:00:00 2001 From: "Zancanaro; Carlo" Date: Mon, 24 Sep 2012 09:58:17 +1000 Subject: Add the clang library to the repo (with some of my changes, too). --- clang/www/analyzer/filing_bugs.html | 62 +++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 clang/www/analyzer/filing_bugs.html (limited to 'clang/www/analyzer/filing_bugs.html') diff --git a/clang/www/analyzer/filing_bugs.html b/clang/www/analyzer/filing_bugs.html new file mode 100644 index 0000000..f32a8ab --- /dev/null +++ b/clang/www/analyzer/filing_bugs.html @@ -0,0 +1,62 @@ + + + + Filing Bugs and Feature Requests + + + + + + +
+ +
+ +

Filing Bugs and Feature Requests

+ +

We encourage users to file bug reports for any problems that they encounter. +We also welcome feature requests. When filing a bug report, please do the +following:

+ +
    + +
  • Include the checker build (for prebuilt Mac OS X binaries) or the SVN +revision number.
  • + +
  • Provide a self-contained, reduced test case that exhibits the issue you are +experiencing.
  • + +
  • Test cases don't tell us everything. Please briefly describe the problem you +are seeing, including what you thought should have been the expected behavior +and why.
  • + +
+ +

Outside of Apple

+ +

Bugzilla

+ +

Please file +bugs in LLVM's Bugzilla database against the Clang Static Analyzer +component.

+ +

Bugreporter.apple.com

+ +

If you are using the analyzer to analyze code associated with an Apple NDA +(e.g., preview versions of SDKs or seed releases of Mac OS X) please file bug +reports to Apple's Bug Reporter web +site.

+ +

You are free to always file bugs through this website, but this option is less +attractive than filing bug reports through Bugzilla as not everyone who works on +the analyzer has access to that bug database.

+ +

Apple-internal Users

+ +

Please file bugs in Radar against the clang - static analyzer component.

+
+
+ + + -- cgit v1.2.3