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
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
lib
astutils.h
on
debug-templatesimplification
User selector
All users
Datepicker
All time
Commit history
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
Commits on Feb 12, 2024
avoid some unnecessary copies (#5958)
Show description for a656f10
firewave
authored
a656f10
View commit details
Copy full SHA for a656f10
View code at this point
Browse repository at this point
Commits on Jan 12, 2024
Fix #12340 FP knownConditionTrueFalse with typeid (#5877)
chrchr-github
authored
bd34a33
View commit details
Copy full SHA for bd34a33
View code at this point
Browse repository at this point
Commits on Dec 10, 2023
Fix 12031: False positive: uninitialized variable (#5637)
pfultz2
authored
243fa66
View commit details
Copy full SHA for 243fa66
View code at this point
Browse repository at this point
Commits on Nov 16, 2023
Fix #12188 FN uninitvar with increment of struct member (#5665)
chrchr-github
authored
4b9f3c6
View commit details
Copy full SHA for 4b9f3c6
View code at this point
Browse repository at this point
Commits on Oct 21, 2023
Fix #12086 FN passedByValue with index operator and namespaced function call (#5574)
chrchr-github
authored
26ba29c
View commit details
Copy full SHA for 26ba29c
View code at this point
Browse repository at this point
Commits on Oct 19, 2023
Set the lower and upper bounds for variable that are only incremented or decremented (#5523)
Show description for f2c8153
pfultz2
authored
f2c8153
View commit details
Copy full SHA for f2c8153
View code at this point
Browse repository at this point
Commits on Oct 16, 2023
iwyu.yml: made `include-what-you-use` output more verbose / cleaned up includes (#5540)
firewave
authored
5e89eb0
View commit details
Copy full SHA for 5e89eb0
View code at this point
Browse repository at this point
Commits on Oct 9, 2023
cleaned up includes based on include-what-you-use (#5532)
firewave
authored
06b5ef1
View commit details
Copy full SHA for 06b5ef1
View code at this point
Browse repository at this point
Commits on Sep 13, 2023
Fix 11983: False positive: uninitialized variable (#5443)
pfultz2
authored
e6632d9
View commit details
Copy full SHA for e6632d9
View code at this point
Browse repository at this point
Commits on Sep 2, 2023
Fix 11898: FP knownEmptyContainer (#5394)
pfultz2
authored
fd12baa
View commit details
Copy full SHA for fd12baa
View code at this point
Browse repository at this point
Commits on Aug 23, 2023
Unified checks for unevaluated context (#5362)
chrchr-github
authored
8cd6194
View commit details
Copy full SHA for 8cd6194
View code at this point
Browse repository at this point
Commits on Aug 21, 2023
Fix #11881 FP returnStdMoveLocal / Fix FP incorrectStringBooleanError / Support std::string::starts/ends_with() (#5347)
chrchr-github
authored
725c431
View commit details
Copy full SHA for 725c431
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.