Cppcheck
|
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... | |