GitHub / cppcheck-opensource/cppcheck / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 640b5616 | Fix #11995 FP passedByValue when variable is moved from (#5455) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 0c51977f | Fix valueFlowBailoutIncompleteVar for cast and template args (refs #10045) (#... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| df4457e8 | Use intrinsics for source location if available (#5449) |
Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 50ba5061 |
Fix #11438 MathLib error on user defined literals (#5448)
Co-authored-by: gerboengels <g****b@g****g> |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 79e8735d | cli: update --help output, premium has full cert c++ coverage (#5450) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 5a21851b | Fix #11981 internalAstError with using declaration (#5446) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 775af5ec | Add test for simplecpp#314 (#5438) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| e6632d93 | Fix 11983: False positive: uninitialized variable (#5443) |
Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 11e5c110 | AUTHORS: Add markhermeling [skip ci] | Daniel Marjamäki <d****i@g****m> | almost 3 years ago | |
| 6e6b3747 | Fix copy-paste-error (#5444) |
Mark Hermeling <m****k@h****g>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| a1078f44 | Fix 11980: False positive returnDanglingLifetime returning pointer to stack a... |
Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 844ed2bf | Fix #11421 FP shiftTooManyBits with 64bit enum (#5406) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 7d1423c5 | Fix #11975 (SymbolDatabase: findFunction does not find the correct function) ... |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 523c41a6 | Fix #11978 debug: Executable scope 'x' with unknown function. (#5437) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 5eb1750a | moved some standard stuff from `avr.cfg` to `std.cfg` (#5421) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 1c8edbfe | bump simplecpp (#5441) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 98ce46a3 | fixed #11919 - Removed deprecated command-line options `--template <template>... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| a87e9e10 | Consider pcre debug suffix for Windows (#5429) |
Martin Delille <m****n@d****g>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 18ee8597 | Fix #11976 FP incorrectStringBooleanError in assert (#5415) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 02b836ba | do not pass POD types by reference (based on clazy `function-args-by-value` c... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| e7dd490f | adjusted tests to reduce the amount of `friend` declarations necessary (#5435) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| b31860b7 | fixed #11925 (build slowest files first) (#5419) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 1b5b74d1 | Fix FP knownArgument (f'up to #11927) (#5434) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 9b3b4777 | specify `gnu` library in selfcheck (#5436) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| c6721688 | Fix #11929 FP knownPointerToBool with dynamic_cast (#5416) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| cbbf500c | Fix valueFlowBailoutIncompleteVar for init list (refs #10045) (#5433) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| aa281501 | Fix #11923 FN unreadVariable (regression) (#5409) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 639a4131 | changed `bool_to_string()` to return `const char*` instead and use it in more... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| bbe45ff0 | cleaned up access of the check classes (#5387) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 64cd09ab | fixed #11917 (Default to `native` platform in Windows builds) (#5428) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| fe46bd3f | Fixed #11974 (Add critical error id premium-invalidLicense) (#5431) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 87719121 | Fixed #11908 (SymbolDatabase: array not parsed properly 'int (**rs)[32]') (#5... |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| f9b18bc9 | Fix FP (regression): Resource handle 'fd' freed twice. [doubleFree] (#5424) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 4fa1c7d5 | 2.12.99: Set versions (#5427) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 6b1f17aa | createrelease: Updated release procedure | Daniel Marjamäki <d****i@g****m> | almost 3 years ago | |
| c816aeca | releasenotes.txt: start new notes for 2.13 | Daniel Marjamäki <d****i@g****m> | almost 3 years ago | |
| 2a4d7f7c | daca: use 2.12.0 as old version | Daniel Marjamäki <d****i@g****m> | almost 3 years ago | |
| cc68d6ec | createrelease: use tag 2.x.0. ensure version.txt does not point out premium v... | Daniel Marjamäki <d****i@g****m> | almost 3 years ago | |
| bdbd886f | Add Japanese for Sep 6th 2023 [skip ci] (#5422) |
Tomo Dote <f****4@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 885f9bdd | createrelease: add comment to check that CI is happy before tagging the relea... | Daniel Marjamäki <d****i@g****m> | almost 3 years ago | |
| 91070ca7 | utils.h: added `startsWith()` and started using it (#5381) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 51d17587 | fixed #11930 (Create daca report for `valueFlowBailoutIncompleteVar`) (#5417) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 3cbbb773 | fixed #11926 (Treat MacOS filesystem as case insensitive) / TestPath: added m... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 4d5e84aa | Partial fix for #11927 FP knownArgument with unknown function type (#5413) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| e4f92f69 | Fix #10837 crash/hang in expandTemplate (#5410) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 7a79366b | Fix #11914 Crash when checking widelands (#5404) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 03026c73 | Fix #11915 Assert failure in getTemplateNamePosition() (#5403) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 48a7a43e | AUTHORS: Add Ryan M. Lederman | Daniel Marjamäki <d****i@g****m> | almost 3 years ago | |
| cb955ff9 | AUTHORS: Add ericLemanissier | Daniel Marjamäki <d****i@g****m> | almost 3 years ago | |
| 4739ac84 | Update copyright year | Daniel Marjamäki <d****i@g****m> | almost 3 years ago | |
| 6cfe3349 | GUI: run lupdate to update translations | Daniel Marjamäki <d****i@g****m> | almost 3 years ago | |
| ce780177 | fixed #11910 - removed Visual Studio x86 targets from project files and build... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| c068c74e | CI-mingw.yml: use pre-installed MinGW / also use `lld` and `ccache` for faste... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 3ac89468 | Fix #11911 (GUI: provide suppressions when creating the compliance report) (#... |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 68171136 | Ticket #11897. Write Autosar/Cert C/Cert C++/Misra C++ in the checkers report... |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| fd12baaf | Fix 11898: FP knownEmptyContainer (#5394) |
Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| ffbcfae9 | Fix 11889: FP knownArgument with array element (#5395) |
Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 6c0a5a58 | Fix 11894: FPs knownArgument with sizeof and function pointer (#5396) |
Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 37b2e509 | CI-windows.yml: perform debug and release builds in separate jobs (#5392) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| bf5e6330 | avoid duplicated workflow invocations for pushes in PRs made from root reposi... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| ed5d03ee | createrelease: in release branches it's preferable that dmake is executed wit... |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 88a9119f | Fixed #11907 (False positive: uninitialized member (mutable member, const met... |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 204e75dc | Fixed #11909 (misra addon: rule 1.2 detect some gcc language extensions) (#5390) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| c3136dbc | Refactor: The code to generate id string from pointer can be simplified (#5382) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 85332b2a | Fixed #11904 (One more related fix for Scope::findFunction) (#5383) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 44c149e5 | Fix #11897 (Safety: show what checks are enabled/disabled) (#5378) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 22547bea | CI: Add test for #11649 (#5380) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 1b061564 | Fix #11904 (Scope::findFunction: better handling when non-virtual method with... |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| ad1caa81 | report `internalError` when command execution returns errorcode / also some r... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 0fadf9ed | sped up `Tokenizer::dump()` (#5009) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 98401a30 | AUTHORS: Add ev1313 | Daniel Marjamäki <d****i@g****m> | about 3 years ago | |
| b70e1df2 |
fix crash while checking misra_9 when initializing a union with {{0,0}} (#5250)
Co-authored-by: Tim Blume <t****l@s****e> |
Tim Blume <e****z@m****e>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| e7dd9cd7 | enabled `readability-use-anyofallof` clang-tidy warning / added more checks t... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 7c992ced | Fixed #11901 (Performance regression: large array with strings) (#5375) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| dac66711 | matchcompiler.h: fixed some clang-tidy warnings (#5374) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 9d1bb5a5 | CI-unixish-docker.yml: use `ubuntu:23.04` in `build_make` (#5373) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 276f017f | Partial fix for #11897 (Safety: show what checks are enabled/disabled) (#5372) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 4d18f3e6 | Fix use-after-free crash when using --clang (#5367) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 737e2f2f | Update AUTHORS [skip ci] (#5371) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| f6340c02 | Partial fix for #11894 FP knownArgument with function pointer (#5366) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 078e967a | qt library: Make Q_PROPERTY a variadic macro to avoid preprocessorErrorDirect... |
Valentin Batz <v****o@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 74ad7243 | Partial fix #11892 (Safety: status message when checkers are skipped) (#5368) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 6017c254 | Cppcheck: Remove dumpfile and filelist file using RAII class to avoid that th... |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 39499658 | Fix FP incorrectCharBooleanError with known condition (#5365) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 4654b656 | Fix #11890 FP uninitvar for address taken in init list (#5360) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 5a7c7b9b | Fix FP incorrectStringBooleanError with unknown macro (#5364) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 8cd61941 | Unified checks for unevaluated context (#5362) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 499f566e | got rid of duplicated file/directory existence implementations / improved err... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 0901e496 | refs #3450 (CLI --report-progress is currently useless) - added `--report-pro... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 73b9442e | Fix constParameterPointer regression (#5361) |
Anton Lindqvist <a****n@b****e>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| e35d5d3c | Fix #11882 (add --premium=misra-c-2023 option) (#5363) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 2adaafd2 | Fix 11887: FP knownPointerToBool with const_cast (#5357) |
Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 6ffe08c9 | Fix #11886 performance regression (hang) in 2.12dev (#5355) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| af46c68a | Fix FP incorrectStringBooleanError with macro (#5358) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 05a2d88e | Fix #11888 FP knownPointerToBool with incorrect overload match / FP unreadVar... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| d6beccc4 | fixed #11783 (Remove .plist files generated by unit tests) (#5312) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 18b526b0 | CI: Fix selfcheck cppcheck warnings (#5359) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 5a136c3f | Fix #11877 FP misra 10.4 On array member comparison (#5342) |
andymacg <1****g@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 5bb4c6f5 | Fix #11878 FP misra-c2012-18.7 on function pointer parameter with array-type ... |
andymacg <1****g@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| f91df64f | fixed some Clazy `level0` warnings (#5344) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago |