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

#6737 - ValueFlow: some small cleanups

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

#6733 - test/cli/clang-import_test.py: create files in temporary folder / some cleanups

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

#6728 - TestIO: added missing testing of `Win32W`

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

#6716 - Fix #13004 (SymbolDatabase: Wrong overloaded function is called)

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

#6714 - Fix #12943 FP knownConditionTrueFalse with lambda in if condition

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

#6712 - Fix #13029 (Update checkers report: Misra C directives)

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

#6710 - Fix #13026 (Fix Coverity issues)

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

#6709 - Fix #12867 (Wrong ast: 'i{0}' in for loop init expression)

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

#6706 - GUI testing: Rename mainwindow.txt => mainwindow.md

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

#6705 - Fix #13008 (GUI: Crash when I try to recheck a file)

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

#6704 - test/CMakeLists.txt: bumped CTest timeout to accommodate `macos-*` runner slowness

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

#6702 - CI: remove unneeded cppcheck premium suppressions

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

#6700 - programmemory.cpp: avoid some unnecessary copies in `Executor::executeImpl()`

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

#6698 - Fix #13017 (GUI: Problems to execute python scripts)

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

#6697 - avoid using temporary objects in `followAllReferences()`

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

#6696 - use `pytest-xdist` to utilize multiple workers for Python tests

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

#6694 - Fix #13015 (CI: Test typedef-info output)

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

#6693 - changed `ccache-action` GitHub action to `v1.2` for most workflows

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

#6692 - updated fixture costs for CTest

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

#6691 - refs #12080 - testrunner: do not create test implementation until it is used

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

#6690 - Fix #13013: Add isFunctionPointer to typeDef-info

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

#6688 - Safety: Use proper ref specifiers on methods that returns reference to members

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

#6687 - Fix #13001 knownConditionTrueFalse with QVector::append()

Pull Request - State: open - Opened by chrchr-github 3 months ago - 1 comment

#6686 - Fix #13009: Add valueType-originalTypeName

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

#6684 - cleaned up stream includes based on include-what-you-use

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

#6682 - Refactoring: Use NOEXCEPT for swap methods

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

#6681 - Code cleanup: Use c++ type std::uintptr_t

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

#6680 - Code cleanup: Remove unused object

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

#6679 - CI: clarify cppcheck premium selfcheck suppressions

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

#6678 - fixed #13133 - removed deprecated Qt5 support

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

#6677 - Ticket 11403: Added tests

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

#6675 - Fix #12998 FP knownConditionTrueFalse with QString::split()

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

#6674 - Fix #12999: Improve smart_pointer ValueType assignment

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

#6672 - enabled `bugprone-unused-return-value` clang-tidy warnings

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

#6671 - Fix #12996 FP memleak after checking for failure

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

#6668 - Fix #12991 Fix build on Windows for ARM64

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

#6667 - Fix #12993 FP containerOutOfBounds with array of strings

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

#6666 - Fix #12941 Dynamic cast wrong logic

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

#6664 - ValueFlow: extracted analyzers to `vf_analyzers.{cpp|h}`

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

#6663 - Amend fix for #12987

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

#6662 - Ticket 12966 added regression test

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

#6658 - run `test/cli` Python tests from root dir now they are location-independent

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

#6657 - CI: check our code with misra c++ 2023

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

#6656 - Fix #12989: Honor attribute cleanup in unusedFunction

Pull Request - State: closed - Opened by mptre 4 months ago - 1 comment

#6654 - Fix #12974 FN functionConst with std::as_const()

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

#6653 - ProgramMemory: no longer offer mutable iterators

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

#6652 - ProgramMemory: avoid unnecessary copy in `erase_if()`

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

#6651 - programmemory.cpp: avoid calls to non-const `at()` / added `utils::as_const()`

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

#6650 - Enhance Efficiency, Readability, and Performance in Various Cppcheck Modules

Pull Request - State: open - Opened by merttozer 4 months ago - 1 comment

#6649 - updated CI to Clang 20

Pull Request - State: open - Opened by firewave 4 months ago - 1 comment

#6647 - astutils.cpp: always inline `isMutableExpression()` with Clang

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

#6646 - ProgramMemory: only copy `mValues` on write

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

#6644 - Update AUTHORS [skip ci]

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

#6643 - Revert "ValueFlow: extracted `ValueFlowAnalyzer` into separate file"

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

#6641 - findtoken.h: make sure code is being matchcompiled

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

#6640 - ValueFlow: extracted `ValueFlowAnalyzer` into separate file

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

#6634 - CppCheck: small `AnalyzerInformation` usage cleanup

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

#6632 - fixed #12516 - added a preliminary tuning guide [skip ci]

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

#6630 - Fix #12958 Stack overflow with using namespace

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

#6629 - programmemory.cpp: avoid unnecessary `infer()` calls in `Executor::executeimpl()`

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

#6628 - avoid duplicated evaluation in `ProgramMemoryState::removeModifiedVars()`

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

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

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

#6626 - gnu.cfg: Added configuration for get_current_dir_name().

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

#6624 - test/cli/other_test.py: fixed `unused-variable` pylint warning

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

#6623 - astutils.cpp: perform lighter checks first in `isMutableExpression()`

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

#6621 - Add test for #12391

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

#6618 - CI-unixish.yml: show check time for each file in selfcheck

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

#6617 - ValueFlow: extracted even more code into separate files

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

#6616 - Add tests for #12592, #12786, #12908

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