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
.
cppcheck-opensource
/
cppcheck
Public
Notifications
You must be signed in to change notification settings
Fork
1.6k
Star
6.7k
Code
Pull requests
201
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
cppcheck
lib
astutils.h
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 #14894: false positive: co_return not recognized as return in combination with {} (#8741)
ludviggunne
authored
d272996
View commit details
Copy full SHA for d272996
View code at this point
Browse repository at this point
Commits on Jul 3, 2026
pass `Library` instead of `Settings` (#8660)
firewave
authored
c164444
View commit details
Copy full SHA for c164444
View code at this point
Browse repository at this point
Commits on Apr 28, 2026
pass `Library` instead of `Settings` (#8500)
firewave
authored
20b45ee
View commit details
Copy full SHA for 20b45ee
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 Jan 26, 2026
refs #10765/#11262 - Token: introduced cache for `isMutableExpression()` calls (#8145)
firewave
authored
31da8a2
View commit details
Copy full SHA for 31da8a2
View code at this point
Browse repository at this point
Commits on Nov 9, 2025
Fix #14247 FN returnDanglingLifetime with designated initializer (#7937)
Show description for 15a4f63
chrchr-github
and
web-flow
authored
15a4f63
View commit details
Copy full SHA for 15a4f63
View code at this point
Browse repository at this point
Commits on Oct 28, 2025
introduced a cache for `followAllReferences()` calls (#7192)
firewave
authored
5f301d3
View commit details
Copy full SHA for 5f301d3
View code at this point
Browse repository at this point
Commits on Oct 1, 2025
Fix 14136: False positive: constParameterReference when using void cast (#7829)
pfultz2
authored
d9049eb
View commit details
Copy full SHA for d9049eb
View code at this point
Browse repository at this point
Fix #14161 FN constVariablePointer (assignment to const pointer) (#7859)
Show description for 3f93d61
chrchr-github
and
web-flow
authored
3f93d61
View commit details
Copy full SHA for 3f93d61
View code at this point
Browse repository at this point
Commits on Jul 19, 2025
release: update copyright year [ci skip] (#7686)
danmar
authored
02c95b9
View commit details
Copy full SHA for 02c95b9
View code at this point
Browse repository at this point
Commits on Jun 4, 2025
astutils.h: removed unnecessary `std::stack` usage from `visitAstNodes()` (#7569)
Show description for 20dbc8d
firewave
authored
20dbc8d
View commit details
Copy full SHA for 20dbc8d
View code at this point
Browse repository at this point
Commits on Mar 27, 2025
fixed missing parameter to `astContainer*()` calls (#7403)
firewave
authored
06f6f1c
View commit details
Copy full SHA for 06f6f1c
View code at this point
Browse repository at this point
changed some parameters from pointers to references (#7408)
firewave
authored
21dd3bd
View commit details
Copy full SHA for 21dd3bd
View code at this point
Browse repository at this point
Commits on Mar 5, 2025
symboldatabase.h: make it possible to forward declare `ScopeType` (#7352)
firewave
authored
f880119
View commit details
Copy full SHA for f880119
View code at this point
Browse repository at this point
Commits on Dec 23, 2024
fixed some compilation errors with `USE_BOOST_INT128` by using proper types (#7073)
firewave
authored
b090590
View commit details
Copy full SHA for b090590
View code at this point
Browse repository at this point
Commits on Dec 4, 2024
Fix #13326: FP shiftNegative for template argument (#7045)
ludviggunne
authored
da410bb
View commit details
Copy full SHA for da410bb
View code at this point
Browse repository at this point
Fix #13109 FP arrayIndexOutOfBounds with infinite loop and break in body (#6986)
chrchr-github
authored
f7d0c25
View commit details
Copy full SHA for f7d0c25
View code at this point
Browse repository at this point
Commits on Nov 6, 2024
fix #11685: FP floatConversionOverflow from dead code (#6973)
ludviggunne
authored
4ad32de
View commit details
Copy full SHA for 4ad32de
View code at this point
Browse repository at this point
Commits on Oct 23, 2024
removed unused inconclusive handling from `isAliasOf()` (#6932)
firewave
authored
445c986
View commit details
Copy full SHA for 445c986
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 30, 2024
cleaned up includes based on include-what-you-use (#6846)
firewave
authored
1be39ad
View commit details
Copy full SHA for 1be39ad
View code at this point
Browse repository at this point
Commits on Sep 26, 2024
astutils.cpp: fixed suboptimal string comparisons / small cleanup (#6799)
firewave
authored
b14f100
View commit details
Copy full SHA for b14f100
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 Aug 29, 2024
removed some unused functions (#6732)
firewave
authored
1f28336
View commit details
Copy full SHA for 1f28336
View code at this point
Browse repository at this point
Commits on Aug 16, 2024
fixed and enabled `readability-avoid-const-params-in-decls` clang-tidy warnings (#4861)
firewave
authored
601156b
View commit details
Copy full SHA for 601156b
View code at this point
Browse repository at this point
Commits on Aug 15, 2024
avoid using temporary objects in `followAllReferences()` (#6697)
firewave
authored
4f41804
View commit details
Copy full SHA for 4f41804
View code at this point
Browse repository at this point
Commits on Aug 7, 2024
added Emacs C++ marker to header comments [skip ci] (#6346)
firewave
authored
89434e1
View commit details
Copy full SHA for 89434e1
View code at this point
Browse repository at this point
Commits on Jun 14, 2024
enabled and fixed `performance-enum-size` clang-tidy warnings (#6221)
firewave
authored
1be5af7
View commit details
Copy full SHA for 1be5af7
View code at this point
Browse repository at this point
Commits on Apr 26, 2024
changed most `Settings` pointers to references (#6298)
firewave
authored
b7360ce
View commit details
Copy full SHA for b7360ce
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 15, 2024
avoid even more unchecked pointer dereferences / changed some pointers to references (#6296)
firewave
authored
087fd79
View commit details
Copy full SHA for 087fd79
View code at this point
Browse repository at this point
avoid more unchecked pointer dereferences (#6293)
firewave
authored
f79424b
View commit details
Copy full SHA for f79424b
View code at this point
Browse repository at this point
Commits on Apr 6, 2024
Fix #12568 FP invalidLifetime with std::unique_ptr (#6236)
chrchr-github
authored
7a546a8
View commit details
Copy full SHA for 7a546a8
View code at this point
Browse repository at this point
Commits on Mar 10, 2024
reduced `Tokenizer::isCPP()` usage / SymbolDatabase: removed `mIsCpp` and `isCPP()` (#5725)
Show description for 40cc208
firewave
authored
40cc208
View commit details
Copy full SHA for 40cc208
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.