Skip to content

Commit b337e8d

Browse files
authored
Update readme.md
1 parent da6ba0c commit b337e8d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The plugin is activated on a per project basis, first you have to add the CodeCh
6060
![CodeChecker Nature Add](docs/nature.png)
6161

6262
#### 3. Configure CodeChecker and checkers
63-
After that, the settings can be customized in the project preferences window under the CodeChecker panel. For the plugin to work correctly, it is mandatory to add the correct path to the root of the CodeChecker package.
63+
After that, the settings can be customized in the project preferences window under the CodeChecker panel. For the plugin to work correctly, it is mandatory to add the correct path to the root of the CodeChecker package. You can download CodeChecker from [here](https://github.com/Ericsson/codechecker).
6464

6565
![CodeChecker Configure](docs/config.png)
6666
![CodeChecker Checkers Configure](docs/checkershow.png)
@@ -76,6 +76,8 @@ If all goes well, you should be able to build your project from Eclipse using th
7676
#### 5. Analyze C/C++ project and view results
7777
By default it displays the problems related to the currently selected file on the problems view, and the details for a selected bugpath in the Details view. Selecting a problem or jumping to a details item is possible with double clicking on it.
7878

79+
*Please note that codechecker will only show analysis results for files that you built. This means that if you want to see all bugs for your project you will need to do a full (clean) build. After you update a source file, analysis results will be updated when you rebuild your project.*
80+
7981
The problems view can be customized: it supports custom search options with a filter editor, where saving or loading filters is also possible.
8082

8183
![CodeChecker Runtime Example](docs/example.png)

0 commit comments

Comments
 (0)