cppcheck/lib
Daniel Marjamäki 0f43ce4743 updated version to 1.42 2010-03-09 19:05:28 +01:00
..
check.h Fix #1485 (cppcheck.exe 1.41 crashes when calling with option --errorlist) 2010-03-08 22:40:50 +02: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 astyle formatting 2010-03-09 12:41:40 +01:00
checkbufferoverrun.h Fixed #1409 (False positive: Buffer access out-of-bounds with strncpy and an array in typedef'ed struct) 2010-02-21 15:23:50 +01:00
checkclass.cpp Function constness: I don't think it's necessary to show both definition and implementation location. I changed so only the location of the definition is shown. This fixes #1486. 2010-03-09 07:29:03 +01:00
checkclass.h Function constness: I don't think it's necessary to show both definition and implementation location. I changed so only the location of the definition is shown. This fixes #1486. 2010-03-09 07:29:03 +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: Use std::string instead of const char * 2010-02-14 19:58:17 +01:00
checkheaders.h refactoring the folder structure 2009-10-25 12:49:06 +01:00
checkmemoryleak.cpp Fixed #1407 (false positive memory leak when returning pointer to the allocated memory) 2010-02-20 10:17:45 +01:00
checkmemoryleak.h Refactoring: Use std::string instead of const char * 2010-02-14 19:58:17 +01:00
checkother.cpp Fixed #1472 (false positive: Data is allocated but not initialized: service) 2010-03-07 09:08:52 +01:00
checkother.h astyle formatting 2010-02-18 19:55:47 +01:00
checkstl.cpp STL: don't warn about the suspicious string::find condition because it's not always a bug 2010-03-03 17:11:31 +01:00
checkstl.h STL: suspicious condition when using find on strings and containers 2010-02-27 21:26:11 +01:00
checkunusedfunctions.cpp Refactoring: Use std::string instead of const char * 2010-02-14 19:58:17 +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 updated version to 1.42 2010-03-09 19:05:28 +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 #1402 (false positive: uninitialized variable) 2010-02-20 09:35:57 +01:00
executionpath.h ExecutionPath: Refactoring. Removed the bailOut variable 2009-12-29 09:30:02 +01:00
filelister.cpp Refactoring: Use std::string instead of const char * 2010-02-14 19:58:17 +01:00
filelister.h Refactoring: Use std::string instead of const char * 2010-02-14 19:58:17 +01:00
lib.pri dmake: generate the lib/lib.pri file 2010-02-23 21:27:01 +01:00
mathlib.cpp Refactoring: Using string::compare instead of strncmp 2010-02-19 07:29:27 +01:00
mathlib.h refactoring the folder structure 2009-10-25 12:49:06 +01:00
preprocessor.cpp Fixed #1466 (false positive: Invalid number of character ({) when these macros are defined: '') 2010-03-04 18:51:25 +01:00
preprocessor.h wrote comments about the preprocessor 2010-01-13 21:50:44 +01:00
settings.cpp Refactoring: Use std::string instead of const char * 2010-02-14 19:58:17 +01:00
settings.h Refactoring: Use std::string instead of const char * 2010-02-14 19:58:17 +01:00
token.cpp Refactoring: Use std::string instead of const char * 2010-02-14 19:58:17 +01:00
token.h Refactoring: Use std::string instead of const char * 2010-02-14 19:58:17 +01:00
tokenize.cpp Simplify enum: Fixed segmentation fault if code ends with enum type id 2010-03-07 13:01:56 +01:00
tokenize.h Fix #1469 (False positive: Resource leak when fclose() is inside while) 2010-03-06 16:28:52 +02:00