cppcheck/lib
Daniel Marjamäki cfbc06c8b6 removed 'empty catch block' check. to avoid false positives we'll need to check if it is bad with an empty catch block (dead pointer/undefined behaviour/etc) 2010-09-05 13:27:58 +02:00
..
check.h Fixed #1886 (Associate header file with code file including it) 2010-08-30 17:44:46 +02:00
checkautovariables.cpp
checkautovariables.h
checkbufferoverrun.cpp Fixed #1948 (C++ class scoping not followed) 2010-08-24 22:04:14 +02:00
checkbufferoverrun.h Fixed #1487 (fix gcc compiler warnings) 2010-08-06 21:02:43 +02:00
checkclass.cpp Symbol database: Fixed false negatives for unused private functions. Ticket: #1895 2010-09-02 19:22:54 +02:00
checkclass.h Symbol database: adds support for inline functions returning function pointers and starts to convert privateFunctions over to the symbol database. Ticket: #1895 2010-09-02 07:40:20 +02:00
checkexceptionsafety.cpp Exception safety: Removed the noisy checks and keep the useful checks 2010-08-31 22:22:59 +02:00
checkexceptionsafety.h Exception safety: Removed the noisy checks and keep the useful checks 2010-08-31 22:22:59 +02:00
checkmemoryleak.cpp Refactoring CheckMemoryLeaks 2010-09-04 10:06:34 +02:00
checkmemoryleak.h
checkobsoletefunctions.cpp Fixed #1994 (False 'Found obsolete function' positive) 2010-08-29 12:01:32 +02:00
checkobsoletefunctions.h Fixed #1999 (False positive: uninitialized variable (__published variables)) 2010-08-31 19:48:04 +02:00
checkother.cpp removed 'empty catch block' check. to avoid false positives we'll need to check if it is bad with an empty catch block (dead pointer/undefined behaviour/etc) 2010-09-05 13:27:58 +02:00
checkother.h removed 'empty catch block' check. to avoid false positives we'll need to check if it is bad with an empty catch block (dead pointer/undefined behaviour/etc) 2010-09-05 13:27:58 +02:00
checkstl.cpp Fixed #1946 ('Dereferenced iterator erased' false positive) 2010-08-17 18:56:11 +02:00
checkstl.h
checkunusedfunctions.cpp
checkunusedfunctions.h
classinfo.h
cppcheck.cpp Remove unused function. 2010-09-05 11:24:01 +03:00
cppcheck.h Move CLI command line parsing to own class. 2010-09-05 11:17:31 +03:00
errorlogger.cpp ErrorLogger: Added better \n handling to the XML output 2010-08-14 18:36:36 +02:00
errorlogger.h Fixed #1886 (Associate header file with code file including it) 2010-08-30 17:44:46 +02:00
executionpath.cpp Fixed #2014 (False positive with longjmp) 2010-09-03 07:18:01 +02:00
executionpath.h
filelister.cpp Fixed #1972 (file extensions) 2010-09-02 19:17:47 +02:00
filelister.h
filelister_unix.cpp
filelister_unix.h
filelister_win32.cpp
filelister_win32.h
lib.pri Fix Linux makefile after moving timer code to own files. 2010-08-31 23:22:48 +03:00
lib.vcproj Move timer code to own cpp/h files. 2010-08-31 23:18:07 +03:00
lib.vcxproj Move timer code to own cpp/h files. 2010-08-31 23:18:07 +03:00
lib.vcxproj.filters Move timer code to own cpp/h files. 2010-08-31 23:18:07 +03:00
mathlib.cpp gcc: fixed some more -Wsign-conversion warnings 2010-08-06 22:37:48 +02:00
mathlib.h gcc: fixed some more -Wsign-conversion warnings 2010-08-06 22:37:48 +02:00
path.cpp
path.h
preprocessor.cpp Fixed #1872 (Confused -v switch) 2010-09-03 13:30:49 +02:00
preprocessor.h Fixed #1872 (Confused -v switch) 2010-09-03 13:30:49 +02:00
settings.cpp Fixed #1872 (Confused -v switch) 2010-09-03 13:30:49 +02:00
settings.h Added --debug-warnings that we can use to enable various debug warnings 2010-08-27 20:28:00 +02:00
timer.cpp Move timer code to own cpp/h files. 2010-08-31 23:18:07 +03:00
timer.h Move timer code to own cpp/h files. 2010-08-31 23:18:07 +03:00
token.cpp Refactoring handling of microsoft types. Ticket: #1956 2010-08-22 21:53:45 +02:00
token.h Refactoring handling of microsoft types. Ticket: #1956 2010-08-22 21:53:45 +02:00
tokenize.cpp Fixed #2021 (false positive: syntax error with -std=gnu++0x code) 2010-09-05 08:16:19 +02:00
tokenize.h Fixed #1975 (segmentation fault of cppcheck) 2010-09-02 23:01:12 +02:00