cppcheck/lib
PKEuS 8e5949c6ce Added several C++11 algorithms and containers to CheckStl
Added pattern "> %varid%" to CheckStl::stlBoundries()
Fixed message in checkOther (#1320)
2012-04-17 12:54:01 +02:00
..
check.h
check64bit.cpp
check64bit.h
checkassignif.cpp
checkassignif.h
checkautovariables.cpp Fixed #3594 (false positive: returning reference to auto variable) 2012-03-28 18:21:06 +02:00
checkautovariables.h
checkboost.cpp
checkboost.h
checkbufferoverrun.cpp Refactorizations: 2012-03-27 19:40:39 +02:00
checkbufferoverrun.h Refactorizations: 2012-03-27 19:40:39 +02:00
checkclass.cpp Improvements in checkclass.cpp: 2012-04-05 09:43:40 +02:00
checkclass.h Improvements in checkclass.cpp: 2012-04-05 09:43:40 +02:00
checkexceptionsafety.cpp
checkexceptionsafety.h
checkinternal.cpp
checkinternal.h
checkmemoryleak.cpp Reverted 81318b3f to get rid of #3669 false positives 2012-04-10 13:58:59 +02:00
checkmemoryleak.h Reverted 81318b3f to get rid of #3669 false positives 2012-04-10 13:58:59 +02:00
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h
checknullpointer.cpp Improved nullpointer check: 2012-04-02 12:12:02 +02:00
checknullpointer.h
checkobsoletefunctions.cpp
checkobsoletefunctions.h
checkother.cpp Added several C++11 algorithms and containers to CheckStl 2012-04-17 12:54:01 +02:00
checkother.h Fixed #3383: If there is an empty line between subsequent break statements, only issue a message for inconclusive checking 2012-04-05 10:38:29 +02:00
checkpostfixoperator.cpp
checkpostfixoperator.h
checkstl.cpp Added several C++11 algorithms and containers to CheckStl 2012-04-17 12:54:01 +02:00
checkstl.h Improved checks in CheckStl: 2012-04-04 19:40:28 +02:00
checkuninitvar.cpp
checkuninitvar.h Refactorizations: 2012-03-27 19:40:39 +02:00
checkunusedfunctions.cpp Fixed false negative in unused functions check when function returns reference 2012-04-09 11:00:31 +02:00
checkunusedfunctions.h
checkunusedvar.cpp Fixed #3687: Don't treat catched variables as local ones. 2012-03-26 21:19:42 +02:00
checkunusedvar.h
cppcheck.cpp New simplification: Remove 'extern "C"' from C++ code. 2012-04-16 16:25:04 +02:00
cppcheck.h Removed unused variable CppCheck::_errout. 2012-04-08 14:18:13 +02:00
errorlogger.cpp Refactorizations: 2012-04-06 18:16:59 +02:00
errorlogger.h
executionpath.cpp Fixed another memory leak in executionpath.cpp 2012-03-31 15:03:11 +02:00
executionpath.h
lib.pri
mathlib.cpp fixed ticket 3693. Added modulus operator to Mathlib + unittests. Added a test to checkother to ensure the testcase of ticket 3693 does not trigger an error message. 2012-04-12 14:02:09 +02:00
mathlib.h fixed ticket 3693. Added modulus operator to Mathlib + unittests. Added a test to checkother to ensure the testcase of ticket 3693 does not trigger an error message. 2012-04-12 14:02:09 +02:00
path.cpp Fixed crash when "-rp=" or "--relative-paths=" is given - print Error. 2012-04-14 14:44:15 +02:00
path.h Implemented #2990: Print relative paths if -rp or --relative-paths is given 2012-04-06 10:49:21 +02:00
pcrerules.pri
preprocessor.cpp Implemented #2990: Print relative paths if -rp or --relative-paths is given 2012-04-06 10:49:21 +02:00
preprocessor.h Fixed #3534 (Broken support for dollar signs in identifiers) 2012-03-27 19:35:41 +02:00
settings.cpp Removed deprecated cmdline options -s, --style, -a, --all, --auto-dealloc, --test-2-pass 2012-04-15 13:10:41 +02:00
settings.h Removed deprecated cmdline options -s, --style, -a, --all, --auto-dealloc, --test-2-pass 2012-04-15 13:10:41 +02:00
standards.h
suppressions.cpp
suppressions.h
symboldatabase.cpp Fixed #3661 (False positive: unusedPrivateFunction) 2012-04-09 11:19:19 +02:00
symboldatabase.h
templatesimplifier.cpp TemplateSimplifier: Allow that template parameter starts with :: 2012-04-15 18:15:36 +02:00
templatesimplifier.h
timer.cpp
timer.h
token.cpp Refactorized stringification of tokens: 2012-04-16 19:51:07 +02:00
token.h Refactorized stringification of tokens: 2012-04-16 19:51:07 +02:00
tokenize.cpp ticket 2669: added todo testcase 2012-04-17 00:31:32 +02:00
tokenize.h New simplification: Remove 'extern "C"' from C++ code. 2012-04-16 16:25:04 +02:00