cppcheck/lib
Daniel Marjamäki fd0d9c8694 CheckOther: Added line break to make the code more readable 2011-12-20 20:54:14 +01:00
..
check.h
check64bit.cpp
check64bit.h Check64BitPortability: Wiki formatting update 2011-12-10 18:41:09 +01:00
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 Fixed #3428 (false negative: array bounds errors not found when duplicate class names present) 2011-12-18 16:35:51 +01:00
checkbufferoverrun.h Fixed #3168 (false negative: buffer overflow in subfunction) 2011-12-11 08:16:58 +01:00
checkclass.cpp Refactorings. Use reportError instead of reportInconclusiveError. 2011-12-17 11:39:20 +01:00
checkclass.h Fixed #3048, further improvements to const correctness check. 2011-12-15 20:18:52 +01:00
checkexceptionsafety.cpp Fixed #3422 (Internal error in exceptRethrowCopy check) 2011-12-17 20:00:15 +01:00
checkexceptionsafety.h
checkinternal.cpp
checkinternal.h --doc : don't write internal checks in the doc output 2011-12-10 18:39:25 +01:00
checkmemoryleak.cpp Workaround fixes to shut up some cppcheck '--inconclusive' whinings. 2011-12-13 00:24:34 +01:00
checkmemoryleak.h Workaround fixes to shut up some cppcheck '--inconclusive' whinings. 2011-12-13 00:24:34 +01:00
checknonreentrantfunctions.cpp checkMathFunctions: Refactoring the check 2011-10-22 12:31:47 +02:00
checknonreentrantfunctions.h Fix #3243 (Improve non reentrant function check) 2011-10-22 11:54:52 +02:00
checknullpointer.cpp Fixed #3425 (False positive: Null pointer dereference (pointer is checked in macro)) 2011-12-18 13:33:23 +01:00
checknullpointer.h Improved support for references and pointers in SymbolDatabase 2011-12-17 19:04:03 +01:00
checkobsoletefunctions.cpp
checkobsoletefunctions.h
checkother.cpp CheckOther: Added line break to make the code more readable 2011-12-20 20:54:14 +01:00
checkother.h Fixed #3327 (printf with std::string as parameter) 2011-12-18 19:41:21 +01:00
checkpostfixoperator.cpp
checkpostfixoperator.h
checkstl.cpp Fixed #3427 (False positive: (error) Dangerous usage of c_str(). The returned value by c_str() is invalid after this call.) 2011-12-18 19:44:38 +01:00
checkstl.h Patch that improves STL checking: Make use of SymbolDatabase, solved TODO (about returning .c_str() value), check for deleting iterators by value. 2011-12-17 11:21:34 +01:00
checkuninitvar.cpp Uninitialized variables: Fixed false positives when sizeof is used in condition. Ticket: #3369 2011-12-17 16:08:55 +01:00
checkuninitvar.h Uninitialized variables: Detect more errors. Ticket: #3369 2011-12-14 18:28:30 +01:00
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 Refactorized CheckUnusedVar 2011-12-18 20:15:41 +01:00
checkunusedvar.h Refactorized CheckUnusedVar 2011-12-18 20:15:41 +01:00
cppcheck.cpp 1.52: Updated version 2011-12-10 12:55:40 +01:00
cppcheck.h
errorlogger.cpp
errorlogger.h
executionpath.cpp Refactorizations for executionpath.cpp (rearranged code, added some else before if) 2011-12-17 11:26:20 +01:00
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 Complete 'disable the rules by default' for other platforms. 2011-10-19 15:14:39 +02:00
preprocessor.cpp Fixed #3425 (False positive: Null pointer dereference (pointer is checked in macro)) 2011-12-18 13:33:23 +01:00
preprocessor.h
settings.cpp
settings.h Solution for ticket #3353 'Allow explicit undef's for configuration' 2011-11-30 20:24:01 +01:00
standards.h Add newline at end of file! 2011-10-31 15:12:29 +01:00
suppressions.cpp
suppressions.h
symboldatabase.cpp Improved support for references and pointers in SymbolDatabase 2011-12-17 19:04:03 +01:00
symboldatabase.h Improved support for references and pointers in SymbolDatabase 2011-12-17 19:04:03 +01:00
timer.cpp
timer.h changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
token.cpp Fixed #3425 (False positive: Null pointer dereference (pointer is checked in macro)) 2011-12-18 13:33:23 +01:00
token.h Fixed #3425 (False positive: Null pointer dereference (pointer is checked in macro)) 2011-12-18 13:33:23 +01:00
tokenize.cpp Fixed #3425 (False positive: Null pointer dereference (pointer is checked in macro)) 2011-12-18 13:33:23 +01:00
tokenize.h Tokenizer::simplifyDoWhileAddBraces: 2011-12-12 00:20:46 +01:00