[clang] [clang][analyzer][doc] Update Clang SA www docs index.html (PR #112833)
Artem Dergachev via cfe-commits
cfe-commits at lists.llvm.org
Sun Oct 20 12:18:57 PDT 2024
================
@@ -69,48 +69,7 @@
<h1>Clang Static Analyzer</h1>
-<p>The Clang Static Analyzer is a source code analysis tool that finds bugs in
-C, C++, and Objective-C programs.</p>
-
-<p>Currently it can be run either from the <a href="command-line.html">command
- line</a> or if you use macOS then <a href="xcode.html">within Xcode</a>. When
-invoked from the command line, it is intended to be run in tandem with a build
-of a codebase.</p>
-
-<p>The analyzer is 100% open source and is part of the <a
-href="https://clang.llvm.org">Clang</a> project. Like the rest of Clang, the
-analyzer is implemented as a C++ library that can be used by other tools and
-applications.</p>
----------------
haoNoQ wrote:
The intro part can probably stay? (Except the second paragraph.)
https://github.com/llvm/llvm-project/pull/112833
More information about the cfe-commits
mailing list