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
.
cpphl
/
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
test
testvalueflow.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 3, 2019
Forward values after assignment in valueFlowReverse (#2226)
Show description for 9978038
pfultz2
authored and
danmar
committed
9978038
View commit details
Copy full SHA for 9978038
View code at this point
Browse repository at this point
Commits on Sep 26, 2019
astyle formatting
Show description for b55c587
danmar
committed
b55c587
View commit details
Copy full SHA for b55c587
View code at this point
Browse repository at this point
Support expression in valueFlowAfterCondition (#2219)
Show description for 597d0fa
pfultz2
authored and
danmar
committed
597d0fa
View commit details
Copy full SHA for 597d0fa
View code at this point
Browse repository at this point
Commits on Sep 20, 2019
astyle formatting
Show description for 049f647
danmar
committed
049f647
View commit details
Copy full SHA for 049f647
View code at this point
Browse repository at this point
Add impossible values to ValueFlow (#2186)
Show description for ad8abdb
pfultz2
authored and
danmar
committed
ad8abdb
View commit details
Copy full SHA for ad8abdb
View code at this point
Browse repository at this point
Commits on Sep 6, 2019
Add deeper analysis of when a function changes a containers size (#2149)
Show description for 27ebff7
pfultz2
authored and
danmar
committed
27ebff7
View commit details
Copy full SHA for 27ebff7
View code at this point
Browse repository at this point
Commits on Aug 16, 2019
Fix issue 8715: regression uninitvar not detected (#2092)
pfultz2
authored and
danmar
committed
3aef0c9
View commit details
Copy full SHA for 3aef0c9
View code at this point
Browse repository at this point
Commits on Aug 12, 2019
Fix issue 8313 and 7326: Track values of pointer aliases in valueflow
pfultz2
authored and
danmar
committed
68e8253
View commit details
Copy full SHA for 68e8253
View code at this point
Browse repository at this point
Commits on Aug 11, 2019
Fix issue 8296: ValueFlow: value not set in conditional scope in subfunction (#2071)
Show description for 9aa97cb
pfultz2
authored and
danmar
committed
9aa97cb
View commit details
Copy full SHA for 9aa97cb
View code at this point
Browse repository at this point
Commits on Aug 8, 2019
Fix issue 9207: Not detected 'always true' and unreachable code
pfultz2
authored and
danmar
committed
bd02ca5
View commit details
Copy full SHA for bd02ca5
View code at this point
Browse repository at this point
Commits on Aug 5, 2019
Re-enable valueFlowSubFunction (#2063)
Show description for aaeec46
pfultz2
authored and
danmar
committed
aaeec46
View commit details
Copy full SHA for aaeec46
View code at this point
Browse repository at this point
Fix issue 8924: Re-enable valueFlowTerminatingCondition
pfultz2
authored and
danmar
committed
ffdd2dc
View commit details
Copy full SHA for ffdd2dc
View code at this point
Browse repository at this point
Commits on Aug 3, 2019
Fixed #9251 (False positive: unininitialized variable (multi variables))
danmar
committed
ce53931
View commit details
Copy full SHA for ce53931
View code at this point
Browse repository at this point
Commits on Jul 29, 2019
ValueFlow: Improve bailout for structs etc in loops
danmar
committed
607b3da
View commit details
Copy full SHA for 607b3da
View code at this point
Browse repository at this point
Commits on Jul 27, 2019
Fixed #8349 (Noisy nullPointerRedundantCheck)
danmar
committed
e8ec6e6
View commit details
Copy full SHA for e8ec6e6
View code at this point
Browse repository at this point
Commits on Jul 24, 2019
Fixed #9062 (False positive "condition is always true")
danmar
committed
bbcffce
View commit details
Copy full SHA for bbcffce
View code at this point
Browse repository at this point
Split up Cppcheck attribute. low and high values can be specified separately and they can be used for variables also.
danmar
committed
2da75d5
View commit details
Copy full SHA for 2da75d5
View code at this point
Browse repository at this point
safe checks: Handle float parameters
danmar
committed
cab9f61
View commit details
Copy full SHA for cab9f61
View code at this point
Browse repository at this point
Safe checks: container parameters
danmar
committed
10be2a1
View commit details
Copy full SHA for 10be2a1
View code at this point
Browse repository at this point
Rename valueFlowAllFunctionParameterValues => valueFlowSafeFunctionParameterValues
danmar
committed
8959c5a
View commit details
Copy full SHA for 8959c5a
View code at this point
Browse repository at this point
Commits on Jul 23, 2019
Fix compiler error
danmar
committed
c8bc88e
View commit details
Copy full SHA for c8bc88e
View code at this point
Browse repository at this point
Commits on Jul 13, 2019
testrunner: Make a few tests more 'proper'
danmar
committed
f9bd589
View commit details
Copy full SHA for f9bd589
View code at this point
Browse repository at this point
Commits on Jul 12, 2019
Add handling of a simple C++ contract
danmar
committed
8ad3e43
View commit details
Copy full SHA for 8ad3e43
View code at this point
Browse repository at this point
Annotations: Add annotation __cppcheck_in_range__(low,high)
danmar
committed
68cc751
View commit details
Copy full SHA for 68cc751
View code at this point
Browse repository at this point
Commits on Jul 11, 2019
Rename safeValues to unknownValues
danmar
committed
783f7f1
View commit details
Copy full SHA for 783f7f1
View code at this point
Browse repository at this point
Commits on Jul 10, 2019
Function return: Extra check of safe function return values
danmar
committed
05d35b0
View commit details
Copy full SHA for 05d35b0
View code at this point
Browse repository at this point
Safe functions: Check more possible function argument values
danmar
committed
c990612
View commit details
Copy full SHA for c990612
View code at this point
Browse repository at this point
Refactoring: enum class
danmar
committed
9f548ef
View commit details
Copy full SHA for 9f548ef
View code at this point
Browse repository at this point
Commits on Jul 5, 2019
Fix #6115 (Add support to realloc to cfg files) (#1953)
Show description for 839fcdd
rikardfalkeborn
authored and
danmar
committed
839fcdd
View commit details
Copy full SHA for 839fcdd
View code at this point
Browse repository at this point
Commits on Jun 30, 2019
Fixed #8356 (ValueFlow: variable is not changed in for loop)
danmar
committed
56df616
View commit details
Copy full SHA for 56df616
View code at this point
Browse repository at this point
Commits on Jun 29, 2019
Valueflow: support global static const variables (#1861)
rikardfalkeborn
authored and
danmar
committed
d1d622b
View commit details
Copy full SHA for d1d622b
View code at this point
Browse repository at this point
Commits on Jun 17, 2019
FP on assignment through pointer (#1887)
Show description for 44d6066
Ken-Patrick
authored and
danmar
committed
44d6066
View commit details
Copy full SHA for 44d6066
View code at this point
Browse repository at this point
Refactoring; Use range for loop (#1900)
rikardfalkeborn
authored and
amai2012
committed
b1c8d81
View commit details
Copy full SHA for b1c8d81
View code at this point
Browse repository at this point
Commits on Jun 16, 2019
Bugfix buffer size for strdup like functions (#1893)
Show description for d909ac8
rikardfalkeborn
authored and
danmar
committed
d909ac8
View commit details
Copy full SHA for d909ac8
View code at this point
Browse repository at this point
Commits on May 30, 2019
Running astyle [ci skip]
orbitcowboy
committed
55df395
View commit details
Copy full SHA for 55df395
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.