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 }}
pfultz2
/
cppcheck
Public
forked from
cppcheck-opensource/cppcheck
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
36
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cppcheck
test
testvarid.cpp
on
revert-valueflow-split2
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 11, 2024
Fix #12924 Syntax error on func(&data)[0] (#6585)
chrchr-github
authored
5d3b528
View commit details
Copy full SHA for 5d3b528
View code at this point
Browse repository at this point
Commits on Jun 14, 2024
Fix #12765 Assert failure in ExpressionAnalyzer() (#6520)
chrchr-github
authored
6527912
View commit details
Copy full SHA for 6527912
View code at this point
Browse repository at this point
Commits on May 23, 2024
added preliminary support for newer standards / some cleanups (#6423)
firewave
authored
191f339
View commit details
Copy full SHA for 191f339
View code at this point
Browse repository at this point
Commits on May 22, 2024
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 21, 2024
Fix #12733 FP constParameterReference with nested init list (#6406)
chrchr-github
authored
97115c4
View commit details
Copy full SHA for 97115c4
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 May 14, 2024
Fix #12729 internalError with _Static_assert in C code (regression) (#6403)
chrchr-github
authored
eb4ceac
View commit details
Copy full SHA for eb4ceac
View code at this point
Browse repository at this point
Commits on May 13, 2024
Fix #12713 Assert failure in ExpressionAnalyzer() (#6388)
chrchr-github
authored
ac626a2
View commit details
Copy full SHA for ac626a2
View code at this point
Browse repository at this point
Fix #12676 (Tokenizer::setVarid: varid can be set wrongly for member in template class if member is used in uninstantiated constructor with initialization list) (#6392)
danmar
authored
5d17cc2
View commit details
Copy full SHA for 5d17cc2
View code at this point
Browse repository at this point
Commits on Apr 26, 2024
Fix #12660 (Tokenizer::setVarId: varid is wrongly set for argument name that shadows method name) (#6347)
danmar
authored
047b608
View commit details
Copy full SHA for 047b608
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 11, 2024
made more `mErrorLogger` members references (#6276)
firewave
authored
437c284
View commit details
Copy full SHA for 437c284
View code at this point
Browse repository at this point
Preprocessor: made `mErrorLogger` a reference (#6274)
firewave
authored
b9c535c
View commit details
Copy full SHA for b9c535c
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
testrunner: improved `InternalError` assertions (#6262)
firewave
authored
9e7578e
View commit details
Copy full SHA for 9e7578e
View code at this point
Browse repository at this point
Commits on Mar 22, 2024
Fix #12537 FP unusedVariable with local function declaration (#6169)
chrchr-github
authored
23ec401
View commit details
Copy full SHA for 23ec401
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 12, 2024
Fix #12501 Crash in autoVariables() with local function declaration (#6114)
chrchr-github
authored
b555246
View commit details
Copy full SHA for b555246
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 Mar 4, 2024
iwyu.yml: treat explicit clang include directory in clang-tidy invocation as a system include / cleaned up includes (#5983)
Show description for 2464a9d
firewave
authored
2464a9d
View commit details
Copy full SHA for 2464a9d
View code at this point
Browse repository at this point
Commits on Feb 21, 2024
Fix #12450 Assert failure in ExpressionAnalyzer() (#5992)
chrchr-github
authored
fa40b5e
View commit details
Copy full SHA for fa40b5e
View code at this point
Browse repository at this point
Commits on Feb 12, 2024
Fix #12402 debug: Function::addArguments found argument 'i' with vari… (#5975)
Show description for 4eecf7b
chrchr-github
authored
4eecf7b
View commit details
Copy full SHA for 4eecf7b
View code at this point
Browse repository at this point
Commits on Jan 13, 2024
pass `Settings` by reference into `Tokenizer` (#5857)
Show description for d015007
firewave
authored
d015007
View commit details
Copy full SHA for d015007
View code at this point
Browse repository at this point
added `Path::identify()`/`Path::isHeader2()` and deprecated flawed `Path::isCPP()`, `Path::isC()` and `Path::isHeader()` (#4681)
Show description for d5a054c
firewave
authored
d5a054c
View commit details
Copy full SHA for d5a054c
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 12, 2023
Fix #12258 Assert failure in setSymbolic() (#5759)
chrchr-github
authored
b26b78b
View commit details
Copy full SHA for b26b78b
View code at this point
Browse repository at this point
Commits on Dec 8, 2023
Fix #12249 Assert failure in ExpressionAnalyzer (II) (#5733)
chrchr-github
authored
7ac824f
View commit details
Copy full SHA for 7ac824f
View code at this point
Browse repository at this point
Commits on Dec 6, 2023
Fix #12249 Assert failure in ExpressionAnalyzer (#5731)
chrchr-github
authored
613bbe7
View commit details
Copy full SHA for 613bbe7
View code at this point
Browse repository at this point
Commits on Dec 5, 2023
Fix #12210 (Cppcheck hang in SymbolDatabase::createSymbolDatabaseExprIds) (#5699)
danmar
authored
70745b5
View commit details
Copy full SHA for 70745b5
View code at this point
Browse repository at this point
Commits on Nov 11, 2023
Fix #11334 debug: varid0 with anonymous union (#5648)
chrchr-github
authored
328daec
View commit details
Copy full SHA for 328daec
View code at this point
Browse repository at this point
Commits on Oct 25, 2023
Fix #12120 FP constStatement with class in C code (#5594)
chrchr-github
authored
502d7ea
View commit details
Copy full SHA for 502d7ea
View code at this point
Browse repository at this point
Commits on Oct 21, 2023
#12077 FP constStatement with ctor in namespace (#5572)
chrchr-github
authored
f4d18a8
View commit details
Copy full SHA for f4d18a8
View code at this point
Browse repository at this point
Commits on Oct 13, 2023
gui/platforms.h: renamed `Platform` to `PlatformData` / Platform: removed unnecessary `cppcheck` namespace (#5545)
firewave
authored
ebb877a
View commit details
Copy full SHA for ebb877a
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
Previous
Next
You can’t perform that action at this time.