From 89a45c8f8ae685bbc0fe89679ac77ea39dff7181 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 16 Jun 2019 12:37:18 +0200 Subject: [PATCH] Manual: The Cppcheck GUI has some options that can be 'imported' on the command line --- man/manual.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/man/manual.md b/man/manual.md index bed246c15..2c43597af 100644 --- a/man/manual.md +++ b/man/manual.md @@ -137,6 +137,8 @@ You can import and use Cppcheck GUI project files in the command line tool: cppcheck --project=foobar.cppcheck +The Cppcheck GUI has a few options that are not available in the command line directly. To use these options you can import a GUI project file. We want to keep the command line tool usage simple and limit the options by intention. + ## CMake Generate a compile database: @@ -159,6 +161,8 @@ Running Cppcheck on a Visual Studio project: cppcheck --project=foobar.vcxproj +In the `Cppcheck GUI` you have the choice to only analyze a single debug configuration. If you want to use this choice on the command line then create a `Cppcheck GUI` project with this activated and then import the GUI project file on the command line. + ## C++ Builder 6 Running Cppcheck on a C++ Builder 6 project: