Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Leave a better TODO for gcc docs #4069

Merged
merged 1 commit into from
Nov 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/analyzer/checker_and_analyzer_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,13 +274,14 @@ As of CodeChecker 6.23, Codechecker can now execute the GCC Static Analyzer.

## Analyzer Configuration

TODO: Currently, we don't support GCC Static analyzer options. This will likely
be fixed in between the 6.23 release candidates and the actual release.

TODO: gcc-too-complex

## Limitations

TODO

Gcc doesn't well with C++. Prefer only running on C.
TODO: Gcc doesn't well with C++. Prefer only running on C.

## Example invocation

Expand Down
Loading