Skip to content

Commit

Permalink
[doc] Update the list of supported code analyzers
Browse files Browse the repository at this point in the history
  • Loading branch information
csordasmarton committed Jan 16, 2020
1 parent 471ff82 commit 72c6807
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 301 deletions.
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ For now CodeChecker supports only `C/C++` related analyzers:
| **C/C++** | [Clang Tidy](https://clang.llvm.org/extra/clang-tidy/) |
| | [Clang Static Analyzer](https://clang-analyzer.llvm.org/) |
| | [Cppcheck](http://cppcheck.sourceforge.net/) |
| | [Clang Sanitizers](supported_code_analyzers.md#clang-sanitizers) |

We are planning to support multiple analyzers of different programming
languages. For more detailed information [see](supported_code_analyzers.md).
Expand Down
15 changes: 10 additions & 5 deletions docs/supported_code_analyzers.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ to a CodeChecker result directory which can be stored to a CodeChecker server.
| -------------- |--------------|---------------------|
| **C/C++** | [Clang Tidy](https://clang.llvm.org/extra/clang-tidy/) ||
| | [Clang Static Analyzer](https://clang-analyzer.llvm.org/) ||
| | [Clang Sanitizers](#clang-sanitizers) | |
| | [Clang Sanitizers](#clang-sanitizers) | |
| | [Cppcheck](cppcheck.md) ||
| | [Infer](https://fbinfer.com/) ||
| **Java** | [FindBugs](http://findbugs.sourceforge.net/) ||
Expand All @@ -31,9 +31,14 @@ to a CodeChecker result directory which can be stored to a CodeChecker server.
## Clang Sanitizers
| Name | Supported by CodeChecker |
|--------------|---------------------|
| [AddressSanitizer](https://clang.llvm.org/docs/AddressSanitizer.html) | |
| [ThreadSanitizer](https://clang.llvm.org/docs/ThreadSanitizer.html) | |
| [MemorySanitizer](https://clang.llvm.org/docs/MemorySanitizer.html) | |
| [UndefinedBehaviorSanitizer](https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html) | |
| [AddressSanitizer](https://clang.llvm.org/docs/AddressSanitizer.html) | |
| [ThreadSanitizer](https://clang.llvm.org/docs/ThreadSanitizer.html) | |
| [MemorySanitizer](https://clang.llvm.org/docs/MemorySanitizer.html) | |
| [UndefinedBehaviorSanitizer](https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html) | |
| [DataFlowSanitizer](https://clang.llvm.org/docs/DataFlowSanitizer.html) ||
| [LeakSanitizer](https://clang.llvm.org/docs/LeakSanitizer.html) ||

We support to convert multiple sanitizer output to a CodeChecker report
directory which can be stored to a CodeChecker server by using our
[report-converter](/tools/report-converter) tool. For more information how to
use this tool see the [user guide](/tools/report-converter/README.md).

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 72c6807

Please sign in to comment.