GitHub / cppcheck-opensource/cppcheck / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| eaac4a2c | fixated all usages of `hendrikmuhs/ccache-action` to `v1.2.11` for now (#5952) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| b9568a02 | valgrind.yml: temporarily disabled usage of debuginfod as the server is curre... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| f6b538e8 | Fix #12413 ( False positive on Misra 10.3 for bools ) (#5948) |
Aryan <5****d@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| a2ecf173 | fixed many `COPY_INSTEAD_OF_MOVE` Coverity warnings (#5944) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 68020502 | Fix #12412 (CI: Update Cppcheck Premium to 24.2.0) (#5946) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| faaabb1a | New check: eraseIteratorOutOfBounds (#5913) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| db3ce5e4 | ProgramMemory: avoid several unnecessary copies (#5943) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| a55ef103 | CI: do not run coverage on forks (#5941) |
Ilya Shipitsin <c****e@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| ee4c6b1d | Extend #12344 (cmdline: also allow cert-cpp-2016, misra-cpp-2008 and misra-cp... |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 02d518f4 | CI: add coverity scan scheduled (#5940) |
Ilya Shipitsin <c****e@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 51201053 | Detect duplicate defines in cfg (#5936) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| eed9c4d0 | bump simplecpp to 1.1.2 (#5939) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| e6ac5796 | bumped simplecpp to 1.1.1 (#5938) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 998ffe3c | Another fix for #12393 Stack overflow in accumulateStructMembers() (#5934) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 63ac630d | forwardanalyzer.cpp: Fix typo (#5937) |
nyako <3****o@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| de4516bf | wxwidgets.cfg: Removed duplicates (#5935) |
orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 30e34e26 | Fix #12389 (GUI: premiumaddon is not executed properly anymore) (#5923) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| c521dcbd | settings.cpp: Update autosar+cert+misra checkers mappings (#5933) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| cc27df3e | gnu.cfg: Remove duplicate define (#5931) |
orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| e3f06760 | testrunner: reduced usage of mutable `Settings` / some cleanups (#5909) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| f4031778 | Fix #12395 debug: SymbolDatabase couldn't resolve all user defined types with... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| a1b12938 | Fix #12399 FP doubleFree for fclose in macro with __typeof__ (#5928) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 6f6ede7c | Fix #12396 FP nullPointer for pthread_create with function type cast (#5927) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 5c59d860 | Fix #12403 FP mallocOnClassWarning for RAII class (#5930) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 47c3ad1b | Partial fix for #12387 FP unsignedLessThanZero for template type (#5922) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| c252427d | Fix #12084, #12392 FP constStatement, duplicateExpression with macro (regress... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 63758803 | Fix #12393 Stack overflow in accumulateStructMembers() (#5926) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| f82790db | Fix #12362: False positive: misra 8.7: taking function by address is not reco... |
Swasti Shrivastava <3****6@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 593cf5f8 | Fix #12390 FP selfAssignment for unknown struct member (#5924) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| d6bca49e | updated CI to Clang 18 (#5305) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 06c83638 | Fix #11469 FP mismatchingContainerExpression warning (#5912) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 485df989 | Fix #12266 (Performance: valueFlowCondition slowdown) (#5837) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| f3bcfd53 | small Python-related CMake cleanup (#5916) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| bef9e73e | Fix #11067 FP mismatchingContainerIterator with container holding iterators (... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 90d7f725 | Fix 12060: calculate sizeof(struct) (#5919) |
Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 381360ba | windows.cfg: Added constants from <winreg.h>. (#5917) |
orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| cecbe189 | CI-unixish-docker.yml: fixate `hendrikmuhs/ccache-action` on `1.2.11` to fix ... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| deafea33 | Fix #12381 (GUI: The Id column should be shown by default) (#5914) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 88e4f2ed | Fix #12131: No warning for missing override specifier for virtual function wi... |
olabetskyi <1****i@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| a7086c57 |
fixed #12378 FN containerOutOfBounds with scope operator / Library: cleaned u...
Co-authored-by: chrchr <c****h@l****m> |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| ab933629 | Improve mismatchingContainerIterator message (#5897) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 915824a3 | Revert "removed deprecated `--showtime=` value `top5` (#5904)" (#5906) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 2bd7737d | TestSymbolDatabase: reduced usage of mutable `Settings` (#5905) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| fd9af82a | removed deprecated `--showtime=` value `top5` (#5904) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| d0d56cd5 | removed deprecated platform type `Unspecified` (#5903) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 309aa8a3 | Fixed #12370 (Premium misra/cert/autosar: enable all corresponding checkers i... |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 7577ad6c | Fix #12375 (misra.py: cache --get-rule-text result from premiumaddon) (#5894) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 3cb0a31c | Fixed #12316 - partially revert "Fix two types of Clazy warnings (#5807)" (#5... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| b959c118 | Fixed #12369 (GUI: Compliance report for Misra C++ 2008) (#5900) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| d0a02bb9 | CppCheck: no need to preprocess markup files as they are not actual source co... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| e5d73761 | Fix #12287 FP uninitvar when passing address to function (#5899) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| bbf5efd9 | Fix #12368 FP constParameterReference with std::mutex (f'up to #5882) (#5898) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 59fde1e5 | Fix #12367 debug: SymbolDatabase couldn't resolve all user defined types. (re... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| f80effeb | Fix #10996 FN memleak suppressed for library function by (void) (#5891) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 6c0bb5e4 | Fix #12365 checkLibraryFunction for std::string constructor (#5893) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| cae6719b | properly reset `CheckUnusedFunctions` data in tests / made `CheckUnusedFuncti... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 303652c6 | Fix #12327 FP memleak when storing pointer in object / #12332 FN memleak for ... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| c8bc6f5f | Fix #12349, #12350, #12351 FN constParameterReference when taking const refer... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| c5b50ed9 | CheckUnusedVar: fixed potential crash with incomplete code in `doAssignment()... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 9c1b6432 | refs #12274 - made `test/cli/inline-suppress_test.py` location-independent (#... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 3d8e2ecd | Fix #12355 FP uninitvar, legacyUninitvar with direct array init (#5885) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| fa802ce7 | Fix #12356 FP containerOutOfBounds with boost::scoped_array (#5890) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| e5c2b66c | Fix #11511 FP mismatchingContainerIterator (#5886) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 7ee18765 | updated bundled TinyXML-2 to v10.0.0 (#5888) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| c996bdb9 | avoid most unchecked dereferences of `Settings` (#5878) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 98898372 | Refactor: helper function functionTypeToString() (#5889) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| b7a43ffb |
TestAstUtils: fixed consistency of language being used in `isSameExpressionTe...
Co-authored-by: chrchr-github <7****b@u****m> |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| e0769abb | improved testing of `unusedFunction` (#5880) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| c9259b2a | added `--template=simple` (#5879) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| d435abee | Fix #12353 FP duplInheritedMember on deleted method (#5881) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 85c3e095 | bumped simplecpp to 1.1.0 (#5883) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| d0150073 | pass `Settings` by reference into `Tokenizer` (#5857) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 48f8f82d | tools: moved `dmake` to its own folder (#5873) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| d5a054c6 | added `Path::identify()`/`Path::isHeader2()` and deprecated flawed `Path::isC... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 36319b3a | triage_version.py: suppress `checkersReport` for >= 2.13 (#5858) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| c1da4314 | fixed #12308 - adjusted Python test files to match pytest conventions (#5870) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| ac7a5096 | Fix #12288 FP: uninitvar (in place new) (#5859) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| bd34a334 | Fix #12340 FP knownConditionTrueFalse with typeid (#5877) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| c307d03a | Fix #12342 (Show premium autosar/misra/cert style issues even if --enable is ... |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| b397caa2 | Fix #12344 (cmdline: better validation of premium options) (#5875) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 09189b81 | Fix #12338 "Analysis failed (lambda not recognized)" with trailing type in la... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 14e540a2 | Fix #12341 (If --premium=safety is used then go to "safety mode". do not over... |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 3fb85f96 | Fix #12335 FP checkLibraryFunction for incorrect scope (#5868) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 2f606e96 | Improve support for std::priority_queue, std::tie (#5871) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| e77da436 | initializerList: argument name in error message (#5867) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| e2a2c565 | TestSuppressions: added missing asserts (#5866) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| d008dddf | Fix FP initializerList for constructor args (#5865) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 5ef846af |
Add maybe_unused to dumpFile (#5863)
Co-authored-by: Oleksandr Labetskyi <l****h@g****m> |
olabetskyi <1****i@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 30397f0d | Fix FP initializerList with static member (#5864) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 9fceba4f | Fix FP initializerList with base member (#5862) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| c2116656 | Fix #12322 detect usage of partially-initialized object in constructor (#5851) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 8903f0e4 | daca: Add compare-normal-exhaustive.py script to compare normal and exhaustiv... |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 08d754d5 | ClangImport: avoid unchecked pointer dereferences (#5856) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 30ca8e11 | moved `Language` from `settings.h` to `standards.h` (#5854) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| bbd2b2aa | cleaned up includes based on `include-what-you-use` (#5855) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 81700b48 | some `TokenList` cleanups (#5848) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 328f98b3 | test/cli/test-other.py: Fix test_showtime_top5_file. (#5847) |
Maarten van der Schrieck <m****n@t****l>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| e3b3048d | test/helpers:h: fixed initialization order in `givenACodeSampleToTokenize` (#... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 71212c7d | std.cfg: Added support for invalidFunctionArg check to tgamma(). (#5850) |
orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 32cabecc | Add support for InvalidFunctionArg lgamma() (#5845) |
orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m> |
over 2 years ago |