From 891c737e39790e490db86e10650a926d567afd56 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Tue, 8 Jul 2008 21:25:35 +0000 Subject: [PATCH] More info on filing static analysis bug reports. llvm-svn: 53250 --- clang/www/StaticAnalysis.html | 2 +- clang/www/StaticAnalysisUsage.html | 19 ++++++++++++++++--- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/clang/www/StaticAnalysis.html b/clang/www/StaticAnalysis.html index 04e162089c37..a53caaeb7d69 100644 --- a/clang/www/StaticAnalysis.html +++ b/clang/www/StaticAnalysis.html @@ -105,7 +105,7 @@ algorithms to reduce the amount of work it must do to find bugs.
  • Output of the Analyzer
  • Recommended Usage Guidelines
  • Debugging the Analyzer
  • -
  • Filing Bugs
  • +
  • Filing Bugs and Feature Requests
  • diff --git a/clang/www/StaticAnalysisUsage.html b/clang/www/StaticAnalysisUsage.html index 204d755c51e4..aa52cfdcdf0d 100644 --- a/clang/www/StaticAnalysisUsage.html +++ b/clang/www/StaticAnalysisUsage.html @@ -267,10 +267,23 @@ calling clang). ccc-analyzer tries to correctly forward all the arguments over to gcc, but this may not work perfectly (please report bugs of this kind). -

    Filing Bugs

    +

    Filing Bugs and Feature Requests

    -

    We encourage users to file bug reports for any problems that they -encounter.

    +

    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:

    + +

    Outside Apple