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
test
on
localtime
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 25, 2022
Adjust test to avoid new warning
amai2012
authored
df05c92
View commit details
Copy full SHA for df05c92
View code at this point
Browse repository at this point
Commits on Mar 24, 2022
Fix #10698 FP uninitvar with new and braced initializer (#3934)
chrchr-github
authored
479af21
View commit details
Copy full SHA for 479af21
View code at this point
Browse repository at this point
valueFlowUninit: Handle arrays and pod types (#3917)
Show description for 4b40375
pfultz2
authored
4b40375
View commit details
Copy full SHA for 4b40375
View code at this point
Browse repository at this point
Commits on Mar 23, 2022
Fixed #10887 (compile database: include path with space is not handled)
danmar
committed
3bcbba5
View commit details
Copy full SHA for 3bcbba5
View code at this point
Browse repository at this point
Fix #10880 FP constStatement with init list in function call (#3929)
chrchr-github
authored
0d2af9a
View commit details
Copy full SHA for 0d2af9a
View code at this point
Browse repository at this point
gnu.cfg: Added support for getpw(). Ref.: https://man7.org/linux/man-pages/man3/getpw.3.html
orbitcowboy
committed
d376201
View commit details
Copy full SHA for d376201
View code at this point
Browse repository at this point
Fix FP uninitMemberVarPrivate with anonymous union (#3927)
chrchr-github
authored
e083069
View commit details
Copy full SHA for e083069
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
Fix #10875 FP constStatement with delete (#3926)
chrchr-github
authored
40c2687
View commit details
Copy full SHA for 40c2687
View code at this point
Browse repository at this point
Fix #10248 FP knownConditionTrueFalse static variable with direct initialization (#3922)
chrchr-github
authored
3faff5e
View commit details
Copy full SHA for 3faff5e
View code at this point
Browse repository at this point
Commits on Mar 21, 2022
Fix #10502 FP doubleFree (#3921)
chrchr-github
authored
18a7a80
View commit details
Copy full SHA for 18a7a80
View code at this point
Browse repository at this point
exename: Set proper exename when cppcheck is executed from PATH and argv[0] does not contain path information
danmar
committed
1fe7cd3
View commit details
Copy full SHA for 1fe7cd3
View code at this point
Browse repository at this point
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 19, 2022
Fix FP virtualCallInConstructor with function pointer (#3913)
chrchr-github
authored
2baf8f6
View commit details
Copy full SHA for 2baf8f6
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 #10841 FN uninitMemberVar when member is being used in constructor (regression) (#3909)
chrchr-github
authored
e073860
View commit details
Copy full SHA for e073860
View code at this point
Browse repository at this point
Fix 10843: FP: danglingTemporaryLifetime (#3908)
Show description for 40ff9ed
pfultz2
authored
40ff9ed
View commit details
Copy full SHA for 40ff9ed
View code at this point
Browse repository at this point
Fix #10872 FP constStatement with variable called std (#3906)
chrchr-github
authored
fb1170b
View commit details
Copy full SHA for fb1170b
View code at this point
Browse repository at this point
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 15, 2022
Replace tinyxml2_LIBRARY with tinyxml2_LIBRARIES (#3897)
gdsotirov
authored
33315b0
View commit details
Copy full SHA for 33315b0
View code at this point
Browse repository at this point
Fix #9303 FP uninitvar after lambda expression (#3903)
Show description for 1aff160
chrchr-github
authored
1aff160
View commit details
Copy full SHA for 1aff160
View code at this point
Browse repository at this point
Add tests for #9871, #10144 (#3902)
Show description for f90a935
chrchr-github
authored
f90a935
View commit details
Copy full SHA for f90a935
View code at this point
Browse repository at this point
Commits on Mar 14, 2022
Fix #10516 FP for unused private function if address of function is taken (#3901)
chrchr-github
authored
200b098
View commit details
Copy full SHA for 200b098
View code at this point
Browse repository at this point
Fix #10451 syntaxError with typedef and lambda (#3900)
Show description for 6376bac
chrchr-github
authored
6376bac
View commit details
Copy full SHA for 6376bac
View code at this point
Browse repository at this point
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 13, 2022
Fix #8496 Clarify warnings for uninitMemberVar (#3760)
chrchr-github
authored
2eed660
View commit details
Copy full SHA for 2eed660
View code at this point
Browse repository at this point
Fix #10737 Regression: unusedStructMember (#3894)
Show description for 190506d
chrchr-github
authored
190506d
View commit details
Copy full SHA for 190506d
View code at this point
Browse repository at this point
Fix #10691 regressions with static variables and multiple assignments (#3895)
Show description for c3506b5
chrchr-github
authored
c3506b5
View commit details
Copy full SHA for c3506b5
View code at this point
Browse repository at this point
Commits on Mar 12, 2022
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
Partial fix for #9384 varid 0 with lambda (II) (#3889)
Show description for d1f740a
chrchr-github
authored
d1f740a
View commit details
Copy full SHA for d1f740a
View code at this point
Browse repository at this point
Fix #10852 FP unused struct member (inner struct in C code) (#3890)
Show description for 4c85ac0
chrchr-github
authored
4c85ac0
View commit details
Copy full SHA for 4c85ac0
View code at this point
Browse repository at this point
Fix 10851: False positive: known variable value below for loop (#3891)
Show description for ff90236
pfultz2
authored
ff90236
View commit details
Copy full SHA for ff90236
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
Fix FP missingOverride with unnamed parameters (#3887)
chrchr-github
authored
ffd9f9a
View commit details
Copy full SHA for ffd9f9a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.