cppcheck/lib
Edoardo Prezioso 4ddcde1e6f CheckMemoryLeak: add '?1:0' to clarify the value of the argument to 'deleteNext'; Tokenize.cpp: in simplifyCompoundAssignment(), remove ':' odd code used to fix a weird test case ('case' code not inside a function body), remove useless 'tok->next() != NULL' check (already true by previous condition); in simplifyConditionOperator(), handle better the parenthesis skipping code and remove useless ')'check; in simplifyQuestionMark(), remove useless 'tok->tokAt(-2)' check (Token::Match returns false if the token is NULL), add more patterns to Token::Match to handle more test cases; in simplifyBitFields(), add 'const' to 'offset' bool. RedirectOutputError: style nitpick change to declaration of a pointer. 2012-10-19 14:19:52 +02:00
..
check.h lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-17 13:51:23 +02:00
check64bit.cpp astyle formatting 2012-10-12 06:12:52 +02:00
check64bit.h lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-17 13:51:23 +02:00
checkassignif.cpp AssignIf: better handling of function calls 2012-09-29 19:22:34 +02:00
checkassignif.h assignif: Fixed testcase. parse while loops if variable is local and not external. 2012-09-29 10:54:09 +02:00
checkautovariables.cpp SymbolDatabase: Improved find function functionality. Taking arguments into account 2012-10-14 17:30:37 +02:00
checkautovariables.h SymbolDatabase: Improved find function functionality. Taking arguments into account 2012-10-14 17:30:37 +02:00
checkboost.cpp speed up checks by caching commonly looked up stuff in the symbol database (CheckBufferOverrun, CheckBoost) 2012-10-13 11:16:48 +02:00
checkboost.h lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-17 13:51:23 +02:00
checkbufferoverrun.cpp speed up checks by caching commonly looked up stuff in the symbol database (CheckBufferOverrun, CheckBoost) 2012-10-13 11:16:48 +02:00
checkbufferoverrun.h lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-17 13:51:23 +02:00
checkclass.cpp speed up checks by caching commonly looked up stuff in the symbol database 2012-10-11 06:12:24 +02:00
checkclass.h Class: Show inconclusive warnings about unknown types that are not initialized in copy constructors. Ticket: #3611 2012-09-20 19:16:26 +02:00
checkexceptionsafety.cpp speed up checks by caching commonly looked up stuff in the symbol database (checkexceptionsafety) 2012-10-14 17:40:17 +02:00
checkexceptionsafety.h lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-17 13:51:23 +02:00
checkinternal.cpp New internal check: checkRedundantNextPrevious(). 2012-09-07 12:36:40 +02:00
checkinternal.h New internal check: checkRedundantNextPrevious(). 2012-09-07 12:36:40 +02:00
checkio.cpp Fixed usage of _settigns->isEnabled("style") in CheckIO. Added forgotten test cases. 2012-09-10 16:23:00 +02:00
checkio.h Change file encoding to UFT-8 like it is for other files. 2012-08-26 00:12:38 +03:00
checkleakautovar.cpp Fixed #4231 (False positive: (error) Returning/dereferencing 'ptr' after it is deallocated / released (ignoring goto)) 2012-10-08 17:23:47 +02:00
checkleakautovar.h Fixed #3993 (Resource also reported as memory leak) 2012-09-18 16:20:09 +02:00
checkmemoryleak.cpp CheckMemoryLeak: add '?1:0' to clarify the value of the argument to 'deleteNext'; Tokenize.cpp: in simplifyCompoundAssignment(), remove ':' odd code used to fix a weird test case ('case' code not inside a function body), remove useless 'tok->next() != NULL' check (already true by previous condition); in simplifyConditionOperator(), handle better the parenthesis skipping code and remove useless ')'check; in simplifyQuestionMark(), remove useless 'tok->tokAt(-2)' check (Token::Match returns false if the token is NULL), add more patterns to Token::Match to handle more test cases; in simplifyBitFields(), add 'const' to 'offset' bool. RedirectOutputError: style nitpick change to declaration of a pointer. 2012-10-19 14:19:52 +02:00
checkmemoryleak.h more java/c# cleanup 2012-10-03 19:51:09 +02:00
checknonreentrantfunctions.cpp Removed Java/C# handling 2012-10-02 18:44:36 +02:00
checknonreentrantfunctions.h lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-17 13:51:23 +02:00
checknullpointer.cpp Fixed #4007 (False positive: 'Possible null pointer dereference' when using short-circuit evaluation) 2012-10-07 19:06:49 +02:00
checknullpointer.h lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-17 13:51:23 +02:00
checkobsoletefunctions.cpp Removed Java/C# handling 2012-10-02 18:44:36 +02:00
checkobsoletefunctions.h lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-17 13:51:23 +02:00
checkother.cpp Fixed #4291 (Variable ID is not set when variable is accessed through 'this') 2012-10-19 06:18:13 +02:00
checkother.h Fixed #2617 (improve check: comparing boolean with '<') 2012-09-26 18:18:36 +02:00
checkpostfixoperator.cpp Refactorization: 2012-06-08 09:05:02 -07:00
checkpostfixoperator.h lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-17 13:51:23 +02:00
checkstl.cpp Fixed g++ -Wshadow warning message. 2012-10-17 00:29:06 +02:00
checkstl.h Fixed g++ -Wshadow warning message. 2012-10-17 00:29:06 +02:00
checkuninitvar.cpp Fixed 'tokAt(-2)->link() -> linkAt(-2)' thanks to cppcheck internal check. 2012-10-13 14:59:34 +02:00
checkuninitvar.h lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-17 13:51:23 +02:00
checkunusedfunctions.cpp Removed bailouts in CheckClass::privateFunctions and CheckUnusedFunctions when checking code with templates (unnecessary after 2c10e9a6ca) 2012-07-29 08:05:54 -07:00
checkunusedfunctions.h lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-17 13:51:23 +02:00
checkunusedvar.cpp Fixed #4203 (Don't warn about setting NULL value for pointers and not using that value) 2012-09-30 17:22:35 +02:00
checkunusedvar.h lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-17 13:51:23 +02:00
config.h Get rid of a warning 2012-06-16 06:34:18 +02:00
cppcheck.cpp more java/c# cleanup 2012-10-03 19:51:09 +02:00
cppcheck.h Change every C version of 'size_t' to C++ 'std::size_t'. 2012-07-09 13:30:18 +02:00
cppcheck.vcxproj Refactorized resource files: 2012-10-14 10:21:22 +02:00
cppcheck.vcxproj.filters Refactorized resource files: 2012-10-14 10:21:22 +02:00
errorlogger.cpp Fixed #3442 (unmatchedSuppression can't be suppressed) 2012-07-13 08:29:49 +02:00
errorlogger.h ErrorLogger: Throw InternalError if given severity is not handled 2012-08-10 12:43:53 +02:00
executionpath.cpp lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-17 13:51:23 +02:00
executionpath.h Implemented support for building cppcheck lib into a dll 2012-06-10 05:19:09 -07:00
lib.pri Update Makefile. 2012-06-11 22:16:12 +03:00
mathlib.cpp Fixed #4087 (div by zero check is invalid for floats) 2012-09-11 16:50:42 +02:00
mathlib.h Fixed #4087 (div by zero check is invalid for floats) 2012-09-11 16:50:42 +02:00
path.cpp Path: Removed java/c# handling. Thanks amai. 2012-10-03 19:47:14 +02:00
path.h Path: Removed java/c# handling. Thanks amai. 2012-10-03 19:47:14 +02:00
pcrerules.pri pro and pri files: remove unneeded empty lines, use spaces for consistency 2012-10-12 17:46:57 +02:00
preprocessor.cpp Fixed #3837 (False positive: national locale inline asm comments are reported as unsupported) 2012-09-30 09:35:32 +02:00
preprocessor.h Fixed #3837 (False positive: national locale inline asm comments are reported as unsupported) 2012-09-30 09:35:32 +02:00
settings.cpp Used enum instead of string in implementation for '--language='. 2012-09-11 08:53:27 +02:00
settings.h cleanup more java/c# code. Thanks amai for telling me about this. 2012-10-03 19:19:49 +02:00
standards.h Enable --std=c11 and --std=c++11 by default 2012-08-25 21:57:45 +02:00
suppressions.cpp Fixed #4210 (Unmatched suppression warning emitted from disabled check) 2012-09-23 10:56:12 +02:00
suppressions.h Implemented support for building cppcheck lib into a dll 2012-06-10 05:19:09 -07:00
symboldatabase.cpp Revert "Fixed #3190 (SymbolDatabase: Parse of sub class constructor fails)" 2012-10-16 19:12:27 +02:00
symboldatabase.h Revert "Fixed #3190 (SymbolDatabase: Parse of sub class constructor fails)" 2012-10-16 19:12:27 +02:00
templatesimplifier.cpp TemplateSimplifier: Fixed bad pattern that was detected by CheckInternal and pointed out by edward-san. The handling of recursive templates is better now. 2012-10-14 19:48:53 +02:00
templatesimplifier.h astyle formatting 2012-09-13 16:43:07 +02:00
timer.cpp Fixed #2709 (Negative times in --showtime summary) 2012-09-15 19:49:48 +02:00
timer.h lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-17 13:51:23 +02:00
token.cpp Removed redundant nullpointer checks in token.cpp 2012-09-09 14:34:07 +02:00
token.h Fixed several doxygen-comments in lib and gui 2012-10-19 11:29:05 +02:00
tokenize.cpp CheckMemoryLeak: add '?1:0' to clarify the value of the argument to 'deleteNext'; Tokenize.cpp: in simplifyCompoundAssignment(), remove ':' odd code used to fix a weird test case ('case' code not inside a function body), remove useless 'tok->next() != NULL' check (already true by previous condition); in simplifyConditionOperator(), handle better the parenthesis skipping code and remove useless ')'check; in simplifyQuestionMark(), remove useless 'tok->tokAt(-2)' check (Token::Match returns false if the token is NULL), add more patterns to Token::Match to handle more test cases; in simplifyBitFields(), add 'const' to 'offset' bool. RedirectOutputError: style nitpick change to declaration of a pointer. 2012-10-19 14:19:52 +02:00
tokenize.h Fixed #4267 (segmentation fault of cppcheck (invalid code)). 2012-10-09 20:44:30 +02:00
tokenlist.cpp Implemented support for binary numbers (#4113) 2012-09-10 21:13:32 +02:00
tokenlist.h Change file encoding to UFT-8 like it is for other files. 2012-08-26 00:12:38 +03:00
version.h New attempt on properly fixing Unicode characters in version resource. 2012-10-14 16:00:58 +02:00
version.rc Refactorized resource files: 2012-10-14 10:21:22 +02:00