An open API service providing commit metadata for open source projects.

GitHub / cppcheck-opensource/cppcheck / commits

SHA Message Author Date Stats
56400c29 fix #12605: internalAstError with C11 _Atomic() (#7311) Ludvig Gunne Lindström <l****m@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
8b70ee89 Fix #13644 (cppcheck build dir: hash should depend on cppcheck version) (#7310) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
c23c6f3e Fix #13642 FP functionConst with reinterpret_cast of member address (#7308) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
7a0804eb fix #13312: internalAstError for increment after label in lambda (#7309) Ludvig Gunne Lindström <l****m@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
3a2bf212 fix #13640: Missing AST for decltype expression (#7307) Ludvig Gunne Lindström <l****m@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
391a109d Fix #13637 Stack overflow in findShadowed() (#7306) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
2e4f6068 cleaned up some array length related code (#7283) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
a57e265f fix #13636: Syntax error for member access in noexcept (#7304) Ludvig Gunne Lindström <l****m@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
5ff116d1 fixed #13606/#13607 - consistently print (precise) float as such in ValueFlow... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
0593984b fixed #13627 - bail out on nested GUI projects instead of ignoring them silen... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
42d3df2d moved settings ownership out of `CppCheck` (#4964) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
8de99920 AUTHORS: Add the-risk-taker [ci skip] (#7303) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
16623a4a Document '--safety' option in help (#7300) Mateusz Patyk <m****k@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
c7609ded fix #13634: Syntax error with decltype in trailing return type (#7301) Ludvig Gunne Lindström <l****m@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
ad530b02 bump simplecpp to 1.3.2 (#7299) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
257fd5d3 Amend description of staticFunction in releasenotes.txt [skip ci] (#7292) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
3db72cf8 fix #13629: AST: syntax error reported for code 'virtual ~Foo() throw() = del... Ludvig Gunne Lindström <l****m@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
f4475217 fixed #13570 - PathMatch could no longer match a file after it tried to match... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
fe6a2e35 split suppressions from settings (#7284) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
abe99cb1 CmdLineParser: fixed overriding `--plist-output` with `--output-format` (#7288) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
b4ff60a5 Fixup #4626 (Write about new checker in releasenotes) [skip ci] (#7166) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
9cb299ba Fix #13521 (Duplicate warnings nullPointerOutOfMemory and ctunullpointer) (#7... Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
fd3e4583 clang_tidy.cmake: fixed check related to `triage` target (#7290) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
103fb2d6 fix #13561: Syntax error reported when a _Generic is used in if condition (#7... Ludvig Gunne Lindström <l****m@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
83c9a575 iwyu.yml: fixed merge error [skip ci] (#7287) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
fcda2d12 some `CmdLineParser`-related cleanups (#7105) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
a9f496cd platform.h: fixed `clang-analyzer-core.BitwiseShift` warnings and adjusted ty... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
ee6252d1 refs #13614 - iwyu.yml: run include-what-you-use on macOS [skip ci] (#7275) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
ba731647 refs #13617 - disallow using `--debug --xml` with multiple input files for no... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
cdf9d6d3 added optional parameter to `Path::exists()` to indicate if the existing path... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
7a9fc270 fixed #13323 - added CMake option `BUILD_TRIAGE` to control building of `tria... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
784401e8 Executor: adjusted some checks in `hasToLog()` (#7210) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
a4fdfe94 fixed #9992 - output `--debug --xml` completely in XML format (#7281) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
2d9f673c cleaned up includes based on include-what-you-use (#7279) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
de535996 astutils.cpp: moved `memoize()` helper to `utils.h` (#7257) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
54654b15 refs #13543 - added test showing duplicated whole program analysis findings (... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
4e59e90b Fix #13599 Bad configuration for std::clamp (#7273) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
81f0086e Fix #13236: False positive: unusedFunction reported when SLOT() is used in qt... olabetskyi <1****i@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
cd2e4e8e Fix #13095 nullptr dereference in simplifyUsing() (#7264) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
35f9925c removed usage of `emptyString` from error messages (#7251) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
90c464e1 Fix #13593 Template not simplified with global scope operator (#7267) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
1ffb72f8 replaced global `emptyString` used for const reference results with local ins... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
e7fb5946 fix #13592: False positive (regression): warning: printf format string requir... Ludvig Gunne Lindström <l****m@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
efef4842 Fix #13559: Tokenizer: remove simplification that converts 'int x(0)' to 'int... olabetskyi <1****i@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
fb8bd0eb Fix #12489 FN bufferAccessOutOfBounds with overlong strcat() parameter (regre... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
b9644e7f Add test for #9960 (#7266) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
48cc3568 fixed #11883 - CTU path information from build dir was not being used (#7202) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
0f754d1a fix #13585 & #13578: Stack overflow in findTokensSkipDeadAndUnevaluatedCode()... Ludvig Gunne Lindström <l****m@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
a7e9e687 fix #13362: Misra report on command line (#7096) Ludvig Gunne Lindström <l****m@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
aa6500a8 fixed #13147 - some CMake cleanups (#7260) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
69c0cbf3 daca2-download.py: add option --protobuf [ci skip] (#7261) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
0eb54ba7 Fix #13578 Crash in setParentExprId() (#7255) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
caa3b753 Fix #13576 FP: syntaxError when enum is initialized from lambda expression (#... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
5aecba26 Revert "Fix #9157 False negative: stlOutOfBounds, cast (#7233)" (#7254) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
a1a415db refs #13532 - removed unnecessary temporary output files with `--clang` (#7216) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
6b471b59 run all Qt-based tests (in CI) (#6916) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
2995c4b4 testrunner: cleaned up tests by using objects to pass the options (#7189) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
9544434c fixed #13351 - codeql-analysis.yml: limit `write` permissions to jobs (#7212) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
ceafb41d test-signalhandler: test SIGFPE / assert exitcodes (#7238) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
0608ef73 fix #13554 AST: function name in parentheses is not a cast 'result = (strtod)... Ludvig Gunne Lindström <l****m@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
54a9ba41 fixed #13343 - Bump `cmake_minimum_required()` to 3.13 (#7213) Even Rouault <e****t@s****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
a8a09a72 Fix #12900 FP useStlAlgorithm with assignment (#7247) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
06e76630 reduced unnecessary usage of `emptyString` (#7229) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
853b0c54 FileLister: removed test-only `recursiveAddFiles()` overload (#7241) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
6a46223f Fix #13566 fuzzing crash in ValueFlowAnalyzer::assume() (#7245) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
6b38f785 Fix #13494 fuzzing crash in getEnumType() (#7246) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
e32e2ba0 AUTHORS: Add artemis-gerrard-oxa [ci skip] (#7244) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
71814ffc Add PROTOBUF_PRAGMA_INIT_SEG to protobuf.cfg (#7243)
Co-authored-by: Artemis Meursault Gerrard <O****y@u****m>
Artemis Meursault Gerrard <a****d@o****h>
Committed by: GitHub <n****y@g****m>
over 1 year ago
a3c0c6ac Fix #12168 ValueType: wrong constness for expression 'array[0].port' (#7240) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
841baa30 Fix #9157 False negative: stlOutOfBounds, cast (#7233) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
b7d2a043 do not hard-code job number for MinGW/Cygwin builds in CI (#7239) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
960862be added tests for #11200 and #13508 (#7236) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
7002b454 wxwidgets.cfg: Improved support for more wxEvent*:GetId() functions (#7237) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
over 1 year ago
f966b1c7 Add tests for #10561, #10662 (#7235) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
204c821e Fix #13167 FP invalidLifetime when constructing string from c_str() (#7231) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
c59a00ed Fix #13564 Crash in simplifyTypedefCpp() (#7234) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
8f42596e Fix #13557: Tokenizer: Use same simplification for 'int x{0}' and 'int x(0)' ... olabetskyi <1****i@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
6d3b47cf fixed #13506 - fixed tokenizing of `+`-prefixed numbers in conditions (#7230) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
10bab826 Fix #13358: Add 'isFriend' to DumpFile (#7224) olabetskyi <1****i@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
bb81a66e fix #13553: SymbolDatabase: hasVirtualSpecifier not set in extern "C" scope (... Ludvig Gunne Lindström <l****m@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
5caaf9c8 Fix #11420 FN returnDanglingLifetime with auto (regression) (#7228) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
d7775119 fixed #11202/#11199/#11201/#12330/#12774 / refs #13508/#11200/#13506 - fixed ...
Co-authored-by: Paul Fultz II <p****2@y****m>
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
74da6552 Fix #10902 / #13560 FN danglingLifetime (stack address stored in static varia... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
1cce204f Fix #11393 FP danglingLifetime with pointer to pointer (#7226) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
df74fc08 Fix #13544 FN unreachableCode / Fixup #13491 FP unreachableCode for declarati... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
599f505b utils.cpp: simplified `splitString()` (#7215) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
a615a28a disabled installation of Qt dependencies in CI when we only require the heade... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
6ee9633f Fix #13550 Remove boostForeachError/checkboost.cpp (#7198) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
0e1166b9 fix #13551: Crash in checkStructMemberUsage() (#7217) Ludvig Gunne Lindström <l****m@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
7fe105ce fixed #13547 - codeql-analysis.yml: updated CodeQL GitHub actions / small cle... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
c7248eb5 CheckUninitVar: added missing `logChecker()` call in `analyseWholeProgram()` ... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
cdc8cee8 fix #13107: FP unusedStructMember with structured binding (#7177) Ludvig Gunne Lindström <l****m@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
46781df9 Fix #13537 FP passedByValue for template type (#7195) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
93fd8845 fixed #13363 - apply default signedness to char only (#7155) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
b901fbe9 small `Check::analyseWholeProgram()` related cleanup (#7203) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
11aef93e fixed #13420 - `Tokenizer` did not contribute to `--errorlist` (#7107) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
7dc579a9 fixed #13542 - added CLI option `--emit-duplicates` to allow showing duplicat... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
a5cf0dd2 Mention staticFunction in releasenotes.txt [skip ci] (#7206) Anton Lindqvist <a****n@b****e>
Committed by: GitHub <n****y@g****m>
over 1 year ago
8b29139f Detect C functions that can be declared with static linkage (#7127) Anton Lindqvist <a****n@b****e>
Committed by: GitHub <n****y@g****m>
over 1 year ago
27a45008 Fix #13472, #13516 FP unreachableCode (GNU inline function, custom loop macro... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago

← Back to repository