.. |
check.h
|
…
|
|
check64bit.cpp
|
…
|
|
check64bit.h
|
…
|
|
checkassignif.cpp
|
Code cleanup
|
2011-12-09 21:00:57 +01:00 |
checkassignif.h
|
Fixed Visual Studio compiler warnings
|
2011-12-01 18:32:14 +01:00 |
checkautovariables.cpp
|
1)internal check found a 'findmatch' with simple string argument;
|
2011-12-01 12:04:47 +01:00 |
checkautovariables.h
|
…
|
|
checkboost.cpp
|
…
|
|
checkboost.h
|
…
|
|
checkbufferoverrun.cpp
|
CheckBufferOverrun::checkInsecureCmdLineArgs(): Remove recently unused variable 'pattern'.
|
2011-12-09 23:24:08 +01:00 |
checkbufferoverrun.h
|
…
|
|
checkclass.cpp
|
Various code cleanups
|
2011-12-08 21:28:34 +01:00 |
checkclass.h
|
…
|
|
checkexceptionsafety.cpp
|
Exception safety: refactorings, use the symbol database
|
2011-12-09 19:53:00 +01:00 |
checkexceptionsafety.h
|
…
|
|
checkinternal.cpp
|
…
|
|
checkinternal.h
|
…
|
|
checkmemoryleak.cpp
|
Memory leaks: Code cleanups
|
2011-12-10 11:55:14 +01:00 |
checkmemoryleak.h
|
…
|
|
checknonreentrantfunctions.cpp
|
…
|
|
checknonreentrantfunctions.h
|
…
|
|
checknullpointer.cpp
|
Take symbol database into use or improve its usage in some checks.
|
2011-12-09 23:28:10 +02:00 |
checknullpointer.h
|
…
|
|
checkobsoletefunctions.cpp
|
…
|
|
checkobsoletefunctions.h
|
…
|
|
checkother.cpp
|
Take symbol database into use or improve its usage in some checks.
|
2011-12-09 23:28:10 +02:00 |
checkother.h
|
Fixed #3375 (Improve check: Detect unreachable code)
|
2011-12-03 11:43:23 +01:00 |
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
…
|
|
checkstl.cpp
|
Memory leaks: Code cleanups
|
2011-12-10 11:55:14 +01:00 |
checkstl.h
|
…
|
|
checkuninitvar.cpp
|
1)internal check found a 'findmatch' with simple string argument;
|
2011-12-01 12:04:47 +01:00 |
checkuninitvar.h
|
…
|
|
checkunusedfunctions.cpp
|
Fixed #3336 (False positive: Member function is not used (used by template function))
|
2011-12-03 12:19:26 +01:00 |
checkunusedfunctions.h
|
Fixed #3336 (False positive: Member function is not used (used by template function))
|
2011-12-03 12:19:26 +01:00 |
checkunusedvar.cpp
|
Various code cleanups
|
2011-12-08 21:28:34 +01:00 |
checkunusedvar.h
|
…
|
|
cppcheck.cpp
|
Tokenizer: Code cleanups
|
2011-12-08 17:42:26 +01:00 |
cppcheck.h
|
…
|
|
errorlogger.cpp
|
…
|
|
errorlogger.h
|
…
|
|
executionpath.cpp
|
…
|
|
executionpath.h
|
…
|
|
lib.pri
|
…
|
|
mathlib.cpp
|
Various code cleanups
|
2011-12-08 21:28:34 +01:00 |
mathlib.h
|
…
|
|
path.cpp
|
…
|
|
path.h
|
…
|
|
pcrerules.pri
|
…
|
|
preprocessor.cpp
|
Merge pull request #67 from makulik/master
|
2011-12-10 02:44:01 -08:00 |
preprocessor.h
|
…
|
|
settings.cpp
|
…
|
|
settings.h
|
…
|
|
standards.h
|
…
|
|
suppressions.cpp
|
…
|
|
suppressions.h
|
…
|
|
symboldatabase.cpp
|
…
|
|
symboldatabase.h
|
…
|
|
timer.cpp
|
…
|
|
timer.h
|
…
|
|
token.cpp
|
1)Remove newly copy of 'eraseTokens' and replace every occurrence with 'deleteNext' with right parameter.
|
2011-12-08 01:44:18 +01:00 |
token.h
|
1)Remove newly copy of 'eraseTokens' and replace every occurrence with 'deleteNext' with right parameter.
|
2011-12-08 01:44:18 +01:00 |
tokenize.cpp
|
Fixed #3386 (Syntax Error: 'int a[]={b<c?1:2,3};')
|
2011-12-10 11:34:27 +01:00 |
tokenize.h
|
1)Fixed ticket #3184 (Improve Tokenizer: improve simplifyMulAnd to simplify weirder code);
|
2011-12-09 20:47:51 +01:00 |