.. |
CMakeLists.txt
|
…
|
|
analyzerinfo.cpp
|
…
|
|
analyzerinfo.h
|
…
|
|
astutils.cpp
|
…
|
|
astutils.h
|
…
|
|
check.cpp
|
…
|
|
check.h
|
…
|
|
check64bit.cpp
|
minor update of 64-bit checker
|
2017-03-30 10:07:25 +02:00 |
check64bit.h
|
…
|
|
checkassert.cpp
|
Fix some typos in comments (found by codespell)
|
2016-11-27 11:40:42 +01:00 |
checkassert.h
|
…
|
|
checkautovariables.cpp
|
…
|
|
checkautovariables.h
|
…
|
|
checkbool.cpp
|
…
|
|
checkbool.h
|
…
|
|
checkboost.cpp
|
…
|
|
checkboost.h
|
…
|
|
checkbufferoverrun.cpp
|
…
|
|
checkbufferoverrun.h
|
…
|
|
checkclass.cpp
|
…
|
|
checkclass.h
|
…
|
|
checkcondition.cpp
|
…
|
|
checkcondition.h
|
…
|
|
checkexceptionsafety.cpp
|
Comment spelling fixes
|
2017-02-28 12:22:59 +01:00 |
checkexceptionsafety.h
|
astyle formatting
|
2016-08-24 12:43:45 +02:00 |
checkfunctions.cpp
|
…
|
|
checkfunctions.h
|
…
|
|
checkinternal.cpp
|
…
|
|
checkinternal.h
|
…
|
|
checkio.cpp
|
Fix Cppcheck warnings about mismatching function argument names
|
2017-04-01 09:31:27 +02:00 |
checkio.h
|
…
|
|
checkleakautovar.cpp
|
Refactorization: Allocate Token::_values (ValueFlow information) dynamically, reducing size of each token by around 10%
|
2017-03-27 18:48:34 +02:00 |
checkleakautovar.h
|
Added new attribute "arg" to <alloc> and <dealloc> to specify the argument that is allocated/deallocated.
|
2016-05-22 17:19:14 +02:00 |
checkmemoryleak.cpp
|
…
|
|
checkmemoryleak.h
|
…
|
|
checknullpointer.cpp
|
…
|
|
checknullpointer.h
|
Fix Cppcheck warnings about mismatching argument names
|
2017-04-01 10:34:53 +02:00 |
checkother.cpp
|
…
|
|
checkother.h
|
lib: fix a bunch of warnings about differing function arguments in definition and declaration.
|
2017-04-03 00:06:46 +02:00 |
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
…
|
|
checksizeof.cpp
|
…
|
|
checksizeof.h
|
…
|
|
checkstl.cpp
|
…
|
|
checkstl.h
|
…
|
|
checkstring.cpp
|
…
|
|
checkstring.h
|
…
|
|
checktype.cpp
|
…
|
|
checktype.h
|
…
|
|
checkuninitvar.cpp
|
Refactorization: Allocate Token::_values (ValueFlow information) dynamically, reducing size of each token by around 10%
|
2017-03-27 18:48:34 +02:00 |
checkuninitvar.h
|
…
|
|
checkunusedfunctions.cpp
|
There is no need to clear a class member string in the Ctor.
|
2016-12-27 21:20:17 +01:00 |
checkunusedfunctions.h
|
…
|
|
checkunusedvar.cpp
|
Refactorization: Allocate Token::_values (ValueFlow information) dynamically, reducing size of each token by around 10%
|
2017-03-27 18:48:34 +02:00 |
checkunusedvar.h
|
…
|
|
checkvaarg.cpp
|
…
|
|
checkvaarg.h
|
…
|
|
config.h
|
Removed non-standard code annotations with __attribute__
|
2016-01-09 09:33:56 +01:00 |
cppcheck.cpp
|
…
|
|
cppcheck.h
|
…
|
|
cppcheck.natvis
|
Added cppcheck.natvis file for human readable debug information in Visual Studio.
|
2017-01-22 10:21:29 +01:00 |
cppcheck.vcxproj
|
…
|
|
cppcheck.vcxproj.filters
|
…
|
|
cxx11emu.h
|
…
|
|
errorlogger.cpp
|
lib: fix a bunch of warnings about differing function arguments in definition and declaration.
|
2017-04-03 00:06:46 +02:00 |
errorlogger.h
|
…
|
|
importproject.cpp
|
Added 'endsWith' utility function. This will make compiling the democlient easier.
|
2017-04-01 18:14:18 +02:00 |
importproject.h
|
…
|
|
lib.pri
|
…
|
|
library.cpp
|
…
|
|
library.h
|
…
|
|
matchcompiler.h
|
…
|
|
mathlib.cpp
|
Added 'endsWith' utility function. This will make compiling the democlient easier.
|
2017-04-01 18:14:18 +02:00 |
mathlib.h
|
…
|
|
path.cpp
|
…
|
|
path.h
|
…
|
|
pathmatch.cpp
|
…
|
|
pathmatch.h
|
…
|
|
pcrerules.pri
|
…
|
|
platform.cpp
|
…
|
|
platform.h
|
…
|
|
preprocessor.cpp
|
…
|
|
preprocessor.h
|
…
|
|
settings.cpp
|
…
|
|
settings.h
|
…
|
|
standards.h
|
…
|
|
suppressions.cpp
|
…
|
|
suppressions.h
|
…
|
|
symboldatabase.cpp
|
…
|
|
symboldatabase.h
|
…
|
|
templatesimplifier.cpp
|
…
|
|
templatesimplifier.h
|
…
|
|
timer.cpp
|
…
|
|
timer.h
|
Update Makefile. Replace another NULL by nullptr
|
2016-05-07 17:35:00 +02:00 |
token.cpp
|
…
|
|
token.h
|
lib: fix a bunch of warnings about differing function arguments in definition and declaration.
|
2017-04-03 00:06:46 +02:00 |
tokenize.cpp
|
Tokenizer: Add --check-config warning for macro with semicolon in argument
|
2017-04-07 19:19:10 +02:00 |
tokenize.h
|
…
|
|
tokenlist.cpp
|
AST: Fix wrong handling of struct initialization, caused hang
|
2017-04-09 22:06:13 +02:00 |
tokenlist.h
|
…
|
|
utils.h
|
…
|
|
valueflow.cpp
|
…
|
|
valueflow.h
|
Improve Fix #6180 (Access of moved variable still allowed until function is called)
|
2016-12-17 16:42:46 +01:00 |
version.h
|
Set version to 1.78.99/1.79 dev
|
2017-04-05 11:24:26 +02:00 |
version.rc
|
…
|
|