cppcheck/lib
Daniel Marjamäki a96ec0ad46 Fixed #3804 (False positive: Member not initialized (simplifyTokenList removes const on pointers)) 2012-07-16 07:28:59 +02:00
..
check.h
check64bit.cpp Message refactorization: check64bit.cpp 2012-07-08 02:38:58 -07:00
check64bit.h
checkassignif.cpp Message refactorization: checkassignif.cpp, checkautovariables.cpp 2012-07-07 11:31:18 -07:00
checkassignif.h
checkautovariables.cpp Fixed #3972: Don't issue auto variable error when the address is assigned to a reference to a non-pointer. 2012-07-13 05:21:45 -07:00
checkautovariables.h Fixed #3972: Don't issue auto variable error when the address is assigned to a reference to a non-pointer. 2012-07-13 05:21:45 -07:00
checkboost.cpp
checkboost.h
checkbufferoverrun.cpp Change every C version of 'size_t' to C++ 'std::size_t'. 2012-07-09 13:30:18 +02:00
checkbufferoverrun.h
checkclass.cpp Added check to CheckInternal: detect invalid patterns like "%typ%" 2012-07-11 08:45:16 -07:00
checkclass.h
checkexceptionsafety.cpp
checkexceptionsafety.h Message refactorization: checkbufferoverrun.cpp (2), checkclass.cpp, checkexceptionsafety.h 2012-07-09 02:11:05 -07:00
checkinternal.cpp Added check to CheckInternal: detect invalid patterns like "%typ%" 2012-07-11 08:45:16 -07:00
checkinternal.h Added check to CheckInternal: detect invalid patterns like "%typ%" 2012-07-11 08:45:16 -07:00
checkio.cpp Message refactorization: checkio.h/cpp 2012-07-13 10:36:58 -07:00
checkio.h Message refactorization: checkio.h/cpp 2012-07-13 10:36:58 -07:00
checkleakautovar.cpp CheckLeakAutoVar: Updated error messages 2012-06-30 16:23:10 +02:00
checkleakautovar.h updated --doc output 2012-06-30 17:44:05 +02:00
checkmemoryleak.cpp Fixed crash on garbage code (#3870) 2012-07-06 09:03:33 -07:00
checkmemoryleak.h
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h
checknullpointer.cpp Refactoring: Renamed CheckNullPointer::isPointer to Token::isUpperCaseName 2012-06-21 19:00:53 +02:00
checknullpointer.h fixed doxygen errors 2012-07-08 19:32:33 +02:00
checkobsoletefunctions.cpp
checkobsoletefunctions.h
checkother.cpp Fixed evaluation of redundant conditions (#3972) 2012-07-13 06:01:19 -07:00
checkother.h Improve check: warn when comparing boolean value with < <= > >=. Ticket: #2617 2012-07-03 06:39:13 +02:00
checkpostfixoperator.cpp
checkpostfixoperator.h
checkstl.cpp Properly fixed test failure and line numbers in uselessCallsEmpty error 2012-07-13 05:15:58 -07:00
checkstl.h Check for useless calls of .empty() (#3816) 2012-07-12 03:23:52 -07:00
checkuninitvar.cpp Fixed #3926 (false postive: (error) Uninitialized variable: exitpattern) 2012-07-03 18:52:23 +02:00
checkuninitvar.h
checkunusedfunctions.cpp
checkunusedfunctions.h
checkunusedvar.cpp CheckUnusedVar: dont report false positives for extern variables 2012-06-28 17:22:56 +02:00
checkunusedvar.h
config.h
cppcheck.cpp Fixed #3643 (Preprocessor: Invalid configuration (macro is used in code)) 2012-07-10 20:29:04 +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 Renamed target name in VS10 solution for cppcheck lib to cppcheck-core. This fixes the failure when _re_building cppcheck. 2012-07-09 10:21:19 -07:00
cppcheck.vcxproj.filters
errorlogger.cpp Fixed #3442 (unmatchedSuppression can't be suppressed) 2012-07-13 08:29:49 +02:00
errorlogger.h Change every C version of 'size_t' to C++ 'std::size_t'. 2012-07-09 13:30:18 +02:00
executionpath.cpp
executionpath.h
lib.pri
mathlib.cpp
mathlib.h
path.cpp
path.h
pcrerules.pri
preprocessor.cpp Preprocessor: Made proper fix for #3690 2012-07-13 11:36:02 +02:00
preprocessor.h Fixed #3643 (Preprocessor: Invalid configuration (macro is used in code)) 2012-07-10 20:29:04 +02:00
settings.cpp Change every C version of 'size_t' to C++ 'std::size_t'. 2012-07-09 13:30:18 +02:00
settings.h
standards.h
suppressions.cpp Fixed #3797: _ is a valid character in suppression IDs 2012-07-06 09:16:43 -07:00
suppressions.h
symboldatabase.cpp Fixed parsing of C++11 initializatation in initializer list (#3957) 2012-07-10 06:15:11 -07:00
symboldatabase.h Change every C version of 'size_t' to C++ 'std::size_t'. 2012-07-09 13:30:18 +02:00
templatesimplifier.cpp Change every C version of 'size_t' to C++ 'std::size_t'. 2012-07-09 13:30:18 +02:00
templatesimplifier.h Change every C version of 'size_t' to C++ 'std::size_t'. 2012-07-09 13:30:18 +02:00
timer.cpp
timer.h
token.cpp Change every C version of 'size_t' to C++ 'std::size_t'. 2012-07-09 13:30:18 +02:00
token.h Refactoring: Renamed CheckNullPointer::isPointer to Token::isUpperCaseName 2012-06-21 19:00:53 +02:00
tokenize.cpp Fixed #3804 (False positive: Member not initialized (simplifyTokenList removes const on pointers)) 2012-07-16 07:28:59 +02:00
tokenize.h Implemented support for 'using namespace std;': Add std:: prefix to names that are known to be in std namespace. Simplify namespace (std::)tr1:: if C++11 flag is set. 2012-07-15 02:05:19 -07:00
tokenlist.cpp
tokenlist.h