================ @@ -5,9 +5,9 @@ Clang Static Analyzer The Clang Static Analyzer is a source code analysis tool that finds bugs in C, C++, and Objective-C programs. It implements *path-sensitive*, *inter-procedural analysis* based on *symbolic execution* technique. -This is the Static Analyzer documentation page. +The Static Analyzer is a part of Clang; for downloading and installing Clang visit the `LLVM releases page <https://releases.llvm.org/>`_. -See the `Official Tool Page <https://clang-analyzer.llvm.org/>`_. +This is the documentation page of the Static Analyzer; there is also an old `Official Tool Page <https://clang-analyzer.llvm.org/>`_ which provides a short overview of features and limitations. ---------------- NagyDonat wrote:
The use of `scan-build` is described on the [Command Line Usage page](https://clang.llvm.org/docs/analyzer/user-docs/CommandLineUsage.html) -- it would be probably nice to extend that page by mentioning that `scan-build` is also part of the Clang project. (By the way, is it within clang-tools-extra or the core part of the project? I admit that I never used it, because I use the analyzer through CodeChecker.) I don't know anything about `scan-view`, I never heard about it previously and (according to a quick search) it is not described elsewhere in the "how to actually use it" side of the documentation. I only found documentation for it on this [old debian manpage from 2020](https://manpages.debian.org/testing/clang-tools/scan-view.1.en.html). Is this tool still relevant and useful? https://github.com/llvm/llvm-project/pull/166193 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
