cppcheck/lib
Robert Reif 907ed0ac6f Fixed #2085 (False negative: function can be const when member variable is compared) 2010-10-12 07:57:09 +02:00
..
check.h Fixed #1886 (Associate header file with code file including it) 2010-08-30 17:44:46 +02:00
checkautovariables.cpp Update copyright year in all source files 2010-04-13 22:23:17 +03:00
checkautovariables.h astyle: Update to astyle 1.24 2010-04-15 20:08:51 +02:00
checkbufferoverrun.cpp Array index: detect array index out of bounds when datatype is unknown. Ticket: #2086 2010-10-11 20:52:14 +02:00
checkbufferoverrun.h fixed warning from cppcheck: [lib/checkbufferoverrun.h:129]: (style) 'operator=' should not return a const reference 2010-09-15 22:25:12 +02:00
checkclass.cpp Fixed #2085 (False negative: function can be const when member variable is compared) 2010-10-12 07:57:09 +02:00
checkclass.h Check Class: Removed the 'operator= should not return a const reference' 2010-09-18 20:05:34 +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 Fixed #2065 (false positive: memory leak) 2010-09-27 17:53:10 +02:00
checkmemoryleak.h Rename Severity::e to Severity::SeverityType. 2010-07-14 17:30:03 +03:00
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 assignment in assert: modified the error message to better explain the reason why the warning is given. 2010-10-11 17:59:08 +02:00
checkother.h Fixed #2079 (detect side effects in assert) 2010-10-10 13:05:06 -07:00
checkstl.cpp STL: fixed false positives in the new double-increment check when iterator shadows outer iterator 2010-10-10 14:28:14 +02:00
checkstl.h STL: Added double-increment check. 2010-10-10 10:52:41 +02:00
checkunusedfunctions.cpp pulled changes from kimmov (filelocation-refactor) 2010-07-19 18:06:49 +02:00
checkunusedfunctions.h Unused functions: Refactoring 2010-07-08 13:01:53 +02:00
cppcheck.cpp 1.45: updated version information 2010-10-03 17:05:36 +02:00
cppcheck.h Remove unneeded includes. 2010-09-06 21:08:50 +03:00
errorlogger.cpp Fixed #2059 (cppcheck gives wrong path in error description) 2010-09-22 19:52:14 +02:00
errorlogger.h Fixed #1886 (Associate header file with code file including it) 2010-08-30 17:44:46 +02:00
executionpath.cpp STL: refactoring CheckStl::erase so ExecutionPath is used 2010-10-05 20:54:13 +02:00
executionpath.h STL: refactoring CheckStl::erase so ExecutionPath is used 2010-10-05 20:54:13 +02:00
filelister.cpp Fixed #2059 (cppcheck gives wrong path in error description) 2010-09-22 19:52:14 +02:00
filelister.h Formatting and improving comments. 2010-07-19 20:06:42 +03:00
filelister_unix.cpp cleanup headers 2010-07-31 08:52:28 +02:00
filelister_unix.h Update copyright year in all source files 2010-04-13 22:23:17 +03:00
filelister_win32.cpp Windows: convert to internal separators when finding files. 2010-07-26 22:16:19 +03:00
filelister_win32.h Update copyright year in all source files 2010-04-13 22:23:17 +03:00
lib.pri Fix Linux makefile after moving timer code to own files. 2010-08-31 23:22:48 +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 Fixed #2059 (cppcheck gives wrong path in error description) 2010-09-22 19:52:14 +02:00
path.h Fixed #2059 (cppcheck gives wrong path in error description) 2010-09-22 19:52:14 +02:00
preprocessor.cpp Fixed #1951 (Preprocessor: Compound macro statements not handled correctly) 2010-09-24 21:38:11 +02:00
preprocessor.h Fixed #2042 (#error messages should be displayed when user defines are used) 2010-09-12 21:30:47 +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 Set encoding to UTF-8 for some files. 2010-09-06 22:39:02 +03:00
timer.h Move timer code to own cpp/h files. 2010-08-31 23:18:07 +03:00
token.cpp Revert "Fixed #1132 (Detection of misused scope objects)" 2010-10-01 20:52:16 +10:00
token.h Refactoring handling of microsoft types. Ticket: #1956 2010-08-22 21:53:45 +02:00
tokenize.cpp Fixed #2079 (detect side effects in assert) 2010-10-10 13:05:06 -07:00
tokenize.h ClassInfo: Removed unused functionality 2010-10-08 19:43:41 +02:00