Cppcheck
Classes | Namespaces | Macros
check.h File Reference
#include "config.h"
#include "errortypes.h"
#include <list>
#include <string>
#include <utility>

Go to the source code of this file.

Classes

class  Check
 Interface class that cppcheck uses to communicate with the checks. More...
 
class  Check::FileInfo
 Base class used for whole-program analysis. More...
 

Namespaces

 tinyxml2
 
 CTU
 Whole program analysis (ctu=Cross Translation Unit)
 
 ValueFlow
 

Macros

#define WRONG_DATA(COND, TOK)   ((COND) && wrongData((TOK), #COND))
 Use WRONG_DATA in checkers to mark conditions that check that data is correct. More...
 

Macro Definition Documentation

◆ WRONG_DATA

#define WRONG_DATA (   COND,
  TOK 
)    ((COND) && wrongData((TOK), #COND))

Use WRONG_DATA in checkers to mark conditions that check that data is correct.

Definition at line 50 of file check.h.