You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
Konrad Windszus edited this page Aug 27, 2015
·
1 revision
Introduction
You can check a file with cppcheck in different ways.
Automatically check a file, whenever it is built (must be enabled in the project properties).
Manually check a file via the context menu on either the package/project explorer or within the C editor.
Manually check a file via the shortcut Ctrl+Shift+C (on Mac: Cmd+Shift+C).
All issues detected by cppcheck are reported in the Problems view of Eclipse. Additionally to that you can see the original output of cppcheck in the console view.
If you use cppcheclipse for the first time, please follow the first steps.