[cfe-commits] r170260 - in /cfe/trunk/docs: AnalyzerRegions.rst analyzer/AnalyzerRegions.rst index.rst

Ted Kremenek kremenek at apple.com
Tue Dec 18 11:31:13 PST 2012


On Dec 17, 2012, at 6:23 PM, Jordan Rose <jordan_rose at apple.com> wrote:

> Yes, I agree with that. The analyzer lives in lib/StaticAnalyzer and include/clang/StaticAnalyzer. But it has its own website, clang-analyzer.llvm.org. Previously, I kind of considered docs/ to be more associated with lib/ than with www/, which made docs/analyzer/ a reasonable place to put all this (cf. the text-based reference files in there now).
> 
> The answer to my question might just be "exclude docs/analyzer/ from the Sphinx build" and eventually "make a separate build for docs/analyzer/ that shows up at http://clang-analyzer.llvm.org/docs/."

I'm fine with this.  Honestly it's not a high priority to put these docs on the website until they are more mature.  At some point it may also make sense to move the analyzer out of the main clang repository and into its own repository, and move the docs with it.  Then these special measures wouldn't be necessary (we can treat it like any other llvm project with its own docs).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121218/6866ce56/attachment.html>


More information about the cfe-commits mailing list