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
.
cppchecksolutions
/
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
testother.cpp
on
fix-14671
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 14, 2026
Fix #14539: false positive: constParameterPointer with type alias (#8310)
ludviggunne
authored
30cdc63
View commit details
Copy full SHA for 30cdc63
View code at this point
Browse repository at this point
Commits on Apr 13, 2026
Fix #14667 Stack overflow in ValueType::getSizeOf() (#8440)
Show description for d4f3b30
chrchr-github
and
web-flow
authored
d4f3b30
View commit details
Copy full SHA for d4f3b30
View code at this point
Browse repository at this point
Commits on Apr 11, 2026
Fix #12773 FP accessMoved using try_emplace() together with std::move() (#8421)
chrchr-github
authored
ff9ac4b
View commit details
Copy full SHA for ff9ac4b
View code at this point
Browse repository at this point
Commits on Apr 9, 2026
Fix #11300 FP accessMoved with write access (inconclusive) (#8423)
Show description for 2cfa74b
chrchr-github
and
web-flow
authored
2cfa74b
View commit details
Copy full SHA for 2cfa74b
View code at this point
Browse repository at this point
Commits on Apr 2, 2026
Remove erroneous comments about duplicates [skip ci] (#8405)
chrchr-github
authored
c0d6206
View commit details
Copy full SHA for c0d6206
View code at this point
Browse repository at this point
Fix #14633 FN funcArgNamesDifferent for function pointer (regression) (#8398)
Show description for bb5f483
chrchr-github
and
web-flow
authored
bb5f483
View commit details
Copy full SHA for bb5f483
View code at this point
Browse repository at this point
Commits on Mar 28, 2026
Fix #14559 FN constVariablePointer (ternary expression passed to unknown function, regression) (#8331)
chrchr-github
authored
e06e98f
View commit details
Copy full SHA for e06e98f
View code at this point
Browse repository at this point
Commits on Mar 27, 2026
Partial fix for #9078 FN compareValueOutOfTypeRangeError (x <= UINT32_MAX) (#8379)
chrchr-github
authored
b99ce96
View commit details
Copy full SHA for b99ce96
View code at this point
Browse repository at this point
Commits on Mar 19, 2026
Fix #13305 FN moduloofone with %= (#8353)
chrchr-github
authored
8119a9d
View commit details
Copy full SHA for 8119a9d
View code at this point
Browse repository at this point
Commits on Mar 15, 2026
Fix #14571 FN constParameterPointer with reference to nested member (regression) (#8299)
Show description for dd26a1a
chrchr-github
and
web-flow
authored
dd26a1a
View commit details
Copy full SHA for dd26a1a
View code at this point
Browse repository at this point
Fix #14573 Only consider last NULL argument in varFuncNullUB (#8297)
Show description for fbf35b8
mptre
authored
fbf35b8
View commit details
Copy full SHA for fbf35b8
View code at this point
Browse repository at this point
Commits on Mar 10, 2026
Fix #14566 FP variableScope (variable used in loop) (#8296)
chrchr-github
authored
5aa8739
View commit details
Copy full SHA for 5aa8739
View code at this point
Browse repository at this point
Commits on Mar 2, 2026
Release: Update copyright year (#8285)
danmar
authored
9a00e4a
View commit details
Copy full SHA for 9a00e4a
View code at this point
Browse repository at this point
Commits on Feb 27, 2026
Fix #7091 FN variableScope for variables used in inner loop (#8245)
Show description for 1c19709
chrchr-github
and
web-flow
authored
1c19709
View commit details
Copy full SHA for 1c19709
View code at this point
Browse repository at this point
Commits on Feb 26, 2026
Followup to #14510: constParameterPointer for immediately evaluated lambda (#8252)
Show description for 11c3958
chrchr-github
and
web-flow
authored
11c3958
View commit details
Copy full SHA for 11c3958
View code at this point
Browse repository at this point
Fix #14530 FP redundantCopyLocalConst with dissimilar types (#8259)
Show description for 9c0834b
chrchr-github
and
web-flow
authored
9c0834b
View commit details
Copy full SHA for 9c0834b
View code at this point
Browse repository at this point
Commits on Feb 25, 2026
Fix #14534 FN redundantInitialization (std::string, initialization with string, regression) (#8262)
chrchr-github
authored
da9399d
View commit details
Copy full SHA for da9399d
View code at this point
Browse repository at this point
Commits on Feb 24, 2026
Fix #12609 FN redundantCopyLocalConst (copy from variable) (#8251)
Show description for bed8dbe
chrchr-github
and
web-flow
authored
bed8dbe
View commit details
Copy full SHA for bed8dbe
View code at this point
Browse repository at this point
Fix #14510 FP constParameterPointer (lambda decaying to function pointer) (#8234)
Show description for 1a9bdeb
chrchr-github
and
web-flow
authored
1a9bdeb
View commit details
Copy full SHA for 1a9bdeb
View code at this point
Browse repository at this point
Commits on Feb 21, 2026
Fix #14483: false negative: unusedStructMember (member pointer) (#8228)
ludviggunne
authored
a5db405
View commit details
Copy full SHA for a5db405
View code at this point
Browse repository at this point
Commits on Feb 20, 2026
Fix #14497 FN variableScope (else branch, regression) (#8227)
chrchr-github
authored
b021c4f
View commit details
Copy full SHA for b021c4f
View code at this point
Browse repository at this point
Commits on Feb 17, 2026
Fix #14496 FN variableScope with nullptr (#8221)
chrchr-github
authored
0a5b103
View commit details
Copy full SHA for 0a5b103
View code at this point
Browse repository at this point
Commits on Feb 14, 2026
Fix #14481 FN constParameterPointer when returning struct member in if (#8202)
chrchr-github
authored
29b92af
View commit details
Copy full SHA for 29b92af
View code at this point
Browse repository at this point
Commits on Feb 5, 2026
Fix #14467 (Premium: unusedLabel is not activated as expected by --premium=misra-c-20xx) (#8186)
danmar
authored
cca158f
View commit details
Copy full SHA for cca158f
View code at this point
Browse repository at this point
Fix #14431: FP unknownEvaluationOrder with designated initializers (#8180)
ludviggunne
authored
d766098
View commit details
Copy full SHA for d766098
View code at this point
Browse repository at this point
Commits on Jan 31, 2026
Fix #14457 (ValueType: char expression without signedness) (#8174)
danmar
authored
a4bd260
View commit details
Copy full SHA for a4bd260
View code at this point
Browse repository at this point
Commits on Jan 22, 2026
Fix #14409 FP constVariableReference with pointer reference (#8131)
Show description for a3601b2
chrchr-github
and
web-flow
authored
a3601b2
View commit details
Copy full SHA for a3601b2
View code at this point
Browse repository at this point
Commits on Jan 20, 2026
Add test for #10733 (#8135)
Show description for 0393c9d
chrchr-github
and
web-flow
authored
0393c9d
View commit details
Copy full SHA for 0393c9d
View code at this point
Browse repository at this point
Commits on Jan 13, 2026
Fix #14202 FP duplicateExpression with enumerator (#8117)
chrchr-github
authored
04a8201
View commit details
Copy full SHA for 04a8201
View code at this point
Browse repository at this point
Commits on Jan 2, 2026
Fix #13877 FP constParameterReference when casting to derived class (#8041)
chrchr-github
authored
269c636
View commit details
Copy full SHA for 269c636
View code at this point
Browse repository at this point
Commits on Dec 31, 2025
fix #14315: FP knownConditionTrueFalse with constant in assert() (#8064)
ludviggunne
authored
dd01ff1
View commit details
Copy full SHA for dd01ff1
View code at this point
Browse repository at this point
Commits on Dec 7, 2025
Fix #14300 FP duplicateValueTernary for pointers allocated with new (#8004)
Show description for bd521ed
chrchr-github
and
web-flow
authored
bd521ed
View commit details
Copy full SHA for bd521ed
View code at this point
Browse repository at this point
Commits on Nov 29, 2025
Refs #14294: Fix FN constParameterPointer for cast to integer (#7987)
Show description for a9f88d4
chrchr-github
and
web-flow
authored
a9f88d4
View commit details
Copy full SHA for a9f88d4
View code at this point
Browse repository at this point
Commits on Nov 11, 2025
Fix #4491 FN redundantAssignment: assigning same value twice (#7955)
chrchr-github
authored
3747685
View commit details
Copy full SHA for 3747685
View code at this point
Browse repository at this point
Commits on Nov 7, 2025
Fix #14251 FP constParameterReference for struct with optional struct member (#7948)
chrchr-github
authored
7100bda
View commit details
Copy full SHA for 7100bda
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.