cppcheck/lib
Slava Semushin 334eaa35ef lib/preprocessor.cpp: clean up code.
Improvements for: 092f64b77a

No functional change.
2009-11-22 01:14:29 +06:00
..
check.h
checkautovariables.cpp
checkautovariables.h
checkbufferoverrun.cpp Fix #995 (false positive: buffer access out of bounds when using fgets) 2009-11-21 15:45:52 +02:00
checkbufferoverrun.h
checkclass.cpp Uninitialized variables: detect uninitialized pointer array 2009-11-10 19:35:54 +01:00
checkclass.h
checkdangerousfunctions.cpp refactoring the folder structure 2009-10-25 12:49:06 +01:00
checkdangerousfunctions.h
checkexceptionsafety.cpp Fixed #883 (Add new command line argument --enable) 2009-11-15 15:24:33 +01:00
checkexceptionsafety.h Fixed #832 (Exception Safety: deallocating member pointer and then throwing exception) 2009-11-08 09:54:08 +01:00
checkheaders.cpp
checkheaders.h
checkmemoryleak.cpp Fixed #968 (False positive when TEMP_FAILURE_RETRY used) 2009-11-18 17:17:37 +01:00
checkmemoryleak.h Fixed #944 (new false positives against Wine Git Tree) 2009-11-14 09:06:28 +01:00
checkother.cpp Fixed 2009-11-15 20:26:07 +01:00
checkother.h uninitialized data: added more checking for allocated data 2009-11-07 09:10:15 +01:00
checkstl.cpp Fixed #931 (Invalid interator false positive with identical variable names) 2009-11-10 19:07:04 +01:00
checkstl.h
checkunusedfunctions.cpp
checkunusedfunctions.h
classinfo.h
cppcheck.cpp help screen updates for the --enable command (#883) 2009-11-15 15:36:57 +01:00
cppcheck.h
errorlogger.cpp
errorlogger.h
filelister.cpp
filelister.h
lib.pri
mathlib.cpp Fixed #891 (false positive: division by zero) 2009-11-15 19:07:36 +01:00
mathlib.h
preprocessor.cpp lib/preprocessor.cpp: clean up code. 2009-11-22 01:14:29 +06:00
preprocessor.h Fixed #982 (Preprocessor: detects and remove conditions which always true) 2009-11-21 19:53:07 +01:00
settings.cpp Fixed #883 (Add new command line argument --enable) 2009-11-15 15:24:33 +01:00
settings.h Fixed #883 (Add new command line argument --enable) 2009-11-15 15:24:33 +01:00
token.cpp Fix #947 (Errors not detected when size_t is used instead of int) 2009-11-12 23:31:13 +02:00
token.h
tokenize.cpp Fixed #988 (Tokenizer::simplifyDoWhileAddBraces(): don't add braces after "do" when it not a loop) 2009-11-21 20:46:17 +06:00
tokenize.h Fixed #982 (Preprocessor: detects and remove conditions which always true) 2009-11-21 19:53:07 +01:00