mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
10 lines
415 B
Plaintext
10 lines
415 B
Plaintext
The Clang Static Analyzer is a source code analysis tool that finds
|
|
bugs in C, C++, and Objective-C programs.
|
|
|
|
The standalone tool is invoked from the command line, and is intended
|
|
to be run in tandem with a build of a codebase.
|
|
|
|
The analyzer is 100% open source and is part of the Clang project.
|
|
Like the rest of Clang, the analyzer is implemented as a C++ library
|
|
that can be used by other tools and applications
|