cppcheck/lib
PKEuS 494d3af3d1 Fixed #1877 (Be more strict about int vs. bool, part II) 2011-10-05 20:30:36 +02:00
..
check.h
check64bit.cpp Fixed #3073 (False positive: Assigning an integer (int/long/etc) to a pointer is not portable) 2011-09-04 13:03:29 +02:00
check64bit.h
checkassignif.cpp Move "information" errors to "style" errors. 2011-10-05 20:44:00 +03:00
checkassignif.h
checkautovariables.cpp fix false positive introduced by previous false negative fix commit 2011-09-02 10:39:04 -04:00
checkautovariables.h fix #3064 (false negative: returning address of stack variable) 2011-08-31 21:36:31 -04:00
checkbufferoverrun.cpp Fixed #3161 (Show buffers size info for snprintf() buffer overruns) 2011-10-05 20:17:57 +02:00
checkbufferoverrun.h Fixed #3161 (Show buffers size info for snprintf() buffer overruns) 2011-10-05 20:17:57 +02:00
checkclass.cpp Move "information" errors to "style" errors. 2011-10-05 20:44:00 +03:00
checkclass.h fix #3008 (New check: Order of initialisation list) 2011-09-27 21:07:37 -04:00
checkexceptionsafety.cpp
checkexceptionsafety.h
checkmemoryleak.cpp Fixed #3096 (false negative: memory leak not found when passing string to strtok) 2011-09-09 07:25:47 +02:00
checkmemoryleak.h fixed a few doxygen warnings 2011-09-08 18:28:05 +02:00
checknonreentrantfunctions.cpp enable: break out 'performance' and 'portability' from the 'style' id. Ticket: #3074 2011-09-03 15:30:30 +02:00
checknonreentrantfunctions.h
checknullpointer.cpp Fixed #3125 (FP: Possible null pointer dereference in conditional operator) 2011-10-02 19:27:18 +02:00
checknullpointer.h
checkobsoletefunctions.cpp Move "information" errors to "style" errors. 2011-10-05 20:44:00 +03:00
checkobsoletefunctions.h
checkother.cpp Fixed #1877 (Be more strict about int vs. bool, part II) 2011-10-05 20:30:36 +02:00
checkother.h Fixed #1877 (Be more strict about int vs. bool, part II) 2011-10-05 20:30:36 +02:00
checkpostfixoperator.cpp enable: break out 'performance' and 'portability' from the 'style' id. Ticket: #3074 2011-09-03 15:30:30 +02:00
checkpostfixoperator.h
checkstl.cpp enable: break out 'performance' and 'portability' from the 'style' id. Ticket: #3074 2011-09-03 15:30:30 +02:00
checkstl.h
checkuninitvar.cpp Fixed #3159 (Uninitialized variable false positive) 2011-10-02 20:38:58 +02:00
checkuninitvar.h uninitstring: fix false negatives when non-zero memset is used. Ticket: #3050 2011-09-05 19:42:48 +02:00
checkunusedfunctions.cpp fix #3127 ([False positive] _tmain function i VS 2010 project) 2011-09-21 20:16:20 -04:00
checkunusedfunctions.h Ticket 3059: Report the correct line number in unused functions warnings 2011-09-18 07:13:39 +02:00
checkunusedvar.cpp unused var: use 'else if' instead of 'if' 2011-09-11 08:18:32 +02:00
checkunusedvar.h
cppcheck.cpp
cppcheck.h
errorlogger.cpp Move Suppressions class to own source files. 2011-08-22 19:57:28 +03:00
errorlogger.h Move Suppressions class to own source files. 2011-08-22 19:57:28 +03:00
executionpath.cpp
executionpath.h
lib.pri Move Suppressions class to own source files. 2011-08-22 19:57:28 +03:00
mathlib.cpp
mathlib.h
path.cpp
path.h fixed a few doxygen warnings 2011-09-08 18:28:05 +02:00
pcrerules.pri
preprocessor.cpp
preprocessor.h
settings.cpp test _WIN64 before _WIN32 (64-bit compiler defines both macros) 2011-09-30 14:12:44 -04:00
settings.h start adding Windows ASCII TCHAR conversion support 2011-09-24 14:51:03 -04:00
suppressions.cpp Compile fix. 2011-08-22 20:21:25 +03:00
suppressions.h Add doxygen grouping for the new file. 2011-08-22 20:46:53 +03:00
symboldatabase.cpp fix symbol database bug where function variable type of a nested class was not found 2011-09-28 22:05:26 -04:00
symboldatabase.h another partial fix for #3063 (false negative: multi dimensional arrays not well supported) 2011-09-02 21:07:29 -04:00
timer.cpp
timer.h
token.cpp Fixed #3118 (Tokenizer: str*cmp() in hot spot code) 2011-09-20 19:03:19 +02:00
token.h
tokenize.cpp Fixed ticket #3148 (Analysis failed on "Modules/mathmodule.c") 2011-10-05 19:33:46 +02:00
tokenize.h refactor last commit to move unknown type output to seperate function 2011-09-28 07:36:48 -04:00