.. |
bug-hunting
|
…
|
|
cfg
|
std.cfg: Added overlappingWriteFunction-check to wcsncat().
|
2021-07-16 14:30:49 +02:00 |
cli
|
test/cli: fixed missing returns in test cases
|
2021-07-04 18:25:19 +02:00 |
synthetic
|
…
|
|
testsuites
|
…
|
|
CMakeLists.txt
|
Add colors to CLI reporting (#3304)
|
2021-07-08 21:21:35 +02:00 |
options.cpp
|
Add colors to CLI reporting (#3304)
|
2021-07-08 21:21:35 +02:00 |
options.h
|
Add colors to CLI reporting (#3304)
|
2021-07-08 21:21:35 +02:00 |
precompiled.h
|
…
|
|
redirect.h
|
…
|
|
test.cxx
|
…
|
|
test64bit.cpp
|
…
|
|
testassert.cpp
|
…
|
|
testastutils.cpp
|
…
|
|
testautovariables.cpp
|
Fix 10308: danglingTemporaryLifetime confused by function parameter (#3292)
|
2021-06-09 09:21:03 +02:00 |
testbool.cpp
|
…
|
|
testboost.cpp
|
…
|
|
testbufferoverrun.cpp
|
Typos found by running "codespell" (#3324)
|
2021-07-02 17:41:51 +02:00 |
testbughuntingchecks.cpp
|
…
|
|
testcharvar.cpp
|
…
|
|
testclangimport.cpp
|
…
|
|
testclass.cpp
|
virtual call in constructor; warn when function is explicitly virtual
|
2021-07-11 11:03:31 +02:00 |
testcmdlineparser.cpp
|
Add colors to CLI reporting (#3304)
|
2021-07-08 21:21:35 +02:00 |
testcondition.cpp
|
Fixed #10363 (FP: compareValueOutOfTypeRangeError)
|
2021-07-16 19:08:08 +02:00 |
testconstructors.cpp
|
astyle formatting
|
2021-07-01 21:09:32 +02:00 |
testcppcheck.cpp
|
Add colors to CLI reporting (#3304)
|
2021-07-08 21:21:35 +02:00 |
testerrorlogger.cpp
|
…
|
|
testexceptionsafety.cpp
|
…
|
|
testexprengine.cpp
|
…
|
|
testfilelister.cpp
|
…
|
|
testfunctions.cpp
|
Running astyle [ci skip]
|
2021-07-17 08:19:04 +02:00 |
testgarbage.cpp
|
…
|
|
testimportproject.cpp
|
…
|
|
testincompletestatement.cpp
|
…
|
|
testinternal.cpp
|
…
|
|
testio.cpp
|
new check; file can not be opened for read and write access at the same time on different streams (misra rule 22.3)
|
2021-07-10 13:59:47 +02:00 |
testleakautovar.cpp
|
Fix MSVC build and some warnings (#3334)
|
2021-07-16 21:55:12 +02:00 |
testlibrary.cpp
|
…
|
|
testmathlib.cpp
|
…
|
|
testmemleak.cpp
|
…
|
|
testnullpointer.cpp
|
Fix 10326: Regression: ValueFlow; Wrong Uninit value after do while (#3312)
|
2021-07-03 09:12:26 +02:00 |
testoptions.cpp
|
…
|
|
testother.cpp
|
overlapping data; use the size value given by size-arg
|
2021-07-09 13:43:29 +02:00 |
testpath.cpp
|
…
|
|
testpathmatch.cpp
|
…
|
|
testplatform.cpp
|
…
|
|
testpostfixoperator.cpp
|
…
|
|
testpreprocessor.cpp
|
…
|
|
testrunner.cpp
|
Update Copyright
|
2019-06-29 07:49:14 +02:00 |
testrunner.vcxproj
|
Fix MSVC build and some warnings (#3334)
|
2021-07-16 21:55:12 +02:00 |
testrunner.vcxproj.filters
|
Remove TestSamples
|
2021-07-10 21:04:38 +02:00 |
testsimplifytemplate.cpp
|
…
|
|
testsimplifytokens.cpp
|
…
|
|
testsimplifytypedef.cpp
|
…
|
|
testsimplifyusing.cpp
|
fix #10335 (Type alias remains unknown with using) (#3323)
|
2021-07-02 06:19:26 +02:00 |
testsizeof.cpp
|
…
|
|
teststl.cpp
|
Evaluate container sizes in forward analysis (#3338)
|
2021-07-16 18:49:07 +02:00 |
teststring.cpp
|
…
|
|
testsuite.cpp
|
Fix colors in output of TestSamples (#3332)
|
2021-07-10 20:14:38 +02:00 |
testsuite.h
|
Add colors to CLI reporting (#3304)
|
2021-07-08 21:21:35 +02:00 |
testsummaries.cpp
|
…
|
|
testsuppressions.cpp
|
…
|
|
testsymboldatabase.cpp
|
…
|
|
testthreadexecutor.cpp
|
updated copyright year
|
2021-07-04 08:09:11 +02:00 |
testtimer.cpp
|
…
|
|
testtoken.cpp
|
…
|
|
testtokenize.cpp
|
Fix 10336: AST cyclic dependency on valid C++ code (#3331)
|
2021-07-09 07:22:24 +02:00 |
testtokenlist.cpp
|
…
|
|
testtokenrange.cpp
|
updated copyright year
|
2021-07-04 08:09:11 +02:00 |
testtype.cpp
|
…
|
|
testuninitvar.cpp
|
#9772: FP uninitvar: in cppcheck 2.1; Added a regression to test
|
2021-07-06 14:24:07 +02:00 |
testunusedfunctions.cpp
|
Fixed unit tests
|
2021-06-27 09:04:47 +02:00 |
testunusedprivfunc.cpp
|
…
|
|
testunusedvar.cpp
|
…
|
|
testutils.cpp
|
…
|
|
testutils.h
|
Add colors to CLI reporting (#3304)
|
2021-07-08 21:21:35 +02:00 |
testvaarg.cpp
|
…
|
|
testvalueflow.cpp
|
Fix 10353: FP knownConditionTrueFalse with conditional assignment (#3333)
|
2021-07-10 07:35:16 +02:00 |
testvarid.cpp
|
…
|
|