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
Accelerator
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
def
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 15, 2022
Import Project: Fix problem with define value with space
danmar
committed
ba9bcf0
View commit details
Copy full SHA for ba9bcf0
View code at this point
Browse repository at this point
Commits on Apr 14, 2022
Fix 10956: ValueFlow: Incorrect value when assigned to two variables (#4019)
Show description for 09597bc
pfultz2
authored
09597bc
View commit details
Copy full SHA for 09597bc
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
Fix #9648 FP sizeofDivisionMemfunc (#4017)
Show description for 8203c74
chrchr-github
authored
8203c74
View commit details
Copy full SHA for 8203c74
View code at this point
Browse repository at this point
Fix #10265 FP unused private method (#4015)
chrchr-github
authored
938517b
View commit details
Copy full SHA for 938517b
View code at this point
Browse repository at this point
Add some tests (#4014)
Show description for da1e2b2
chrchr-github
authored
da1e2b2
View commit details
Copy full SHA for da1e2b2
View code at this point
Browse repository at this point
Fix #10311 FP functionConst (#4012)
Show description for f323e8a
chrchr-github
authored
f323e8a
View commit details
Copy full SHA for f323e8a
View code at this point
Browse repository at this point
Fix #10494 Same template name confuses check (#4011)
chrchr-github
authored
55cb396
View commit details
Copy full SHA for 55cb396
View code at this point
Browse repository at this point
Fix another FP divideSizeof (#4009)
Show description for ea65fe2
chrchr-github
authored
ea65fe2
View commit details
Copy full SHA for ea65fe2
View code at this point
Browse repository at this point
removed leftovers of generated cfg tests (#4008)
firewave
authored
3297893
View commit details
Copy full SHA for 3297893
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
Fix cppcheckError with spaceship operator (#10251) (#4001)
Show description for 5ac4afa
chrchr-github
authored
5ac4afa
View commit details
Copy full SHA for 5ac4afa
View code at this point
Browse repository at this point
Commits on Apr 12, 2022
Fix 10954: False positive: returnDanglingLifetime when using c_str() (#4006)
pfultz2
authored
6c82fb0
View commit details
Copy full SHA for 6c82fb0
View code at this point
Browse repository at this point
Fix 10955: False positive: containerOutOfBounds when using a const reference member (#4005)
pfultz2
authored
61b87bc
View commit details
Copy full SHA for 61b87bc
View code at this point
Browse repository at this point
Commits on Apr 11, 2022
Fix #10315 FP functionConst (#3997)
Show description for 00badff
chrchr-github
authored
00badff
View commit details
Copy full SHA for 00badff
View code at this point
Browse repository at this point
Fix #9954 incorrectLogicOperator/knownConditionTrueFalse for constexpr (#4002)
chrchr-github
authored
28a024a
View commit details
Copy full SHA for 28a024a
View code at this point
Browse repository at this point
Fix FP divideSizeof (#4003)
chrchr-github
authored
bf6bcaf
View commit details
Copy full SHA for bf6bcaf
View code at this point
Browse repository at this point
generate a program database in all Visual Studio configurations (#3996)
firewave
authored
a98346b
View commit details
Copy full SHA for a98346b
View code at this point
Browse repository at this point
Remove bug hunting. This feature will be provided in Cppcheck premium.
danmar
committed
8f386e1
View commit details
Copy full SHA for 8f386e1
View code at this point
Browse repository at this point
ValueFlow: Set values to parameters to escape functions (#3994)
Show description for 99757c6
pfultz2
authored
99757c6
View commit details
Copy full SHA for 99757c6
View code at this point
Browse repository at this point
Fix 6577: Detect pointer to uninitialised memory with clock_settime() (#3993)
Show description for d97942d
pfultz2
authored
d97942d
View commit details
Copy full SHA for d97942d
View code at this point
Browse repository at this point
Commits on Apr 10, 2022
Fix 10957: Crash on valid code (#3991)
pfultz2
authored
45b4580
View commit details
Copy full SHA for 45b4580
View code at this point
Browse repository at this point
Fix #10179 FP divideSizeof with dereferenced pointer-to-pointer (#3786)
chrchr-github
authored
bd9f523
View commit details
Copy full SHA for bd9f523
View code at this point
Browse repository at this point
Added regression test from Ticket #3929:comment18
orbitcowboy
committed
aa7a1f2
View commit details
Copy full SHA for aa7a1f2
View code at this point
Browse repository at this point
Commits on Apr 9, 2022
Fix #3886 New Check : Return value of "new" ignored (#3884)
chrchr-github
authored
c8936d0
View commit details
Copy full SHA for c8936d0
View code at this point
Browse repository at this point
use std::string::empty() (#3910)
firewave
authored
25ef9ee
View commit details
Copy full SHA for 25ef9ee
View code at this point
Browse repository at this point
Fix #10368 FP: unassignedVariable with structured binding (#3990)
chrchr-github
authored
0636018
View commit details
Copy full SHA for 0636018
View code at this point
Browse repository at this point
Fix #9789 FP Logical condition considered always false (#3985)
chrchr-github
authored
2bccde0
View commit details
Copy full SHA for 2bccde0
View code at this point
Browse repository at this point
Commits on Apr 8, 2022
Fix regression: wrong member variable (#3987)
chrchr-github
authored
38bc0ad
View commit details
Copy full SHA for 38bc0ad
View code at this point
Browse repository at this point
Fix 10951: FP knownEmptyContainer with east-const (#3988)
Show description for d2a0b0f
pfultz2
authored
d2a0b0f
View commit details
Copy full SHA for d2a0b0f
View code at this point
Browse repository at this point
Commits on Apr 7, 2022
Fix #10952 FP constStatement with cast in return (#3986)
chrchr-github
authored
ceb86af
View commit details
Copy full SHA for ceb86af
View code at this point
Browse repository at this point
Remove old pointer alias check (#3983)
pfultz2
authored
4c1aeb0
View commit details
Copy full SHA for 4c1aeb0
View code at this point
Browse repository at this point
Fix #10792 FP knownConditionTrueFalse with double to int cast (#3964)
chrchr-github
authored
52b4aeb
View commit details
Copy full SHA for 52b4aeb
View code at this point
Browse repository at this point
Fix 7684: ValueFlow: function call 'X::GetSize()' (#3984)
Show description for dad10f2
pfultz2
authored
dad10f2
View commit details
Copy full SHA for dad10f2
View code at this point
Browse repository at this point
Fix todo test that was using wrong function (#3982)
Show description for 8986cf0
pfultz2
authored
8986cf0
View commit details
Copy full SHA for 8986cf0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.