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
checkers-report
User selector
All users
Datepicker
All time
Commit history
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
testrunner: several cleanups (#7944)
Show description for 7e09fa0
firewave
authored
7e09fa0
View commit details
Copy full SHA for 7e09fa0
View code at this point
Browse repository at this point
Commits on Oct 31, 2025
enabled `information` messages in selfchecks / mitigated `unmatchedSuppression` warnings (#3090)
Show description for 5016808
firewave
authored
5016808
View commit details
Copy full SHA for 5016808
View code at this point
Browse repository at this point
Commits on Oct 30, 2025
Fix #14234 FN selfAssignment with global scope operator (#7934)
chrchr-github
authored
98b6ff5
View commit details
Copy full SHA for 98b6ff5
View code at this point
Browse repository at this point
Commits on Oct 29, 2025
Fix #14231 Crash in checkConstVariable() (#7931)
Show description for 44b2b45
chrchr-github
and
web-flow
authored
44b2b45
View commit details
Copy full SHA for 44b2b45
View code at this point
Browse repository at this point
Fix #14074 FP constParameterReference reported for std::array object when non-const pointer to internal data is returned (#7890)
Show description for 4ad9b8a
chrchr-github
and
web-flow
authored
4ad9b8a
View commit details
Copy full SHA for 4ad9b8a
View code at this point
Browse repository at this point
Fix #13773 (False positive: should not warn when different ternary 2nd and 3rd expressions happens to have same value) (#7922)
danmar
authored
a8b7e2b
View commit details
Copy full SHA for a8b7e2b
View code at this point
Browse repository at this point
Commits on Oct 21, 2025
Fix #13864, #13766, #13867 Add missing tests for error IDs (#7901)
Show description for b8c045a
chrchr-github
and
web-flow
authored
b8c045a
View commit details
Copy full SHA for b8c045a
View code at this point
Browse repository at this point
Commits on Oct 17, 2025
cleaned up includes based on include-what-you-use (#7895)
firewave
authored
5ace300
View commit details
Copy full SHA for 5ace300
View code at this point
Browse repository at this point
Fix #14193 FP knownConditionTrueFalse for loop references to container elements (#7884)
Show description for da58a61
chrchr-github
and
web-flow
authored
da58a61
View commit details
Copy full SHA for da58a61
View code at this point
Browse repository at this point
Commits on Oct 15, 2025
testrunner: removed unnecessary default constructors from test options (#7889)
firewave
authored
59d9ba3
View commit details
Copy full SHA for 59d9ba3
View code at this point
Browse repository at this point
Commits on Oct 14, 2025
TestOther: use check options and cleaned up `Settings` objects (#7882)
firewave
authored
5bdfd9d
View commit details
Copy full SHA for 5bdfd9d
View code at this point
Browse repository at this point
Fix #2062 FN variable scope can be reduced (class instance) (#7885)
Show description for 7ca4556
chrchr-github
and
web-flow
authored
7ca4556
View commit details
Copy full SHA for 7ca4556
View code at this point
Browse repository at this point
Commits on Oct 12, 2025
Fix #14150 (Add unionzeroinit check) (#7870)
Show description for cded51e
mptre
authored
cded51e
View commit details
Copy full SHA for cded51e
View code at this point
Browse repository at this point
Commits on Oct 7, 2025
Fix #14119 FN constVariablePointer for variable declared in for loop / partial fix for #14148 (#7807)
Show description for 9ac99f0
chrchr-github
and
web-flow
authored
9ac99f0
View commit details
Copy full SHA for 9ac99f0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.