From 2e050d8209861fc7bd3e1c47de14aac4c0dc6089 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Umann?= Date: Tue, 31 Oct 2023 10:46:44 +0100 Subject: [PATCH] [docs] Leave a better TODO for gcc docs --- docs/analyzer/checker_and_analyzer_configuration.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/analyzer/checker_and_analyzer_configuration.md b/docs/analyzer/checker_and_analyzer_configuration.md index 1a63382387..bc6de8c665 100644 --- a/docs/analyzer/checker_and_analyzer_configuration.md +++ b/docs/analyzer/checker_and_analyzer_configuration.md @@ -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