cppcheck/lib
Daniel Marjamäki aebedfb123 dmake: updated Makefiles 2012-05-20 12:04:47 +02:00
..
check.h Fixed #3357: 2012-05-06 10:37:41 -07:00
check64bit.cpp
check64bit.h
checkassignif.cpp
checkassignif.h
checkautovariables.cpp Fixed #3357: 2012-05-06 10:37:41 -07:00
checkautovariables.h Improved checkautovariables: 2012-03-01 18:38:20 +01:00
checkboost.cpp
checkboost.h
checkbufferoverrun.cpp Fix compiler warning about initialization order 2012-05-18 13:59:19 -04:00
checkbufferoverrun.h Changed the order of some structures in order to improve, even if for a bit, their padding. 2012-05-14 20:49:03 +02:00
checkclass.cpp Fixed: lib/checkclass.cpp:538:85: warning: declaration of ‘name’ shadows a member of 'this'. 2012-05-19 21:51:39 +02:00
checkclass.h Fixed: lib/checkclass.cpp:538:85: warning: declaration of ‘name’ shadows a member of 'this'. 2012-05-19 21:51:39 +02:00
checkexceptionsafety.cpp
checkexceptionsafety.h
checkinternal.cpp
checkinternal.h
checkio.cpp Splitted CheckIO from CheckOther. 2012-05-20 02:57:07 -07:00
checkio.h Splitted CheckIO from CheckOther. 2012-05-20 02:57:07 -07:00
checkmemoryleak.cpp Made some functions static or const according to cppcheck results 2012-05-17 01:33:24 -07:00
checkmemoryleak.h Made some functions static or const according to cppcheck results 2012-05-17 01:33:24 -07:00
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h
checknullpointer.cpp Improved parsing of functions that accept nullpointers but no uninitialized data (Fixed #3811) 2012-05-16 00:56:39 -07:00
checknullpointer.h
checkobsoletefunctions.cpp
checkobsoletefunctions.h
checkother.cpp Splitted CheckIO from CheckOther. 2012-05-20 02:57:07 -07:00
checkother.h Splitted CheckIO from CheckOther. 2012-05-20 02:57:07 -07:00
checkpostfixoperator.cpp
checkpostfixoperator.h
checkstl.cpp Fixed #3715 (false positive checking a map bounds) 2012-05-07 12:03:33 -07:00
checkstl.h
checkuninitvar.cpp Fixed #3708 (False positive: uninitialized variable (allocation, unknown nonpointer type)) 2012-05-14 18:34:39 +02:00
checkuninitvar.h
checkunusedfunctions.cpp
checkunusedfunctions.h
checkunusedvar.cpp Changed the order of some structures in order to improve, even if for a bit, their padding. 2012-05-14 20:49:03 +02:00
checkunusedvar.h
cppcheck.cpp Changed the order of some structures in order to improve, even if for a bit, their padding. 2012-05-14 20:49:03 +02:00
cppcheck.h Changed the order of some structures in order to improve, even if for a bit, their padding. 2012-05-14 20:49:03 +02:00
errorlogger.cpp Changed the order of some structures in order to improve, even if for a bit, their padding. 2012-05-14 20:49:03 +02:00
errorlogger.h Fixed initialization list usage according to cppcheck results 2012-05-18 07:57:11 -07:00
executionpath.cpp
executionpath.h
lib.pri dmake: updated Makefiles 2012-05-20 12:04:47 +02:00
mathlib.cpp Fixed #3747 (False 'boolean result in bitwise' message with 'mask' enums) 2012-05-16 18:48:33 +02:00
mathlib.h
path.cpp
path.h
pcrerules.pri
preprocessor.cpp Don't set Preprocessor::missingIncludeFlag if missingInclude warning is suppressed (#3487). 2012-05-16 02:59:45 -07:00
preprocessor.h
settings.cpp
settings.h Refactorizations: 2012-05-11 10:38:19 -07:00
standards.h
suppressions.cpp
suppressions.h
symboldatabase.cpp Fixed two compiler warnings spotted by edward-san (one of them was a real bug) 2012-05-17 08:29:32 -07:00
symboldatabase.h Fixed initialization list usage according to cppcheck results 2012-05-18 07:57:11 -07:00
templatesimplifier.cpp Fixed #3747 (False 'boolean result in bitwise' message with 'mask' enums) 2012-05-16 18:48:33 +02:00
templatesimplifier.h
timer.cpp Changed the order of some structures in order to improve, even if for a bit, their padding. 2012-05-14 20:49:03 +02:00
timer.h Changed the order of some structures in order to improve, even if for a bit, their padding. 2012-05-14 20:49:03 +02:00
token.cpp Changed the order of some structures in order to improve, even if for a bit, their padding. 2012-05-14 20:49:03 +02:00
token.h Fixed initialization list usage according to cppcheck results 2012-05-18 07:57:11 -07:00
tokenize.cpp Made some functions const according to cppcheck results 2012-05-17 02:54:17 -07:00
tokenize.h Made some functions const according to cppcheck results 2012-05-17 02:54:17 -07:00
tokenlist.cpp
tokenlist.h