Skip to content
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.

  1. Automatically check a file, whenever it is built (must be enabled in the project properties).
  2. Manually check a file via the context menu on either the package/project explorer or within the C editor.
  3. 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.

http://cppcheclipse.googlecode.com/svn/images/main.gif

Configuration

You can either configure cppcheclipse for the whole workspace or separately for the individual projects.

Clone this wiki locally