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
Type
/
to 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
.
cppcheck-opensource
/
cppcheck
Public
Notifications
You must be signed in to change notification settings
Fork
1.6k
Star
6.7k
Code
Pull requests
197
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
cppcheck
test
teststl.cpp
on
main
User selector
All users
All time
Commit history
Commits on Aug 4, 2026
Fix 14947: FP algorithmOutOfBounds with array of arrays (#8766)
pfultz2
authored
cd55e08
View commit details
Copy full SHA for cd55e08
View code at this point
Browse repository at this point
Commits on Jul 23, 2026
Fix 14924: FP containerOutOfBounds (copy accessed in loop) (#8740)
Show description for f87363d
pfultz2
and
Your Name
authored
f87363d
View commit details
Copy full SHA for f87363d
View code at this point
Browse repository at this point
Commits on Jul 13, 2026
Fix issue 13254: FN: containerOutOfBounds (std::equal) (#8695)
Show description for 3d88880
pfultz2
and
Your Name
authored
3d88880
View commit details
Copy full SHA for 3d88880
View code at this point
Browse repository at this point
Commits on Jul 4, 2026
Partial fix for 9049: False negative: uninitialized variable with nested ifs (#8680)
Show description for bcd74c7
pfultz2
and
Your Name
authored
bcd74c7
View commit details
Copy full SHA for bcd74c7
View code at this point
Browse repository at this point
Commits on Jun 22, 2026
Fix #12520 FN mismatchingContainers/iterators3 with temporary containers and erase (#8665)
chrchr-github
authored
d833b6b
View commit details
Copy full SHA for d833b6b
View code at this point
Browse repository at this point
Commits on Jun 19, 2026
Fix #14812 FN useStlAlgorithm with std::set (#8629)
Show description for fb388e6
chrchr-github
and
web-flow
authored
fb388e6
View commit details
Copy full SHA for fb388e6
View code at this point
Browse repository at this point
Commits on Jun 17, 2026
Fix #13855 useStlAlgorithm might lack column information (#8627)
chrchr-github
authored
c903d68
View commit details
Copy full SHA for c903d68
View code at this point
Browse repository at this point
Commits on Jun 2, 2026
pass `ErrorLogger` by reference in `Check`/`CheckImpl` (#8601)
firewave
authored
8684514
View commit details
Copy full SHA for 8684514
View code at this point
Browse repository at this point
Commits on May 22, 2026
Fix #14764 FP uselessCallsRemove with brace init (#8565)
chrchr-github
authored
bc04c0d
View commit details
Copy full SHA for bc04c0d
View code at this point
Browse repository at this point
Commits on May 18, 2026
testrunner: do not use global check instances (#8561)
firewave
authored
39d9c01
View commit details
Copy full SHA for 39d9c01
View code at this point
Browse repository at this point
Commits on Apr 10, 2026
Fix #11895 FP derefInvalidIterator with std::advance (#8431)
Show description for 4ef0318
chrchr-github
and
web-flow
authored
4ef0318
View commit details
Copy full SHA for 4ef0318
View code at this point
Browse repository at this point
Commits on Apr 4, 2026
Fix #14600 FN stlcstrConstructor with offset (regression) (#8338)
Show description for 57149b4
chrchr-github
and
web-flow
authored
57149b4
View commit details
Copy full SHA for 57149b4
View code at this point
Browse repository at this point
Commits on Mar 11, 2026
Fix #14533, #14536 FN stlcstrConcat, stlcstrAssignment, stlcstrConstructor (#8261)
Show description for 1b9124e
chrchr-github
and
web-flow
authored
1b9124e
View commit details
Copy full SHA for 1b9124e
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 21, 2026
Fix #12742 FP containerOutOfBounds for increment in loop (#8230)
chrchr-github
authored
e1cfdb9
View commit details
Copy full SHA for e1cfdb9
View code at this point
Browse repository at this point
Commits on Feb 14, 2026
Fix #14342 FN containerOutOfBounds (std::string_view of array, constructor call) (#8190)
chrchr-github
authored
e3ef82e
View commit details
Copy full SHA for e3ef82e
View code at this point
Browse repository at this point
Commits on Feb 9, 2026
Partial fix for #14342 FN containerOutOfBounds with std::span and std::string_view (regression) (#8164)
chrchr-github
authored
3a99f41
View commit details
Copy full SHA for 3a99f41
View code at this point
Browse repository at this point
Commits on Jan 4, 2026
Partial fix for #12046 FN: containerOutOfBounds (temporary string passed to subfunction) (#8083)
Show description for a30d718
chrchr-github
and
web-flow
authored
a30d718
View commit details
Copy full SHA for a30d718
View code at this point
Browse repository at this point
Commits on Dec 24, 2025
Fix #8983 FN containerOutOfBounds (passing empty init list) (#8055)
Show description for dfdfad0
chrchr-github
and
web-flow
authored
dfdfad0
View commit details
Copy full SHA for dfdfad0
View code at this point
Browse repository at this point
Commits on Dec 17, 2025
Fix #7515 FN stlcstrStream with std::cout (#8040)
chrchr-github
authored
f6dff92
View commit details
Copy full SHA for f6dff92
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 29, 2025
TestStl: cleaned up settings usage (#7930)
firewave
authored
019c37c
View commit details
Copy full SHA for 019c37c
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 Aug 8, 2025
Fix #14047 FP useStlAlgorithm with continue in loop (#7717)
chrchr-github
authored
d44e45c
View commit details
Copy full SHA for d44e45c
View code at this point
Browse repository at this point
Commits on Jul 15, 2025
Fix #14013 FP invalidContainerReference with emplace_back() (#7672)
chrchr-github
authored
beee36a
View commit details
Copy full SHA for beee36a
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
testrunner: added more error IDs and columns to expected output (#7533)
firewave
authored
ff44a9e
View commit details
Copy full SHA for ff44a9e
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 29, 2025
Fix #13727 FP knownEmptyContainer with call to insert() template (#7490)
chrchr-github
authored
63af1a1
View commit details
Copy full SHA for 63af1a1
View code at this point
Browse repository at this point
Commits on Apr 24, 2025
testrunner: some `Settings` usage cleanups (#7477)
firewave
authored
9e547a3
View commit details
Copy full SHA for 9e547a3
View code at this point
Browse repository at this point
Commits on Apr 13, 2025
Fix 9834: False negative: No invalidContainer when using reference to member (#7461)
pfultz2
authored
120b1d2
View commit details
Copy full SHA for 120b1d2
View code at this point
Browse repository at this point
Commits on Mar 2, 2025
Fix #11493 FN useStlAlgorithm with indices (#7317)
chrchr-github
authored
68c129d
View commit details
Copy full SHA for 68c129d
View code at this point
Browse repository at this point
Commits on Feb 25, 2025
Fix #9091 std::accumulate suggested instead of std::max_element (#7316)
chrchr-github
authored
bb787df
View commit details
Copy full SHA for bb787df
View code at this point
Browse repository at this point
Commits on Feb 23, 2025
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 Jan 25, 2025
Revert "Fix #9157 False negative: stlOutOfBounds, cast (#7233)" (#7254)
Show description for 5aecba2
danmar
authored
5aecba2
View commit details
Copy full SHA for 5aecba2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.