cppcheck/lib
Reijo Tomperi ba00e031c0 Added %name% pattern to Token.
Currenly same as %var%, but in the future %var% is supposed to match only tokens that have varid != 0.
2010-02-12 23:40:05 +02:00
..
CMakeLists.txt CMake - add header files to lib project (and to VS project). 2010-01-03 21:08:49 +02:00
check.h DJGPP: fix runtime errors because list is destroyed before objects 2009-11-28 19:43:13 +01:00
checkautovariables.cpp Auto variables: Improved handling of temporaries 2010-01-27 19:16:32 +01:00
checkautovariables.h Auto variables: Improved handling of temporaries 2010-01-27 19:16:32 +01:00
checkbufferoverrun.cpp Fix #1340 (False positive: Array out of bounds for re-initialised array pointer) 2010-02-10 23:11:08 +02:00
checkbufferoverrun.h Robert Reif: improve check: array index out of bounds, show name of array, array size and array index 2009-12-25 15:25:58 +01:00
checkclass.cpp Fixed #1376 (Member variable not initialized in the constructor false positive) 2010-02-10 19:28:51 +01:00
checkclass.h updated --doc output about new checks in 1.40 2010-01-27 19:25:48 +01:00
checkdangerousfunctions.cpp refactoring the folder structure 2009-10-25 12:49:06 +01:00
checkdangerousfunctions.h Reformatting the --doc output to work better in the wiki 2010-01-17 14:56:56 +01:00
checkexceptionsafety.cpp Fixed #1126 (False positive: upon exception there is memory leak (calling unknown function)) 2009-12-21 20:04:55 +01:00
checkexceptionsafety.h Reformatting the --doc output to work better in the wiki 2010-01-17 14:56:56 +01:00
checkheaders.cpp refactoring the folder structure 2009-10-25 12:49:06 +01:00
checkheaders.h refactoring the folder structure 2009-10-25 12:49:06 +01:00
checkmemoryleak.cpp Fixed #1346 (False positive: Memory leak when allocated memory is stored elsewhere inside a condition) 2010-02-06 22:35:36 +01:00
checkmemoryleak.h Fixed #1315 (mismatched allocation and deallocaton not detected) 2010-01-27 21:02:13 +01:00
checkother.cpp Fix #1385 (False positive: unsigned division) 2010-02-12 22:24:06 +02:00
checkother.h Fixed #984 (improve output if strncpy is followed by strncat) 2010-02-05 17:35:18 +01:00
checkstl.cpp fixed null pointer dereference when using --errorlist 2010-02-06 19:45:56 +01:00
checkstl.h updated --doc output about new checks in 1.40 2010-01-27 19:25:48 +01:00
checkunusedfunctions.cpp Fixed #1342 (Superclass constructors in initializer lists are considered unused functions when superclass has a namespace.) 2010-02-03 18:37:48 +01:00
checkunusedfunctions.h refactoring the folder structure 2009-10-25 12:49:06 +01:00
classinfo.h refactoring the folder structure 2009-10-25 12:49:06 +01:00
cppcheck.cpp Fixed #824 (Exit code of cppcheck) 2010-02-06 19:47:08 +01:00
cppcheck.h Added Cppcheck::terminate function that will terminate the checking ASAP 2010-01-18 20:23:50 +01:00
errorlogger.cpp Fixed #854 (invalid XML generated for folders containing &) 2009-10-27 22:10:14 +01:00
errorlogger.h refactoring the folder structure 2009-10-25 12:49:06 +01:00
executionpath.cpp Fixed #1360 (false positive:: uninitialized class member of nested class inside a function) 2010-02-08 18:06:28 +01:00
executionpath.h ExecutionPath: Refactoring. Removed the bailOut variable 2009-12-29 09:30:02 +01:00
filelister.cpp Possibly fix #1369 (Internal error - double-declared enum followed by another enum) 2010-02-09 22:26:15 +02:00
filelister.h lanurmi: Fixed #1269 (Changes required for compiling with Sun's compiler) 2010-01-14 22:00:14 +01:00
lib.pri fixed #1099 (GUI: unable to build gui from current git-head) 2009-12-14 23:22:27 +01:00
mathlib.cpp astyle formatting 2009-12-27 17:46:24 +01:00
mathlib.h refactoring the folder structure 2009-10-25 12:49:06 +01:00
preprocessor.cpp Fixed #1382 (False positive: uninitialized variable when using assembly to initialize variable) 2010-02-12 18:15:15 +01:00
preprocessor.h wrote comments about the preprocessor 2010-01-13 21:50:44 +01:00
settings.cpp Added Cppcheck::terminate function that will terminate the checking ASAP 2010-01-18 20:23:50 +01:00
settings.h Added Cppcheck::terminate function that will terminate the checking ASAP 2010-01-18 20:23:50 +01:00
token.cpp Added %name% pattern to Token. 2010-02-12 23:40:05 +02:00
token.h Added %name% pattern to Token. 2010-02-12 23:40:05 +02:00
tokenize.cpp Fix #1385 (False positive: unsigned division) 2010-02-12 22:24:06 +02:00
tokenize.h Fix operator= warning from our own code. 2010-02-12 22:38:17 +02:00