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
196
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
cppcheck
test
testfunctions.cpp
on
main
User selector
All users
All time
Commit history
Commits on Jul 23, 2026
Fix #14896: false positive: missing co_return in void function (#8719)
ludviggunne
authored
55ae8c4
View commit details
Copy full SHA for 55ae8c4
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 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 May 1, 2026
Fix #14715 FP invalidFunctionArgStr, buffer is nul-terminated in every path (#8516)
chrchr-github
authored
e5c4a73
View commit details
Copy full SHA for e5c4a73
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
Commits on Mar 11, 2026
Fix #13509 information: --check-library: There is no matching configuration for function T::cbegin() (#8319)
chrchr-github
authored
929f95c
View commit details
Copy full SHA for 929f95c
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 26, 2026
Fix #14482 (False negative: missingReturn not reported for function that returns a std::int32_t) (#8256)
danmar
authored
ff0929a
View commit details
Copy full SHA for ff0929a
View code at this point
Browse repository at this point
Commits on Jan 9, 2026
Fix #14370 (False negative: missingReturn in catch) (#8095)
danmar
authored
e031165
View commit details
Copy full SHA for e031165
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 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 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 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 15, 2025
testrunner: some `SimpleTokenizer` refactoring (#7467)
firewave
authored
20681a3
View commit details
Copy full SHA for 20681a3
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 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 Feb 4, 2025
cleaned up includes based on include-what-you-use (#7279)
firewave
authored
2d9f673
View commit details
Copy full SHA for 2d9f673
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 Dec 8, 2024
Fix #10157: FP invalidFunctionArg with memset (if-branch should be discarded) (#7080)
ludviggunne
authored
e27a0e4
View commit details
Copy full SHA for e27a0e4
View code at this point
Browse repository at this point
Commits on Oct 7, 2024
#13180: Improve check: missing return not found (#6874)
ludviggunne
authored
fb994f9
View commit details
Copy full SHA for fb994f9
View code at this point
Browse repository at this point
Commits on Oct 5, 2024
fix #11798: FP missingReturn on function with switch (#6806)
ludviggunne
authored
88a236c
View commit details
Copy full SHA for 88a236c
View code at this point
Browse repository at this point
Commits on Sep 23, 2024
Fix #13105 checkLibraryFunction for smart pointer to container (#6805)
chrchr-github
authored
1f58071
View commit details
Copy full SHA for 1f58071
View code at this point
Browse repository at this point
Commits on May 22, 2024
Partial fix for #12697 FN ignoredReturnValue with "pure" and "const" function attributes (#6380)
chrchr-github
authored
ccfbc0c
View commit details
Copy full SHA for ccfbc0c
View code at this point
Browse repository at this point
iwyu.yml: switched to Fedora to get the latest `include-what-you-use` / cleaned up includes (#6340)
firewave
authored
570c11d
View commit details
Copy full SHA for 570c11d
View code at this point
Browse repository at this point
Commits on May 16, 2024
testrunner: prefer to pass code as sized `const char[]` (#6381)
firewave
authored
5f9039e
View commit details
Copy full SHA for 5f9039e
View code at this point
Browse repository at this point
Commits on Apr 20, 2024
Update copyright year (#6310)
danmar
authored
58030b8
View commit details
Copy full SHA for 58030b8
View code at this point
Browse repository at this point
Commits on Apr 12, 2024
cleaned up includes based on include-what-you-use (#6279)
firewave
authored
646f869
View commit details
Copy full SHA for 646f869
View code at this point
Browse repository at this point
Commits on Apr 10, 2024
Tokenizer: moved test-only `tokenize()` to `SimpleTokenizer` / several cleanups (#6264)
firewave
authored
789be1c
View commit details
Copy full SHA for 789be1c
View code at this point
Browse repository at this point
Commits on Apr 8, 2024
testrunner: small `TestSimplifyTokens` cleanup / fixed valueflow message suppression / improved ignoring of output (#6243)
firewave
authored
bd8cb94
View commit details
Copy full SHA for bd8cb94
View code at this point
Browse repository at this point
Commits on Mar 25, 2024
Fix #12544 Crash in getDeallocFuncInfo() (#6187)
chrchr-github
authored
82f05c8
View commit details
Copy full SHA for 82f05c8
View code at this point
Browse repository at this point
Commits on Mar 13, 2024
testrunner: make sure the error output is consumed (#6117)
firewave
authored
1bace58
View commit details
Copy full SHA for 1bace58
View code at this point
Browse repository at this point
Commits on Mar 8, 2024
iwyu.yml: use OpenSUSE to get latest `include-what-you-use` / cleaned up includes (#5673)
Show description for f465dc5
firewave
authored
f465dc5
View commit details
Copy full SHA for f465dc5
View code at this point
Browse repository at this point
Commits on Feb 29, 2024
Fix checkLibraryFunction warning when deriving from std::vector (#6071)
Show description for e156fbf
chrchr-github
authored
e156fbf
View commit details
Copy full SHA for e156fbf
View code at this point
Browse repository at this point
Commits on Jan 31, 2024
testrunner: reduced usage of mutable `Settings` / some cleanups (#5909)
firewave
authored
e3f0676
View commit details
Copy full SHA for e3f0676
View code at this point
Browse repository at this point
Commits on Jan 18, 2024
Fix #12365 checkLibraryFunction for std::string constructor (#5893)
Show description for 6c0bb5e
chrchr-github
authored
6c0bb5e
View commit details
Copy full SHA for 6c0bb5e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.