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 }}
ShadowIce
/
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
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 20, 2022
Fix #11441 FP variableScope when lambda is used (#4660)
chrchr-github
authored
7506b4a
View commit details
Copy full SHA for 7506b4a
Browse repository at this point
Commits on Dec 19, 2022
Partial fix for #11444 cppcheckError: Analysis failed (function not recognized) (#4656)
chrchr-github
authored
ad858e9
View commit details
Copy full SHA for ad858e9
Browse repository at this point
Fix 11442: new "Reference to temporary returned." FPs (#4657)
pfultz2
authored
da32c5a
View commit details
Copy full SHA for da32c5a
Browse repository at this point
some small `CmdLineParser` cleanups and improvements (#4654)
firewave
authored
2cd8bb9
View commit details
Copy full SHA for 2cd8bb9
Browse repository at this point
add/preserve `const` in `dynamic_cast` (#4655)
firewave
authored
6fedbb4
View commit details
Copy full SHA for 6fedbb4
Browse repository at this point
Commits on Dec 18, 2022
Fix 11227: ValueFlow: Known value not set in condition for ternary operator (#4653)
Show description for 9da574f
pfultz2
authored
9da574f
View commit details
Copy full SHA for 9da574f
Browse repository at this point
donate-cpu: fixed interrupted `main` branch compilation (#4643)
firewave
authored
d8451ed
View commit details
Copy full SHA for d8451ed
Browse repository at this point
avoid some unnecessary copies (#4589)
firewave
authored
dc5c5de
View commit details
Copy full SHA for dc5c5de
Browse repository at this point
removed unused test files (#4648)
firewave
authored
0ed98c8
View commit details
Copy full SHA for 0ed98c8
Browse repository at this point
Add test for #11128 (#4649)
chrchr-github
authored
98b3d66
View commit details
Copy full SHA for 98b3d66
Browse repository at this point
Revert fix for #10831 (#4631)
chrchr-github
authored
76c2807
View commit details
Copy full SHA for 76c2807
Browse repository at this point
Get type from auto (#4640)
chrchr-github
authored
617cd29
View commit details
Copy full SHA for 617cd29
Browse repository at this point
Fix FP useStlAlgorithm (don't suggest std::accumulate when nothing is accumulated) (#4647)
chrchr-github
authored
b1abaf8
View commit details
Copy full SHA for b1abaf8
Browse repository at this point
Fix syntaxError on lambda inside decltype (#4650)
Show description for 63e30d1
gerboengels
and
gerboe-of
authored
63e30d1
View commit details
Copy full SHA for 63e30d1
Browse repository at this point
Commits on Dec 17, 2022
Refactoring: Use static for local function getMinMaxValues
danmar
committed
7799f82
View commit details
Copy full SHA for 7799f82
Browse repository at this point
Fix Misra C++ warning 'Limited dependence should be placed on C++ operator precedence rules in expressions.'
danmar
committed
c736d60
View commit details
Copy full SHA for c736d60
Browse repository at this point
greatly sped up `dmake` (#4630)
Show description for e572103
firewave
authored
e572103
View commit details
Copy full SHA for e572103
Browse repository at this point
Commits on Dec 16, 2022
Partial fix for #11378 internalAstError regressions (iscpp11init) (#4629)
Show description for 4c8aa56
chrchr-github
authored
4c8aa56
View commit details
Copy full SHA for 4c8aa56
Browse repository at this point
Commits on Dec 15, 2022
Partial fix for 11303: False negative: knownConditionTrueFalse using container .back() (#4633)
Show description for 9c55b93
pfultz2
authored
9c55b93
View commit details
Copy full SHA for 9c55b93
Browse repository at this point
Fix 10532: False negative: dangling string_view when using ternary operator (#4638)
Show description for 9089894
pfultz2
authored
9089894
View commit details
Copy full SHA for 9089894
Browse repository at this point
Fix #11434 FP knownConditionTrueFalse with loop over bool array (#4646)
Show description for 553b579
chrchr-github
authored
553b579
View commit details
Copy full SHA for 553b579
Browse repository at this point
Fix #11289 FP wrongPrintfScanfArgNum - snprintf with parameter pack (#4644)
chrchr-github
authored
0c1e2ce
View commit details
Copy full SHA for 0c1e2ce
Browse repository at this point
Commits on Dec 14, 2022
Fix #11431 FP resourceLeak with goto (#4645)
chrchr-github
authored
b7693cc
View commit details
Copy full SHA for b7693cc
Browse repository at this point
Commits on Dec 13, 2022
extracted `FwdAnalysis` from `astutils.{cpp|h}` (#4637)
Show description for 29e0133
firewave
authored
29e0133
View commit details
Copy full SHA for 29e0133
Browse repository at this point
Fix 11250: FN: bufferAccessOutOfBounds (comma operator: int x = (3,4) ) (#4636)
Show description for e2f398f
pfultz2
authored
e2f398f
View commit details
Copy full SHA for e2f398f
Browse repository at this point
fixed #11428 - improved handling of suffixes in `MathLib::to{Double|ULong|Long}Number()` (#4635)
Show description for e01c463
firewave
authored
e01c463
View commit details
Copy full SHA for e01c463
Browse repository at this point
Fix 11349: FP negativeIndex for clamped array index (#4627)
Show description for b4d455d
pfultz2
authored
b4d455d
View commit details
Copy full SHA for b4d455d
Browse repository at this point
Commits on Dec 12, 2022
Fix #11423 Crash in valueFlowForwardConst() (#4634)
chrchr-github
authored
5b687cb
View commit details
Copy full SHA for 5b687cb
Browse repository at this point
Fix #11432 FP passedByValue for overriden function (#4632)
chrchr-github
authored
3f50540
View commit details
Copy full SHA for 3f50540
Browse repository at this point
Commits on Dec 11, 2022
Refactoring: Remove unused parameter for AnalyzerInfo::reportErr
danmar
committed
7aae78f
View commit details
Copy full SHA for 7aae78f
Browse repository at this point
test-my-pr, mark --c-only and --cpp-only mutually exclusive (#4628)
Show description for ac52553
rikardfalkeborn
authored
ac52553
View commit details
Copy full SHA for ac52553
Browse repository at this point
Commits on Dec 9, 2022
Fix 11358: FP containerOutOfBounds for container passed by pointer (#4626)
pfultz2
authored
3f88744
View commit details
Copy full SHA for 3f88744
Browse repository at this point
optimized deserializing of `ErrorMessage` and related main process code (#4610)
firewave
authored
40a69e5
View commit details
Copy full SHA for 40a69e5
Browse repository at this point
bump simplecpp (#4618)
firewave
authored
bdee2ff
View commit details
Copy full SHA for bdee2ff
Browse repository at this point
Throw internal error when tokens are not in order (#4623)
Show description for 6eccb2e
pfultz2
authored
6eccb2e
View commit details
Copy full SHA for 6eccb2e
Browse repository at this point
Previous
Next
You can’t perform that action at this time.