cppcheck/lib
seb777 f0229f7188 Replace the keyword C99 _Bool the bool keyword in the process of tokenization
See f29b7f9f08
2011-09-03 23:10:16 +02:00
..
check.h
check64bit.cpp enable: break out 'performance' and 'portability' from the 'style' id. Ticket: #3074 2011-09-03 15:30:30 +02: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 fix false positive introduced by previous false negative fix commit 2011-09-02 10:39:04 -04:00
checkautovariables.h fix #3064 (false negative: returning address of stack variable) 2011-08-31 21:36:31 -04:00
checkbufferoverrun.cpp move member variable lookup code from a check to the symbol database so it can be reused by other checks 2011-09-03 12:22:13 -04:00
checkbufferoverrun.h refactor CheckBufferOverrun::checkScope strncpy check and change experimental to inconclusive 2011-08-27 21:18:39 -04:00
checkclass.cpp fix #3051 (False positive: operator= should return reference (when function takes pointer argument)) 2011-08-28 11:14:15 -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 add support for deallocating memory with realloc 2011-08-30 23:42:11 -04:00
checkmemoryleak.h
checknonreentrantfunctions.cpp enable: break out 'performance' and 'portability' from the 'style' id. Ticket: #3074 2011-09-03 15:30:30 +02:00
checknonreentrantfunctions.h
checknullpointer.cpp Fixed #3065 (False positive: possible null pointer dereference: vi) 2011-09-03 19:43:27 +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 Replace the keyword C99 _Bool the bool keyword in the process of tokenization 2011-09-03 23:10:16 +02:00
checkother.h fix #3062 (false negative: Boolean variable is used in bitwise operation) 2011-09-02 17:19:06 -04:00
checkpostfixoperator.cpp enable: break out 'performance' and 'portability' from the 'style' id. Ticket: #3074 2011-09-03 15:30:30 +02:00
checkpostfixoperator.h
checkstl.cpp enable: break out 'performance' and 'portability' from the 'style' id. Ticket: #3074 2011-09-03 15:30:30 +02:00
checkstl.h
checkuninitvar.cpp Fixed #3058 (False positive: Uninitialized variable: data) 2011-09-03 18:53:14 +02:00
checkuninitvar.h
checkunusedfunctions.cpp
checkunusedfunctions.h
checkunusedvar.cpp add new (nothrow) support to CheckUnusedVar::checkFunctionVariableUsage 2011-08-31 06:39:39 -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 enable: break out 'performance' and 'portability' from the 'style' id. Ticket: #3074 2011-09-03 15:30:30 +02: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 move member variable lookup code from a check to the symbol database so it can be reused by other checks 2011-09-03 12:22:13 -04:00
symboldatabase.h another partial fix for #3063 (false negative: multi dimensional arrays not well supported) 2011-09-02 21:07:29 -04:00
timer.cpp
timer.h
token.cpp
token.h
tokenize.cpp Replace the keyword C99 _Bool the bool keyword in the process of tokenization 2011-09-03 23:10:16 +02:00
tokenize.h Fixed #3069 (False positive: Memory leak: data) 2011-09-03 20:45:48 +02:00