cppcheck/lib
Robert Reif 6e78b51071 make all functions that call reportError names in checkbufferoverrun end in Error for consisentcy 2011-08-24 07:11:39 -04:00
..
check.h
check64bit.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
check64bit.h corrected a comment 2011-08-03 07:30:54 +02:00
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 partial fix for #3030 (Improve check: Returning pointer to local array variable with '&' pointer operator) 2011-08-20 15:08:30 -04: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 make all functions that call reportError names in checkbufferoverrun end in Error for consisentcy 2011-08-24 07:11:39 -04:00
checkbufferoverrun.h make all functions that call reportError names in checkbufferoverrun end in Error for consisentcy 2011-08-24 07:11:39 -04:00
checkclass.cpp fix #3040 (False positive - Technically the member function 'PSIPTable::SetSection' can be const.) 2011-08-22 20:34:00 -04: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 #3041 (false positive reported for error with id='deallocuse') 2011-08-23 23:18:47 +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 astyle formatting 2011-08-03 16:11:09 +02:00
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 Move Suppressions class to own source files. 2011-08-22 19:57:28 +03:00
errorlogger.h Move Suppressions class to own source files. 2011-08-22 19:57:28 +03:00
executionpath.cpp
executionpath.h
lib.pri Move Suppressions class to own source files. 2011-08-22 19:57:28 +03:00
mathlib.cpp
mathlib.h
path.cpp CLI: Warn if user tries to exclude header files. 2011-08-06 17:24:10 +03:00
path.h CLI: Warn if user tries to exclude header files. 2011-08-06 17:24:10 +03:00
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: allow that 'missingInclude' messages are suppressed with '--suppress=missingInclude' 2011-08-20 11:23:59 +02:00
preprocessor.h
settings.cpp Move Suppressions class to own source files. 2011-08-22 19:57:28 +03:00
settings.h Move Suppressions class to own source files. 2011-08-22 19:57:28 +03:00
suppressions.cpp Compile fix. 2011-08-22 20:21:25 +03:00
suppressions.h Add doxygen grouping for the new file. 2011-08-22 20:46:53 +03:00
symboldatabase.cpp fix a serious symbol database bug where parts of a function could be skipped 2011-08-23 20:12:29 -04:00
symboldatabase.h
timer.cpp
timer.h
token.cpp
token.h
tokenize.cpp Fixed #3032 (False positive: possible null pointer dereference (assignment in condition)) 2011-08-21 17:49:00 +02:00
tokenize.h fix #2999 (false positive: (style) Struct 'Fred' hides typedef with same name) 2011-08-14 18:06:05 -04:00