Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / danmar/cppcheck issues and pull requests

#6846 - cleaned up includes based on include-what-you-use

Pull Request - State: closed - Opened by firewave about 2 months ago

#6845 - ValueFlow: extracted `valueFlowSymbolicOperators()` into separate file

Pull Request - State: closed - Opened by firewave about 2 months ago - 1 comment

#6844 - Fix #12888 fuzzing crash in getEnumType()

Pull Request - State: closed - Opened by chrchr-github about 2 months ago

#6843 - Update the syntax in reduce.py

Pull Request - State: closed - Opened by swasti16 about 2 months ago

#6840 - updated Qt in CI to 6.7.3

Pull Request - State: closed - Opened by firewave about 2 months ago - 2 comments

#6839 - Fix 13140: misra.py crash, guideline 9.2

Pull Request - State: closed - Opened by swasti16 about 2 months ago

#6838 - Fix 13143: False positive: misra 14.1 (i < n) && (x[i] > last)

Pull Request - State: closed - Opened by swasti16 about 2 months ago

#6836 - Multiline Pragma Directive False Positive

Pull Request - State: closed - Opened by nelsoncj-ibm about 2 months ago - 3 comments

#6835 - enabled `clang-analyzer-*` clang-tidy warnings

Pull Request - State: open - Opened by firewave about 2 months ago - 3 comments

#6833 - ValueFlow: extracted `valueFlowConditionExpressions()` into separate file

Pull Request - State: closed - Opened by firewave about 2 months ago - 3 comments

#6831 - Fix ref qualifiers for methods

Pull Request - State: open - Opened by danmar about 2 months ago

#6830 - Fix #13139 Assert failure in valueflow.cpp::setSymbolic()

Pull Request - State: closed - Opened by chrchr-github about 2 months ago - 2 comments

#6829 - Preprocessor: several cleanups

Pull Request - State: closed - Opened by firewave about 2 months ago

#6827 - Fix #13136 FN deallocuse with FILE*

Pull Request - State: closed - Opened by chrchr-github about 2 months ago

#6825 - fixed #13128 - apply enforced language with `--clang`

Pull Request - State: closed - Opened by firewave about 2 months ago

#6824 - refs #13128/#13129/#13130: test/clang/clang-import_test.py: test passthrough of options

Pull Request - State: closed - Opened by firewave about 2 months ago - 1 comment

#6823 - Fix #13126 FP deallocuse with fdopen()

Pull Request - State: closed - Opened by chrchr-github about 2 months ago

#6822 - fix #13117 FP: unusedFunction: The function 'f' is never used.

Pull Request - State: closed - Opened by ludviggunne about 2 months ago

#6821 - Fix #13119 FN: deallocuse (std::wcrtomb)

Pull Request - State: closed - Opened by chrchr-github about 2 months ago

#6820 - use libc++ in conjunction with Clang in CI

Pull Request - State: open - Opened by firewave about 2 months ago - 3 comments

#6817 - test/cfg/boost.cpp: added missing include for `BOOST_SCOPED_ENUM_DECL…

Pull Request - State: closed - Opened by firewave about 2 months ago - 2 comments

#6816 - scriptcheck.yml: fixated `pylint` version to avoid failures with newly introduced checks

Pull Request - State: closed - Opened by firewave about 2 months ago - 2 comments

#6815 - refs #12066 - build GUI release for Windows with CMake

Pull Request - State: open - Opened by firewave about 2 months ago - 4 comments

#6814 - scriptcheck.yml: fixated `pylint` version to avoid failures with newly introduced checks

Pull Request - State: closed - Opened by firewave about 2 months ago - 1 comment

#6812 - added more samples

Pull Request - State: closed - Opened by firewave 2 months ago - 1 comment

#6808 - test/cfg/boost.cpp: added missing include for `BOOST_SCOPED_ENUM_DECLARE_*`

Pull Request - State: closed - Opened by firewave 2 months ago - 1 comment

#6807 - Add support for std::complex (refs #11313)

Pull Request - State: closed - Opened by chrchr-github 2 months ago

#6806 - fix #11798: FP missingReturn on function with switch

Pull Request - State: closed - Opened by ludviggunne 2 months ago

#6804 - removed support for Python 2.7 / small cleanups

Pull Request - State: closed - Opened by firewave 2 months ago - 1 comment

#6803 - donate-cpu-server.py: added a preliminary clients report

Pull Request - State: closed - Opened by firewave 2 months ago

#6799 - astutils.cpp: fixed suboptimal string comparisons / small cleanup

Pull Request - State: closed - Opened by firewave 2 months ago - 7 comments

#6798 - fix #12207: FP variableScope with brace init

Pull Request - State: open - Opened by ludviggunne 2 months ago - 7 comments

#6797 - fix #10305 & #10699: FP unusedStructMember with aggregate initialization

Pull Request - State: open - Opened by ludviggunne 2 months ago - 3 comments

#6796 - Fix #13095 nullptr dereference in simplifyUsing()

Pull Request - State: closed - Opened by chrchr-github 2 months ago

#6795 - Fix #13094 internalError for function pointer typedef

