Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
AlgorithmCxxWork
/
cppcheck
Public
forked from
cppcheck-opensource/cppcheck
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cppcheck
lib
checkother.cpp
on
addon-error
User selector
All users
Datepicker
All time
Commit history
Commits on May 13, 2022
Fix #8004 unintentional semicolon in expression '.. ; +dostuff();' (#4109)
Show description for 52f507d
chrchr-github
authored
52f507d
View commit details
Copy full SHA for 52f507d
View code at this point
Browse repository at this point
Commits on May 9, 2022
Fix #10569 FN: duplicateExpression with multiple strings compared (#4087)
chrchr-github
authored
54f832a
View commit details
Copy full SHA for 54f832a
View code at this point
Browse repository at this point
Commits on May 5, 2022
Fix #11041 FN constVariable with array of pointers [regression] (#4080)
Show description for aebc080
chrchr-github
authored
aebc080
View commit details
Copy full SHA for aebc080
View code at this point
Browse repository at this point
Commits on May 4, 2022
FIx FN shadowVariable in static function (#4079)
Show description for 9a37992
chrchr-github
authored
9a37992
View commit details
Copy full SHA for 9a37992
View code at this point
Browse repository at this point
Commits on May 3, 2022
Fix #5210 C-style pointer casting not detected for casts to ** (#4075)
chrchr-github
authored
1e40a2e
View commit details
Copy full SHA for 1e40a2e
View code at this point
Browse repository at this point
Commits on Apr 29, 2022
Fix FP redundantPointerOp with macro (#4061)
Show description for e7afb30
chrchr-github
authored
e7afb30
View commit details
Copy full SHA for e7afb30
View code at this point
Browse repository at this point
Commits on Apr 28, 2022
Fix FP redundantPointerOp (#4058)
Show description for 8dbe699
chrchr-github
authored
8dbe699
View commit details
Copy full SHA for 8dbe699
View code at this point
Browse repository at this point
Commits on Apr 27, 2022
Fix #10991 FN: Redundant pointer operation (#4054)
chrchr-github
authored
034140e
View commit details
Copy full SHA for 034140e
View code at this point
Browse repository at this point
Commits on Apr 25, 2022
Fix FP with ptr to ptr const (#4050)
chrchr-github
authored
81f9b9b
View commit details
Copy full SHA for 81f9b9b
View code at this point
Browse repository at this point
Commits on Apr 15, 2022
added (partial) support for specifying C++23 and support more "-std" options (#3212)
firewave
authored
8f728cb
View commit details
Copy full SHA for 8f728cb
View code at this point
Browse repository at this point
Commits on Apr 13, 2022
Fix #10466 FP constVariable with pointer typedef (#4018)
Show description for 7721cd1
chrchr-github
authored
7721cd1
View commit details
Copy full SHA for 7721cd1
View code at this point
Browse repository at this point
cleaned up includes based on include-what-you-use (#4007)
Show description for 45158ec
firewave
authored
45158ec
View commit details
Copy full SHA for 45158ec
View code at this point
Browse repository at this point
Commits on Apr 6, 2022
Fix FP constStatement with comma operator (#3978)
Show description for b73aeed
chrchr-github
authored
b73aeed
View commit details
Copy full SHA for b73aeed
View code at this point
Browse repository at this point
Commits on Apr 4, 2022
Fix #10107 FP: duplicateValueTenary (#3969)
chrchr-github
authored
aae810d
View commit details
Copy full SHA for aae810d
View code at this point
Browse repository at this point
Commits on Apr 2, 2022
Fix regression FN constVariable with static arrays (#3965)
Show description for 7a7b3e4
chrchr-github
authored
7a7b3e4
View commit details
Copy full SHA for 7a7b3e4
View code at this point
Browse repository at this point
Commits on Mar 30, 2022
Fix FP constStatement with more complex expression (#3959)
chrchr-github
authored
c85e7e7
View commit details
Copy full SHA for c85e7e7
View code at this point
Browse repository at this point
Fix #10744 FP constVariable with static pointer (#3957)
chrchr-github
authored
47ba053
View commit details
Copy full SHA for 47ba053
View code at this point
Browse repository at this point
Commits on Mar 28, 2022
Fix #10918 FP constStatement with dynamic_cast (#3954)
chrchr-github
authored
49147f9
View commit details
Copy full SHA for 49147f9
View code at this point
Browse repository at this point
Fix FP constStatement ',' with Eigen, OpenCV etc. (#3950)
chrchr-github
authored
8d49fc2
View commit details
Copy full SHA for 8d49fc2
View code at this point
Browse repository at this point
Commits on Mar 27, 2022
Fix #10928, #10930 FP constStatement (#3946)
Show description for 63d96e4
chrchr-github
authored
63d96e4
View commit details
Copy full SHA for 63d96e4
View code at this point
Browse repository at this point
Commits on Mar 26, 2022
Fix #10923 FP constStatement with ptr to ptr to ptr (#3944)
Show description for 5ed5216
chrchr-github
authored
5ed5216
View commit details
Copy full SHA for 5ed5216
View code at this point
Browse repository at this point
Commits on Mar 25, 2022
Fix #10919 FP: constStatement with template type (#3941)
chrchr-github
authored
fe7d0ee
View commit details
Copy full SHA for fe7d0ee
View code at this point
Browse repository at this point
Fix #10870 FN constStatement with arrays (#3904)
chrchr-github
authored
e54ad24
View commit details
Copy full SHA for e54ad24
View code at this point
Browse repository at this point
Fix #10913 FP variableScope - vector referenced via iterator (#3936)
chrchr-github
authored
796ad6c
View commit details
Copy full SHA for 796ad6c
View code at this point
Browse repository at this point
Commits on Mar 22, 2022
Fix #8541 FP variableScope (std::for_each with lambda) (#3924)
chrchr-github
authored
39567ea
View commit details
Copy full SHA for 39567ea
View code at this point
Browse repository at this point
Commits on Mar 21, 2022
Fix #10888 FN variableScope with enum and struct (#3920)
Show description for 0e14750
chrchr-github
authored
0e14750
View commit details
Copy full SHA for 0e14750
View code at this point
Browse repository at this point
Commits on Mar 17, 2022
Fix #10886 FP: Label 'enum' is not used. [unusedLabel] (#3912)
chrchr-github
authored
297b0b5
View commit details
Copy full SHA for 297b0b5
View code at this point
Browse repository at this point
Fix #10873 FP constStatement with extra parentheses in function call (#3911)
Show description for 97ce569
chrchr-github
authored
97ce569
View commit details
Copy full SHA for 97ce569
View code at this point
Browse repository at this point
Commits on Mar 16, 2022
Fix #10877 FP constStatement with ternary and comma operator (#3905)
chrchr-github
authored
b8ba0ae
View commit details
Copy full SHA for b8ba0ae
View code at this point
Browse repository at this point
Commits on Mar 14, 2022
Fix #10868/#10869 FN: constStatement, handle unused character constants (#3898)
Show description for d3d40fd
chrchr-github
authored
d3d40fd
View commit details
Copy full SHA for d3d40fd
View code at this point
Browse repository at this point
Commits on Mar 12, 2022
removed unnecessary varid0 inline suppressions (#3893)
firewave
authored
757287b
View commit details
Copy full SHA for 757287b
View code at this point
Browse repository at this point
Fix #10865 FN: constStatementError, streamline error messages (#3892)
chrchr-github
authored
3df170c
View commit details
Copy full SHA for 3df170c
View code at this point
Browse repository at this point
Commits on Mar 11, 2022
constStatementError: don't warn for casts with possible side effects,… (#3885)
Show description for 7059312
chrchr-github
authored
7059312
View commit details
Copy full SHA for 7059312
View code at this point
Browse repository at this point
Commits on Mar 9, 2022
#8451: Add error message for unused casts, log unhandled errors (#3883)
Show description for 850ad0f
chrchr-github
authored
850ad0f
View commit details
Copy full SHA for 850ad0f
View code at this point
Browse repository at this point
Commits on Feb 23, 2022
Fix #10823 FP cstyleCast with function pointer and calling convention (#3853)
chrchr-github
authored
f53793c
View commit details
Copy full SHA for f53793c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.