cppcheck/lib
Daniel Marjamäki a39a2479da Travis: Fixed false positive in lib/checkbufferoverrun. Ticket: #4486 2013-02-04 19:02:42 +01:00
..
check.h
check64bit.cpp Travis: Fixed false positive in lib/checkbufferoverrun. Ticket: #4486 2013-02-04 19:02:42 +01:00
check64bit.h
checkassignif.cpp Simplify checks by caching symbol database Variable pointer in Token 2013-01-31 20:08:48 +01:00
checkassignif.h Fixed #4470 (New check: redundant bitand 'x&=1; x&=2;' can be simplified to 'x=0;') 2013-01-21 19:59:34 +01:00
checkautovariables.cpp assign function pointer: Fixed false positive when pointer is used also. Ticket: #2930 2013-02-02 15:26:14 +01:00
checkautovariables.h Fixed #2930 (new check: redundant assignment of pointer function parameter) 2013-02-01 19:16:17 +01:00
checkboost.cpp
checkboost.h
checkbufferoverrun.cpp Simplify checks by caching symbol database Variable pointer in Token 2013-01-31 20:08:48 +01:00
checkbufferoverrun.h
checkclass.cpp CheckClass: Refactoring. Use Token::variable(). Ticket: #4535 2013-02-02 16:30:17 +01:00
checkclass.h
checkexceptionsafety.cpp Fix compiler warnings and comment/string typos 2013-01-16 07:37:07 -07:00
checkexceptionsafety.h
checkinternal.cpp
checkinternal.h
checkio.cpp
checkio.h
checkleakautovar.cpp
checkleakautovar.h
checkmemoryleak.cpp Fixed #4540 (memory leak not detected ('.' or '->' is used before Function)) 2013-01-31 17:00:50 +01:00
checkmemoryleak.h
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h
checknullpointer.cpp Null pointer: Changed 'possible null pointer dereference - otherwise condition is redundant' to warning 2013-02-02 15:46:29 +01:00
checknullpointer.h CheckNullPointer::isPointerDeRef: Refactoring - use tok->variable(). Ticket: #4535 2013-02-01 19:10:14 +01:00
checkobsoletefunctions.cpp
checkobsoletefunctions.h
checkother.cpp Fixed #4485 (False positive: Same expression of '-' when checking if float is inf) 2013-01-31 17:29:31 +01:00
checkother.h unsigned division: don't warn about 'unsigned char' because it is promoted to int. 2013-01-30 16:50:12 +01:00
checkpostfixoperator.cpp
checkpostfixoperator.h
checkstl.cpp Symbol database: more function/variable cleanup. Ticket: #4494 2013-01-31 06:41:18 +01:00
checkstl.h
checkuninitvar.cpp Uninitialized variable: Refactoring. Use Token::variable() instead of symboldatabase lookup. Ticket: #4535 2013-02-02 16:27:12 +01:00
checkuninitvar.h Uninitialized variables: Refactor CheckUninitVar::isVariableUsage 2013-02-02 15:21:54 +01:00
checkunusedfunctions.cpp Merge pull request #128 from acmyo/master 2013-01-16 08:00:59 -08:00
checkunusedfunctions.h
checkunusedvar.cpp Fixed #4484 (1.58: new crash for linux kernel code) 2013-01-13 07:57:46 +01:00
checkunusedvar.h
config.h
cppcheck.cpp Set version to 1.59 dev 2013-01-12 17:49:09 +01:00
cppcheck.h
cppcheck.vcxproj Fixed compilation as shared lib with PCRE: Ensure that sizeof(Settings) is the same with and without HAVE_RULES 2012-11-03 20:37:23 +01:00
cppcheck.vcxproj.filters
errorlogger.cpp
errorlogger.h
executionpath.cpp
executionpath.h
lib.pri
mathlib.cpp Fix compiler warnings and comment/string typos 2013-01-16 07:37:07 -07:00
mathlib.h
path.cpp
path.h
pcrerules.pri
preprocessor.cpp Tokenizer: Add special tokenize method for the Preprocessor with only basic simplifications 2013-01-27 17:58:54 +01:00
preprocessor.h Fixed #4502 (Preprocessor: Treat SystemInclude and UserInclude the same) 2013-01-20 14:42:04 +01:00
settings.cpp assign function parameters: only show warning when --enable=warning or --enable=style is used. Ticket: #2930 2013-02-02 15:08:43 +01:00
settings.h
standards.h Standards: remove useless semicolon after function 2013-01-22 00:13:36 +01:00
suppressions.cpp
suppressions.h
symboldatabase.cpp Symbol database: handle when forward declaration doesn't match declaration. Ticket: #4531 2013-02-01 06:31:02 +01:00
symboldatabase.h SymbolDatabase: Refactor findFunction handling. Ticket: #4494 2013-01-28 06:47:48 +01:00
templatesimplifier.cpp Fix compiler warnings and comment/string typos 2013-01-16 07:37:07 -07:00
templatesimplifier.h
timer.cpp
timer.h
token.cpp Symbol database: more function/variable cleanup. Ticket: #4494 2013-01-31 06:41:18 +01:00
token.h Symbol database: more function/variable cleanup. Ticket: #4494 2013-01-31 06:41:18 +01:00
tokenize.cpp Refactoring: Add braces to an if-block, for-block, etc. in tokenizer. 2013-02-02 16:01:34 +01:00
tokenize.h Refactoring: Add braces to an if-block, for-block, etc. in tokenizer. 2013-02-02 16:01:34 +01:00
tokenlist.cpp Fixed #4505 (test/testtokenize.cpp: Assertion failed in 'make check') 2013-01-23 18:27:28 +01:00
tokenlist.h
version.h Set version to 1.59 dev 2013-01-12 17:49:09 +01:00
version.rc