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
testcondition.cpp
on
checkers-report
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 12, 2026
Add tests for #10241, #11519, #12532, #13403 (#8200)
Show description for 7c5db88
chrchr-github
and
web-flow
authored
7c5db88
View commit details
Copy full SHA for 7c5db88
View code at this point
Browse repository at this point
Commits on Feb 11, 2026
Fix #14476 (Premium Misra: skip bailout; condition '2>3' is always false) (#8195)
danmar
authored
1e79f7f
View commit details
Copy full SHA for 1e79f7f
View code at this point
Browse repository at this point
Commits on Feb 10, 2026
Fix #14428 FP duplicateCondition, pointer data may be changed in function call (#8155)
chrchr-github
authored
d92c579
View commit details
Copy full SHA for d92c579
View code at this point
Browse repository at this point
Commits on Feb 3, 2026
cleaned up includes based on `include-what-you-use` (#8178)
firewave
authored
23adf76
View commit details
Copy full SHA for 23adf76
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 29, 2026
Fix #14392 FN knownConditionTrueFalse (assigning function call result) (#8118)
chrchr-github
authored
c4f754e
View commit details
Copy full SHA for c4f754e
View code at this point
Browse repository at this point
Commits on Jan 28, 2026
Fix #14416 FP knownConditionTrueFalse for function taking const pointer to const (#8140)
Show description for fe492d6
chrchr-github
and
web-flow
authored
fe492d6
View commit details
Copy full SHA for fe492d6
View code at this point
Browse repository at this point
Commits on Jan 25, 2026
Fix #13717 FN multiCondition with NULL pointer check / #13716 FN duplicateCondition (regression) (#8142)
Show description for e071e29
chrchr-github
and
web-flow
authored
e071e29
View commit details
Copy full SHA for e071e29
View code at this point
Browse repository at this point
Commits on Dec 14, 2025
Reject invalid code after if/switch/loop (also fixes #14326) (#8033)
Show description for 9dfee85
chrchr-github
and
web-flow
authored
9dfee85
View commit details
Copy full SHA for 9dfee85
View code at this point
Browse repository at this point
Commits on Nov 7, 2025
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 28, 2025
testrunner: some settings cleanups (#7919)
firewave
authored
e42a30b
View commit details
Copy full SHA for e42a30b
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 Sep 24, 2025
testrunner: avoid some `TestFixture::settingsBuilder()` invocations (#7845)
firewave
authored
f916df0
View commit details
Copy full SHA for f916df0
View code at this point
Browse repository at this point
Commits on Sep 23, 2025
pass a char buffer to simplecpp instead of a stream (#6379)
firewave
authored
20bed39
View commit details
Copy full SHA for 20bed39
View code at this point
Browse repository at this point
Commits on Aug 18, 2025
Fix #14070 FP duplicateCondition for modified string (#7737)
chrchr-github
authored
817013f
View commit details
Copy full SHA for 817013f
View code at this point
Browse repository at this point
Commits on Aug 11, 2025
Partial fix for #14037 Triplicate warnings for same issue (comparison with bool) (#7727)
chrchr-github
authored
3ea3af0
View commit details
Copy full SHA for 3ea3af0
View code at this point
Browse repository at this point
Commits on Aug 4, 2025
Fix expected output in TestCondition::alwaysTrue and TestCondition::alwaysTrueContainer (#7709)
andreas-schwab
authored
e5efd12
View commit details
Copy full SHA for e5efd12
View code at this point
Browse repository at this point
Commits on Jul 31, 2025
Partial fix for #11592 FN compareValueOutOfTypeRangeError with char (#7706)
chrchr-github
authored
67e27ba
View commit details
Copy full SHA for 67e27ba
View code at this point
Browse repository at this point
Commits on Jun 30, 2025
cleaned up includes based on include-what-you-use (#7638)
Show description for dfa16af
firewave
authored
dfa16af
View commit details
Copy full SHA for dfa16af
View code at this point
Browse repository at this point
Commits on May 17, 2025
testrunner: add even more error IDs and columns to expected output (#7535)
firewave
authored
eb63337
View commit details
Copy full SHA for eb63337
View code at this point
Browse repository at this point
Commits on May 16, 2025
testrunner: aligned multiline template with new default (#7534)
firewave
authored
69a11d6
View commit details
Copy full SHA for 69a11d6
View code at this point
Browse repository at this point
Commits on May 2, 2025
testrunner: added more IDs and columns to expected output (#7489)
firewave
authored
88ef81e
View commit details
Copy full SHA for 88ef81e
View code at this point
Browse repository at this point
Commits on Apr 7, 2025
testrunner: some `Tokenizer` related refactoring (#7427)
firewave
authored
44d097d
View commit details
Copy full SHA for 44d097d
View code at this point
Browse repository at this point
Commits on Apr 6, 2025
Fix 13046: false negative: knownConditionTrueFalse with this (#7432)
pfultz2
authored
1cf526d
View commit details
Copy full SHA for 1cf526d
View code at this point
Browse repository at this point
Commits on Apr 5, 2025
Fix 13478: FP knownConditionTrueFalse after member is modified (#7431)
pfultz2
authored
04c885d
View commit details
Copy full SHA for 04c885d
View code at this point
Browse repository at this point
Commits on Apr 3, 2025
testrunner: cleaned up some test options (#7426)
firewave
authored
5398426
View commit details
Copy full SHA for 5398426
View code at this point
Browse repository at this point
Commits on Mar 25, 2025
Fix #13728 FP oppositeInnerCondition from lambda (#7391)
chrchr-github
authored
5ac33c8
View commit details
Copy full SHA for 5ac33c8
View code at this point
Browse repository at this point
Commits on Feb 23, 2025
Fix #13522 FP knownConditionTrueFalse after unsigned-to-signed conversion (#7179)
chrchr-github
authored
80047b5
View commit details
Copy full SHA for 80047b5
View code at this point
Browse repository at this point
release: Update copyright year (#7319)
danmar
authored
11f0f4d
View commit details
Copy full SHA for 11f0f4d
View code at this point
Browse repository at this point
Commits on Feb 14, 2025
cleaned up some array length related code (#7283)
firewave
authored
2e4f606
View commit details
Copy full SHA for 2e4f606
View code at this point
Browse repository at this point
Commits on Jan 23, 2025
testrunner: cleaned up tests by using objects to pass the options (#7189)
firewave
authored
2995c4b
View commit details
Copy full SHA for 2995c4b
View code at this point
Browse repository at this point
Commits on Jan 19, 2025
added tests for #11200 and #13508 (#7236)
firewave
authored
960862b
View commit details
Copy full SHA for 960862b
View code at this point
Browse repository at this point
Commits on Jan 18, 2025
Add tests for #10561, #10662 (#7235)
chrchr-github
authored
f966b1c
View commit details
Copy full SHA for f966b1c
View code at this point
Browse repository at this point
fixed #13506 - fixed tokenizing of `+`-prefixed numbers in conditions (#7230)
firewave
authored
6d3b47c
View commit details
Copy full SHA for 6d3b47c
View code at this point
Browse repository at this point
Commits on Jan 16, 2025
fixed #11202/#11199/#11201/#12330/#12774 / refs #13508/#11200/#13506 - fixed various floating-point comparison regressions (#7148)
Show description for d777511
firewave
and
pfultz2
authored
d777511
View commit details
Copy full SHA for d777511
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.