Pull Request - State: closed - Opened by chrchr-github 2 months ago

#6792 - fix #11542: FP memleak when using memcpy() with pointer

Pull Request - State: open - Opened by ludviggunne 2 months ago - 3 comments

#6791 - refs #11342 - Library: avoid redundant lookups in `getarg()`

Pull Request - State: closed - Opened by firewave 2 months ago - 3 comments

#6790 - Fix #13085 FN: constVariablePointer for nested array access

Pull Request - State: closed - Opened by chrchr-github 2 months ago

#6789 - Update Japanese Translation (#6779)

Pull Request - State: closed - Opened by fu7mu4 2 months ago - 2 comments

#6788 - Add japanese tr

Pull Request - State: closed - Opened by fu7mu4 2 months ago - 1 comment

#6786 - Fix #13078 FP nullPointer with sqlite3_open_v2

Pull Request - State: closed - Opened by chrchr-github 2 months ago

#6785 - std.cfg: Added support for std::format_error

Pull Request - State: closed - Opened by orbitcowboy 2 months ago

#6784 - reduced size of `ValueFlow::Value`

Pull Request - State: open - Opened by firewave 2 months ago - 2 comments

#6783 - ValueFlow: extracted `valueFlowSwitchVariable()` into separate file

Pull Request - State: closed - Opened by firewave 2 months ago - 4 comments

#6781 - Fix #11430 internalAstError with using and functional-style cast

Pull Request - State: closed - Opened by chrchr-github 2 months ago - 1 comment

#6780 - fixed #13083 - correct addons and cfgs install locations (#6764)

Pull Request - State: closed - Opened by firewave 2 months ago

#6779 - Update Japanese Translation

Pull Request - State: closed - Opened by fu7mu4 2 months ago - 2 comments

#6778 - Fix #11750 (refactor ctu-info to generate fewer artifacts on disk)

Pull Request - State: closed - Opened by danmar 2 months ago - 23 comments

#6777 - CI: Run all github actions on commits in release branches

Pull Request - State: closed - Opened by danmar 2 months ago

#6776 - Fix cmake install path issue

Pull Request - State: closed - Opened by gzzi 2 months ago - 2 comments

#6774 - fix #8109: False positive: memory is freed twice (overloaded delete)

Pull Request - State: closed - Opened by ludviggunne 2 months ago - 2 comments

#6771 - Fix #13069 FN constVariable for multidimensional array

Pull Request - State: closed - Opened by chrchr-github 3 months ago

#6769 - importproject: fix reading of msvc std option

Pull Request - State: open - Opened by ludviggunne 3 months ago - 3 comments

#6767 - bumped simplecpp to 1.1.5 / improved testing (and output) / added TODOs

Pull Request - State: closed - Opened by firewave 3 months ago - 3 comments

#6764 - fixed #13083 - correct addons and cfgs install locations

Pull Request - State: closed - Opened by AMDmi3 3 months ago - 11 comments

#6763 - removed duplicated `ErrorPath*` aliases

Pull Request - State: closed - Opened by firewave 3 months ago

#6763 - removed duplicated `ErrorPath*` aliases

Pull Request - State: closed - Opened by firewave 3 months ago

#6762 - CI: Update Cppcheck Premium used for selfchecking to 24.9.0.1

Pull Request - State: closed - Opened by danmar 3 months ago

#6762 - CI: Update Cppcheck Premium used for selfchecking to 24.9.0.1

Pull Request - State: closed - Opened by danmar 3 months ago

#6761 - more `const_iterator` usage

Pull Request - State: closed - Opened by firewave 3 months ago - 2 comments

#6761 - more `const_iterator` usage

Pull Request - State: closed - Opened by firewave 3 months ago - 2 comments

#6760 - bumped version to 2.15.99/2.16

Pull Request - State: closed - Opened by firewave 3 months ago

#6760 - bumped version to 2.15.99/2.16

Pull Request - State: closed - Opened by firewave 3 months ago

#6759 - utilize `returns_nonnull` function attribute

Pull Request - State: closed - Opened by firewave 3 months ago - 1 comment

#6756 - ValueFlow: various small optimizations

Pull Request - State: open - Opened by firewave 3 months ago - 2 comments

#6751 - releasenotes: start new notes for 2.16 [ci skip]

Pull Request - State: closed - Opened by danmar 3 months ago

#6746 - win_installer: Update cfg file list

Pull Request - State: closed - Opened by danmar 3 months ago

#6743 - iwyu.yml: also run with libc++ [skip ci]

Pull Request - State: closed - Opened by firewave 3 months ago - 2 comments

#6742 - fixed #13129 - apply `--std` with `--clang` / fixed usage of `Standards::stdValue`

Pull Request - State: closed - Opened by firewave 3 months ago - 7 comments

#6741 - Formatting: Execute runformat

Pull Request - State: closed - Opened by danmar 3 months ago

#6741 - Formatting: Execute runformat

Pull Request - State: closed - Opened by danmar 3 months ago

#6740 - fix #13021: cmdline: validate option --std

Pull Request - State: closed - Opened by ludviggunne 3 months ago - 20 comments