cppcheck/lib
Daniel Marjamäki 89719b023e unit testing: made Tokenizer functions public so they can be unit tested 2010-03-17 22:08:02 +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 doxygen: added more comments for CheckNullPointer and CheckUninitVar 2010-03-13 21:42:59 +01:00
checkclass.cpp small const fix 2010-03-16 07:31:40 +01:00
checkclass.h doxygen: added more comments for CheckNullPointer and CheckUninitVar 2010-03-13 21:42:59 +01:00
checkdangerousfunctions.cpp refactoring the folder structure 2009-10-25 12:49:06 +01:00
checkdangerousfunctions.h doxygen: added more comments for CheckNullPointer and CheckUninitVar 2010-03-13 21:42:59 +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 doxygen: fixed warning messages 2010-03-13 22:16:06 +01:00
checkheaders.cpp Implement Win32 FileLister as separate class. 2010-03-11 21:58:59 +02:00
checkheaders.h refactoring the folder structure 2009-10-25 12:49:06 +01:00
checkmemoryleak.cpp doxygen: added more comments for CheckNullPointer and CheckUninitVar 2010-03-13 21:42:59 +01:00
checkmemoryleak.h refactoring: no need to hide functions because the definition isn't seen by the core program anyway. 2010-03-17 21:26:56 +01:00
checkother.cpp Fixed #1501 (false positive: Variable 'n' is assigned a value that is never used) 2010-03-16 19:25:10 +01:00
checkother.h doxygen: Some comments for CheckOther, added @todo to Token::Match 2010-03-14 19:11:03 +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 Implement Win32 FileLister as separate class. 2010-03-11 21:58:59 +02:00
cppcheck.h doxygen: updated comments for Cppcheck and FileLister 2010-03-14 18:55:33 +01:00
errorlogger.cpp Fixed #854 (invalid XML generated for folders containing &) 2009-10-27 22:10:14 +01:00
errorlogger.h doxygen: updated comments for ErrorLogger and Severity 2010-03-13 21:49:09 +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 Add Unix/Linux version of FileLister and do some cleanups. 2010-03-11 22:12:27 +02:00
filelister.h doxygen: updated comments for Cppcheck and FileLister 2010-03-14 18:55:33 +01:00
filelister_unix.cpp Fix ignoring filelister_unix.cpp code in Windows. 2010-03-12 17:28:55 +02:00
filelister_unix.h Add Unix/Linux version of FileLister and do some cleanups. 2010-03-11 22:12:27 +02:00
filelister_win32.cpp astyle formatting 2010-03-12 07:23:53 +01:00
filelister_win32.h Add Unix/Linux version of FileLister and do some cleanups. 2010-03-11 22:12:27 +02:00
lib.pri Fix compiling in Linux. Fix compiling dmake. 2010-03-11 22:15:15 +02:00
mathlib.cpp Refactoring: Using string::compare instead of strncmp 2010-02-19 07:29:27 +01:00
mathlib.h doxygen: updated comments for ErrorLogger and Severity 2010-03-13 21:49:09 +01:00
preprocessor.cpp doxygen: fixed error messages 2010-03-14 07:48:44 +01:00
preprocessor.h doxygen: fixed error messages 2010-03-14 07:48:44 +01:00
settings.cpp Refactoring: Use std::string instead of const char * 2010-02-14 19:58:17 +01:00
settings.h doxygen: updated comments for Cppcheck and FileLister 2010-03-14 18:55:33 +01:00
token.cpp Refactoring: Use std::string instead of const char * 2010-02-14 19:58:17 +01:00
token.h doxygen: Some comments for CheckOther, added @todo to Token::Match 2010-03-14 19:11:03 +01:00
tokenize.cpp Fixed #1506 (typedef name hiding check combined with forward declaration leeds to false positive) 2010-03-17 17:31:08 +01:00
tokenize.h unit testing: made Tokenizer functions public so they can be unit tested 2010-03-17 22:08:02 +01:00