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 }}
simartin
/
cppcheck
Public
forked from
cppcheck-opensource/cppcheck
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 27, 2026
Fix #14968 Redundant error path for containerOutOfBounds warning (#8785)
chrchr-github
authored
c6109ba
View commit details
Copy full SHA for c6109ba
Browse repository at this point
Fix #14988: Add relative path to preprocessor dump (#8812)
olabetskyi
authored
8a92e99
View commit details
Copy full SHA for 8a92e99
Browse repository at this point
Commits on Aug 26, 2026
Fix #14967 internalAstError with function pointer in if (#8782)
Show description for ab753cd
chrchr-github
and
web-flow
authored
ab753cd
View commit details
Copy full SHA for ab753cd
Browse repository at this point
Fixed Qt config macro declaration (#8796)
Show description for fd79f15
3 people
authored
fd79f15
View commit details
Copy full SHA for fd79f15
Browse repository at this point
Fix #14987: Update simplecpp to 1.9.1 (#8809)
glankk
authored
ff4d7ce
View commit details
Copy full SHA for ff4d7ce
Browse repository at this point
Commits on Aug 25, 2026
Partial fix for #14982 internalAstError for noexcept function with requires clause (#8808)
Show description for ac8c1aa
chrchr-github
and
web-flow
authored
ac8c1aa
View commit details
Copy full SHA for ac8c1aa
Browse repository at this point
Commits on Aug 24, 2026
Fix #14984: Valueflow: Buffer size not tracked across function calls (#8806)
ludviggunne
authored
518010a
View commit details
Copy full SHA for 518010a
Browse repository at this point
Commits on Aug 23, 2026
Fix #14960 Inconsistent bufferAccessOutOfBounds (possible values) (#8779)
Show description for 5e7baff
chrchr-github
and
web-flow
authored
5e7baff
View commit details
Copy full SHA for 5e7baff
Browse repository at this point
Commits on Aug 21, 2026
Fix #14983 (GUI: exclude file with relative path) (#8804)
danmar
authored
8f7666d
View commit details
Copy full SHA for 8f7666d
Browse repository at this point
Fix #14980 Nullptr dereference in valueFlowDynamicBufferSize() (#8802)
Show description for 9699b99
chrchr-github
and
web-flow
authored
9699b99
View commit details
Copy full SHA for 9699b99
Browse repository at this point
Commits on Aug 18, 2026
Fix #14977 internalError for valid typedef (operator=) (#8798)
Show description for 2e19539
chrchr-github
and
web-flow
authored
2e19539
View commit details
Copy full SHA for 2e19539
Browse repository at this point
Commits on Aug 17, 2026
Fix #14946: `originalName` in dumpfile missing for local typedefs (#8793)
ludviggunne
authored
777a112
View commit details
Copy full SHA for 777a112
Browse repository at this point
Fix #14978: Valueflow: Missing buffer size for `::operator new` (#8799)
ludviggunne
authored
ab9989c
View commit details
Copy full SHA for ab9989c
Browse repository at this point
Fix #14976 FP uninitvar (std::size() used on array) (#8795)
Show description for 7d48e00
chrchr-github
and
web-flow
authored
7d48e00
View commit details
Copy full SHA for 7d48e00
Browse repository at this point
Commits on Aug 14, 2026
Fix #14973 FP assertWithSideEffect with function pointer comparison (#8792)
chrchr-github
authored
2d75160
View commit details
Copy full SHA for 2d75160
Browse repository at this point
Fix #14725 FP redundantIfRemove when conditional code has extra code (#8789)
chrchr-github
authored
b391765
View commit details
Copy full SHA for b391765
Browse repository at this point
Commits on Aug 13, 2026
Fix #14971 [regression] internalError for valid typedef (#8790)
Show description for 4184c39
chrchr-github
and
web-flow
authored
4184c39
View commit details
Copy full SHA for 4184c39
Browse repository at this point
Commits on Aug 10, 2026
gtk.cfg: Remove pure annotation from g_str_has_prefix/suffix (#8788)
Show description for dfcec18
correctmost
authored
dfcec18
View commit details
Copy full SHA for dfcec18
Browse repository at this point
Fix #14948 FP bufferAccessOutOfBounds after container size check (#8763)
Show description for b1b7e3c
chrchr-github
and
web-flow
authored
b1b7e3c
View commit details
Copy full SHA for b1b7e3c
Browse repository at this point
Commits on Aug 8, 2026
Fix #14017: Missing varid on namespace member (#8784)
ludviggunne
authored
4b0c239
View commit details
Copy full SHA for 4b0c239
Browse repository at this point
Commits on Aug 7, 2026
Fix #14962: False Positive: missingReturn: return expression misdiagnosed as missing return path (#8780)
ludviggunne
authored
1444269
View commit details
Copy full SHA for 1444269
Browse repository at this point
Fix #14966 internalError for valid typedef (#8783)
chrchr-github
authored
dc9bd7f
View commit details
Copy full SHA for dc9bd7f
Browse repository at this point
Remove GUI compliance report instructions (feature removed) (#8781)
Show description for 5799d47
swasti16
authored
5799d47
View commit details
Copy full SHA for 5799d47
Browse repository at this point
Fix #14959 (Warning hash for token-based warnings) (#8778)
danmar
authored
fecb349
View commit details
Copy full SHA for fecb349
Browse repository at this point
Commits on Aug 6, 2026
TestValueFlow: Remove redundant test configuration, make settings const (#8776)
Show description for baf5eaa
chrchr-github
and
web-flow
authored
baf5eaa
View commit details
Copy full SHA for baf5eaa
Browse repository at this point
Commits on Aug 5, 2026
partial fix #14851 (CI: run 'make test' with some old gcc versions) (#8663)
danmar
authored
b702ead
View commit details
Copy full SHA for b702ead
Browse repository at this point
Fix #14955: Bad varid for enumerator with using namespace (#8773)
ludviggunne
authored
44b9221
View commit details
Copy full SHA for 44b9221
Browse repository at this point
AUTHORS: Add aadanen [skip ci] (#8774)
ludviggunne
authored
cb6d92e
View commit details
Copy full SHA for cb6d92e
Browse repository at this point
Fix #14899: FP invalidPrintfArgType_float with _sprintf_s_l() (#8729)
ludviggunne
authored
6a29b12
View commit details
Copy full SHA for 6a29b12
Browse repository at this point
[ci] Update Github actions to latest major release (#8756)
gruenich
authored
8276218
View commit details
Copy full SHA for 8276218
Browse repository at this point
Commits on Aug 4, 2026
add support for vcxproj ExcludedFromBuild (#8771)
Show description for 9408a1d
IOBYTE
authored
9408a1d
View commit details
Copy full SHA for 9408a1d
Browse repository at this point
Fix #14952 Stack overflow in ValueFlow::isLifetimeBorrowed() (#8770)
chrchr-github
authored
569f3d6
View commit details
Copy full SHA for 569f3d6
Browse repository at this point
Add unit tests for cppcheckdata.py (#8707)
Show description for 933246d
pfultz2
and
Your Name
authored
933246d
View commit details
Copy full SHA for 933246d
Browse repository at this point
Fix #14918: fuzzing crash (stack-overflow) in findTokensSkipDeadCodeImpl() (#8732)
Show description for 1a96ce8
ludviggunne
and
danmar
authored
1a96ce8
View commit details
Copy full SHA for 1a96ce8
Browse repository at this point
Fix #14946: `originalName` in dumpfile missing for local typedefs (#8760)
ludviggunne
authored
dbde189
View commit details
Copy full SHA for dbde189
Browse repository at this point
Previous
Next
You can’t perform that action at this time.