.. |
check.h
|
…
|
|
check64bit.cpp
|
Use "enabled" list for the style checking.
|
2011-08-07 10:28:52 +03:00 |
check64bit.h
|
…
|
|
checkassignif.cpp
|
Improve check: Tweaked the assignAndCompare to handle | also in addition to &
|
2011-08-19 16:10:09 +02:00 |
checkassignif.h
|
…
|
|
checkautovariables.cpp
|
Fixed #2975 (False positive: Return of the address of an auto-variable)
|
2011-08-10 18:16:31 +02:00 |
checkautovariables.h
|
Fixed #2969 (False positive: assign address of auto-var to function parameter, when function parameter is reassigned later)
|
2011-08-09 18:24:39 +02:00 |
checkbufferoverrun.cpp
|
fix #2986 (segmentation fault of cppcheck ( x[y] ))
|
2011-08-09 19:45:18 -04:00 |
checkbufferoverrun.h
|
…
|
|
checkclass.cpp
|
Use "enabled" list for the style checking.
|
2011-08-07 10:28:52 +03:00 |
checkclass.h
|
…
|
|
checkexceptionsafety.cpp
|
Use "enabled" list for the style checking.
|
2011-08-07 10:28:52 +03:00 |
checkexceptionsafety.h
|
…
|
|
checkmemoryleak.cpp
|
Fixed #3024 (False positive: memory leak for 'rc.bitmap' when rc is added to linux kernel list)
|
2011-08-20 09:17:34 +02:00 |
checkmemoryleak.h
|
…
|
|
checknonreentrantfunctions.cpp
|
Settings: Removed the --enable=posix option. Ticket: #2949
|
2011-08-14 09:45:53 +02:00 |
checknonreentrantfunctions.h
|
…
|
|
checknullpointer.cpp
|
Fixed #3023 (False positive: no possible null pointer dereference here: 'WARN_ON(!abc || abc->x == 0);')
|
2011-08-20 09:47:55 +02:00 |
checknullpointer.h
|
…
|
|
checkobsoletefunctions.cpp
|
Settings: Removed the --enable=posix option. Ticket: #2949
|
2011-08-14 09:45:53 +02:00 |
checkobsoletefunctions.h
|
…
|
|
checkother.cpp
|
move unused variable checks from checkother to checkunusedvar
|
2011-08-19 14:35:25 -04:00 |
checkother.h
|
move unused variable checks from checkother to checkunusedvar
|
2011-08-19 14:35:25 -04:00 |
checkpostfixoperator.cpp
|
Use "enabled" list for the style checking.
|
2011-08-07 10:28:52 +03:00 |
checkpostfixoperator.h
|
…
|
|
checkstl.cpp
|
convert CheckStl::if_find() to use the symbol database
|
2011-08-14 10:46:35 -04:00 |
checkstl.h
|
…
|
|
checkuninitvar.cpp
|
…
|
|
checkuninitvar.h
|
…
|
|
checkunusedfunctions.cpp
|
…
|
|
checkunusedfunctions.h
|
…
|
|
checkunusedvar.cpp
|
move unused variable checks from checkother to checkunusedvar
|
2011-08-19 14:35:25 -04:00 |
checkunusedvar.h
|
move unused variable checks from checkother to checkunusedvar
|
2011-08-19 14:35:25 -04:00 |
cppcheck.cpp
|
Cppcheck: allow that 'toomanyconfigs' are suppressed. show these messages by default even though 'information' hasn't been enabled.
|
2011-08-20 11:20:25 +02:00 |
cppcheck.h
|
Add command line option: --debug-fp ... If used, cppcheck will print out the code generating error into output stream.
|
2011-08-16 22:58:27 +03:00 |
errorlogger.cpp
|
…
|
|
errorlogger.h
|
…
|
|
executionpath.cpp
|
…
|
|
executionpath.h
|
…
|
|
lib.pri
|
Merge pull request #32 from rpavlik/qmake-configure-rules
|
2011-08-19 13:00:34 -07:00 |
mathlib.cpp
|
…
|
|
mathlib.h
|
…
|
|
path.cpp
|
…
|
|
path.h
|
…
|
|
pcrerules.pri
|
put the rules logic in its own .pri file, and allow easier override
|
2011-08-18 15:42:19 -05:00 |
preprocessor.cpp
|
Preprocessor: Added safety checks in case the code is corrupt. Related to ticket #2998
|
2011-08-14 18:35:34 +02:00 |
preprocessor.h
|
…
|
|
settings.cpp
|
Cppcheck: Don't show information messages about interrupted checking unless --enable=information has been given.
|
2011-08-19 22:32:57 +02:00 |
settings.h
|
Cppcheck: Don't show information messages about interrupted checking unless --enable=information has been given.
|
2011-08-19 22:32:57 +02:00 |
symboldatabase.cpp
|
fix #3013 (segmentation fault of cppcheck ( struct x : virtual y ))
|
2011-08-16 19:16:58 -04:00 |
symboldatabase.h
|
…
|
|
timer.cpp
|
…
|
|
timer.h
|
…
|
|
token.cpp
|
…
|
|
token.h
|
…
|
|
tokenize.cpp
|
fix #3006 (segmentation fault of cppcheck ( x < () < ))
|
2011-08-15 07:19:49 -04:00 |
tokenize.h
|
fix #2999 (false positive: (style) Struct 'Fred' hides typedef with same name)
|
2011-08-14 18:06:05 -04:00 |