Skip to content
Navigation Menu
Toggle navigation
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
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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
204
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
cppcheck
lib
cppcheck.cpp
on
main
User selector
All users
All time
Commit history
Commits on Jun 20, 2026
Fix #14854 (import project: Handle forced include files from compilation database projects) (#8641)
JonnyPtn
authored
bf099d1
Copy full SHA for bf099d1
Commits on Jun 17, 2026
removed usage of `#file`/`#endfile` (#7951)
firewave
authored
37b5e95
Copy full SHA for 37b5e95
Commits on Jun 2, 2026
some `Check::FileInfo`/`CTU::FileInfo` usage cleanups (#8612)
firewave
authored
21ea669
Copy full SHA for 21ea669
extracted `Rule` from `settings.h` to `rule.h` / added `Regex::engine()` / removed unnecessary `Rule::engine` (#8580)
firewave
authored
01e2254
Copy full SHA for 01e2254
pass `ErrorLogger` by reference in `Check`/`CheckImpl` (#8601)
firewave
authored
8684514
Copy full SHA for 8684514
Commits on May 29, 2026
pass `Settings` by reference in checks (#8593)
firewave
authored
98ac18e
Copy full SHA for 98ac18e
Commits on May 16, 2026
refs #14498 - do not create global static instances of the checks (#8555)
firewave
authored
f7f0549
Copy full SHA for f7f0549
Commits on May 15, 2026
small `Check::instances()` usage cleanup (#8559)
Show description for a03cf24
firewave
authored
a03cf24
Copy full SHA for a03cf24
Commits on Apr 28, 2026
refs #14599 - moved `ShowTime` logic out of timer-related code (#8493)
firewave
authored
978a82e
Copy full SHA for 978a82e
Commits on Apr 26, 2026
refs #14599 - added `OneShotTimer` / moved some `ShowTime` logic out of `Timer` / added more `--showtime` tests (#8435)
firewave
authored
f59b0c9
Copy full SHA for f59b0c9
Commits on Apr 12, 2026
refs #14599 - do not implicitly print in `TimerResults::stop()` (#8400)
firewave
authored
caff3d4
Copy full SHA for caff3d4
Commits on Apr 9, 2026
pass `TokenList` to `SuppressionList::markUnmatchedInlineSuppressionsAsChecked()` (#8391)
firewave
authored
6bbfee2
Copy full SHA for 6bbfee2
Commits on Mar 15, 2026
fixed #14585 - store all errors in `AnalyzerInformation` even if suppressed (#8267)
firewave
authored
68c91ae
Copy full SHA for 68c91ae
Commits on Mar 2, 2026
Release: Update copyright year (#8285)
danmar
authored
9a00e4a
Copy full SHA for 9a00e4a
Commits on Feb 27, 2026
refs #13810 - fixed missing column for `invalidSuppression` (#8121)
firewave
authored
0580f2b
Copy full SHA for 0580f2b
Commits on Feb 24, 2026
Fix #14516 (Review progress messages) (#8241)
danmar
authored
5f6aebe
Copy full SHA for 5f6aebe
Commits on Feb 14, 2026
improved errorhandling of analyzer information loading (#8159)
firewave
authored
65c94a6
Copy full SHA for 65c94a6
re-worded some error messages and avoid using product name (#8074)
firewave
authored
33e45d6
Copy full SHA for 33e45d6
Commits on Feb 6, 2026
moved `FileSettings::fileIndex` to `FileWithDetails::mFsFileId` / cleanups (#8104)
Show description for d2c363f
firewave
authored
d2c363f
Copy full SHA for d2c363f
Commits on Jan 14, 2026
fixed #8437 - got rid of static global `TimerResults` instance (#8120)
firewave
authored
fff4f52
Copy full SHA for fff4f52
CppCheck: removed duplicated exception handling from `checkInternal()` (#8019)
firewave
authored
61a4ae9
Copy full SHA for 61a4ae9
Commits on Jan 10, 2026
moved common `files.txt` loading code to `AnalyzerInformation` (#8097)
firewave
authored
574fffa
Copy full SHA for 574fffa
Commits on Dec 29, 2025
fixed #14267 - fixed compilation with C++17 / use `simplecpp::View` (#7962)
firewave
authored
ad9563f
Copy full SHA for ad9563f
Commits on Dec 17, 2025
added `@throws` for `InternalError` to documentation / use `cppcheck::unreachable()` (#8036)
Show description for 4031d17
firewave
and
chrchr-github
authored
4031d17
Copy full SHA for 4031d17
fixed #14330/#14268 - updated simplecpp to 1.6.4 / adjusted file lookups from `simplecpp::Location` (#8000)
firewave
authored
ea63a21
Copy full SHA for ea63a21
Commits on Dec 12, 2025
Fix #14323 (Addons; Add optional "cwe" attribute) (#8026)
danmar
authored
575de99
Copy full SHA for 575de99
Commits on Dec 7, 2025
refs #14304/#14242 - fixed active checkers with `UNUSEDFUNCTION_ONLY` hack (#8005)
firewave
authored
e3dacd8
Copy full SHA for e3dacd8
do not throw `simplecpp::Output` from `Preprocessor::preprocess()` (#8001)
firewave
authored
c2a70ee
Copy full SHA for c2a70ee
Commits on Nov 28, 2025
fixed #14265 - added column information to some simplecpp errors (#7968)
firewave
authored
843ce7c
Copy full SHA for 843ce7c
Commits on Nov 27, 2025
Fix #11824 (Option --max-configs has no effect if -D is used) (#7980)
Show description for bb2bb4f
danmar
authored
bb2bb4f
Copy full SHA for bb2bb4f
Commits on Nov 20, 2025
Fix #13825 (toomanyconfigs lacks file information) (#7967)
Show description for 33ff194
danmar
authored
33ff194
Copy full SHA for 33ff194
Commits on Nov 17, 2025
fixed #14275 - map simplecpp errors to individual IDs (#7966)
firewave
authored
d8b6e08
Copy full SHA for d8b6e08
got rid of duplicated error reporting code in `CppCheck::checkInternal()` / cleanups (#7960)
firewave
authored
09edac0
Copy full SHA for 09edac0
Commits on Nov 7, 2025
ignore all other suppressions when `UNUSEDFUNCTION_ONLY` hack is active / selfcheck.yml: enabled `information` messages (#7938)
firewave
authored
9ac4623
Copy full SHA for 9ac4623
Commits on Nov 6, 2025
Fix #14206 --showtime does not account for addons (#7904)
olabetskyi
authored
2c5b872
Copy full SHA for 2c5b872
Previous
Next
You can’t perform that action at this time.