Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Kea Kea
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 518
    • Issues 518
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 53
    • Merge requests 53
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source Projects
  • KeaKea
  • Issues
  • #213

Closed
Open
Created Nov 06, 2018 by Francis Dupont@fdupontDeveloper

Address cppcheck reports

On my macOS (cppcheck 1.85) I got ~1680 check_fails:

  • 360 syntax errors on TEST/TEST_F
  • 205 no explicit constructors
  • 881 missing overrides
  • 47 various styles (e.g. use STL algorithm, no copy constructor, no operator eq, variable scope)
  • 69 information (e.g. unmatched suppression, configuration not checked, too many configs)
  • 38 passed by value performance hints
  • 14 various performance hints (use initialization list, postfix operator, STL string find)
  • 26 duplicated inherited member warnings
  • 20 virtual call in constructor warnings
  • 15 null pointer warnings
  • 11 uninitialized member variable warnings
  • 1 identical condition after early exit warning
  • 1 identical inner condition warning
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking