cppcheck/lib
Daniel Marjamäki 3b8e9f5a2a Fixed #4899 (False positive on unused variable) 2013-09-03 17:02:46 +02:00
..
check.h Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
check64bit.cpp Reverted experimental changes for handling of lambda functions (#4919). 2013-07-31 09:58:31 +02:00
check64bit.h
checkassert.cpp Fixed #4937 (false positive: Assert calls a function which may have desired side effects) 2013-08-22 06:38:54 +02:00
checkassert.h Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
checkassignif.cpp AssignIf: Improved handling of function calls 2013-08-13 14:08:54 +02:00
checkassignif.h
checkautovariables.cpp Refactorization: Make use of Function::retDef where it makes sense 2013-09-03 11:40:43 +02:00
checkautovariables.h Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
checkbool.cpp "automatic conversion from iso-8859-1 formatting to utf-8" 2013-08-21 19:31:01 +00:00
checkbool.h Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
checkboost.cpp
checkboost.h Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
checkbufferoverrun.cpp Fixed #4974 (CheckBufferOverrun::writeOutsideBufferSize() too strict) 2013-08-25 18:46:07 +02:00
checkbufferoverrun.h Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
checkclass.cpp Refactorization: Make use of Function::retDef where it makes sense 2013-09-03 11:40:43 +02:00
checkclass.h Fixed #4676 (Duplicated inherited member check) 2013-08-20 06:29:19 +02:00
checkexceptionsafety.cpp
checkexceptionsafety.h Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
checkinternal.cpp
checkinternal.h Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
checkio.cpp CheckIO: Improved handling of function return type 2013-09-03 05:50:19 +02:00
checkio.h CheckIO: Improved handling of function return type 2013-09-03 05:50:19 +02:00
checkleakautovar.cpp astyle formatting 2013-07-28 11:53:49 +02:00
checkleakautovar.h
checkmemoryleak.cpp * Move system includes before local ones 2013-07-31 18:21:06 +03:00
checkmemoryleak.h Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h
checknullpointer.cpp Fixed FP: Null pointer dereference 2013-08-24 16:50:19 -03:00
checknullpointer.h Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
checkobsoletefunctions.cpp
checkobsoletefunctions.h
checkother.cpp reassign var: better handling of struct members 2013-08-15 16:13:58 +02:00
checkother.h Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
checkpostfixoperator.cpp
checkpostfixoperator.h Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
checksizeof.cpp "automatic conversion from iso-8859-1 formatting to utf-8" 2013-08-21 19:31:01 +00:00
checksizeof.h Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
checkstl.cpp SymbolDatabase: Renamed Variable::varId() to Variable::declarationId() to make it more clear how it works. 2013-07-20 12:31:04 +02:00
checkstl.h Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
checkuninitvar.cpp Fixed #4991: False Positive - Dangerous usage of 'arr' (not null-terminated) 2013-08-29 08:12:05 -03:00
checkuninitvar.h Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
checkunusedfunctions.cpp Fixed #3471 (Unused functions: take __attribute__((constructor)) in to consideration) 2013-08-30 06:27:46 +02:00
checkunusedfunctions.h Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
checkunusedvar.cpp Fixed #4899 (False positive on unused variable) 2013-09-03 17:02:46 +02:00
checkunusedvar.h Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
config.h
cppcheck.cpp CppCheck: Don't run preprocessor rules when --check-config is used 2013-08-31 18:38:52 +02:00
cppcheck.h astyle formatting 2013-08-31 13:17:15 +02:00
cppcheck.vcxproj Updated to latest TinyXML 2013-08-03 20:29:50 +02:00
cppcheck.vcxproj.filters Updated to latest TinyXML 2013-08-03 20:29:50 +02:00
errorlogger.cpp Use TinyXML to write XML files 2013-08-07 16:30:55 +02:00
errorlogger.h
executionpath.cpp
executionpath.h Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
lib.pri
library.cpp Library: added <formatstr> and <strz> to argument checks 2013-07-22 20:21:45 +02:00
library.h Added support for noreturn functions from library to CheckOther::checkUnreachableCode() 2013-08-06 02:11:59 -07:00
mathlib.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
mathlib.h
path.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
path.h
pcrerules.pri
preprocessor.cpp Preprocessor: Quicker response for --check-config. No 'normal' code is needed so skip it. 2013-09-01 07:13:48 +02:00
preprocessor.h Preprocessor: Quicker response for --check-config. No 'normal' code is needed so skip it. 2013-09-01 07:13:48 +02:00
settings.cpp
settings.h
standards.h
suppressions.cpp
suppressions.h Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
symboldatabase.cpp Fixed Function::retDef initialization: 2013-09-03 10:48:01 +02:00
symboldatabase.h Fixed #4999 (Crash with simple code snipped in rev ab30fa3) 2013-08-31 18:58:55 +02:00
templatesimplifier.cpp simplifyCalculations: Improved handling of casts (#4899) 2013-09-03 06:27:11 +02:00
templatesimplifier.h
timer.cpp
timer.h
token.cpp CheckIO: improved type info - keep track of original typename. 2013-08-31 06:26:39 +02:00
token.h CheckIO: improved type info - keep track of original typename. 2013-08-31 06:26:39 +02:00
tokenize.cpp Fixed #4860 (Segfault with another Clucene file) 2013-09-02 05:58:55 +02:00
tokenize.h Fixed #4911 (segfault, assignment in do ... while, 1.61dev) 2013-07-28 11:58:14 +02:00
tokenlist.cpp Fixed #3471 (Unused functions: take __attribute__((constructor)) in to consideration) 2013-08-30 06:27:46 +02:00
tokenlist.h
version.h Set version to 1.62 dev 2013-08-03 19:54:39 +02:00
version.rc