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
.
AlgorithmCxxWork
/
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
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 25, 2022
Remove simplifyKnownVariables() (#4232)
Show description for 63e567e
chrchr-github
authored
63e567e
View commit details
Copy full SHA for 63e567e
View code at this point
Browse repository at this point
Commits on Jun 24, 2022
Add test for #10463 (#4231)
Show description for 11860cc
chrchr-github
authored
11860cc
View commit details
Copy full SHA for 11860cc
View code at this point
Browse repository at this point
Commits on Jun 23, 2022
Fix FP containerOutOfBounds with std::map (#4230)
chrchr-github
authored
60c1eef
View commit details
Copy full SHA for 60c1eef
View code at this point
Browse repository at this point
Commits on Jun 22, 2022
Fix FP constVariable with 2D array. (#4228)
Show description for f1212e6
chrchr-github
authored
f1212e6
View commit details
Copy full SHA for f1212e6
View code at this point
Browse repository at this point
Commits on Jun 21, 2022
CheckClass: Fix false negatives for uninitMemberVar
danmar
committed
1d5166d
View commit details
Copy full SHA for 1d5166d
View code at this point
Browse repository at this point
Fix #11143 FP: unreadVariable (remove simplifyMathExpressions()) (#4227)
Show description for a658baf
chrchr-github
authored
a658baf
View commit details
Copy full SHA for a658baf
View code at this point
Browse repository at this point
Fix FP with embedded zeros (#4226)
Show description for 0d4b439
chrchr-github
authored
0d4b439
View commit details
Copy full SHA for 0d4b439
View code at this point
Browse repository at this point
Commits on Jun 20, 2022
Fix FP with complex array size expression (#4225)
Show description for de2509f
chrchr-github
authored
de2509f
View commit details
Copy full SHA for de2509f
View code at this point
Browse repository at this point
Partial fix for #11137 FN: invalidFunctionArgStr printf argument (#4224)
Show description for 5b9fa96
chrchr-github
authored
5b9fa96
View commit details
Copy full SHA for 5b9fa96
View code at this point
Browse repository at this point
Commits on Jun 19, 2022
Use the correct test name for SKIP_TESTS (#4221)
pfultz2
authored
6843bf6
View commit details
Copy full SHA for 6843bf6
View code at this point
Browse repository at this point
Replaced check for pipe() buffer size by ordinary CheckBufferOverrun, provide required Library configuration option (#4183)
Show description for 9eb16e1
PKEuS
authored
9eb16e1
View commit details
Copy full SHA for 9eb16e1
View code at this point
Browse repository at this point
Tokenizer: removing more stuff from simplifyTokenList2
danmar
committed
6873f52
View commit details
Copy full SHA for 6873f52
View code at this point
Browse repository at this point
std.cfg: Added a TODO test case
orbitcowboy
committed
3dcdd5f
View commit details
Copy full SHA for 3dcdd5f
View code at this point
Browse repository at this point
Commits on Jun 18, 2022
Tokenizer: Remove more stuff from simplifyTokenList2
danmar
committed
a7815ed
View commit details
Copy full SHA for a7815ed
View code at this point
Browse repository at this point
Commits on Jun 17, 2022
Tokenizer: remove stuff from simplifyTokenList2
danmar
committed
aa8c17a
View commit details
Copy full SHA for aa8c17a
View code at this point
Browse repository at this point
Commits on Jun 16, 2022
Fixed #11101 (False positive: derived union members are initialized in constructor)
danmar
committed
968d8d1
View commit details
Copy full SHA for 968d8d1
View code at this point
Browse repository at this point
Fix 11087: false negative: usage of reference to member of temporary object not detected (#4217)
Show description for 3e09503
pfultz2
authored
3e09503
View commit details
Copy full SHA for 3e09503
View code at this point
Browse repository at this point
Fix 10570: Improve check; condition then pointer dereference, different pointers (#4216)
Show description for 9cecc84
pfultz2
authored
9cecc84
View commit details
Copy full SHA for 9cecc84
View code at this point
Browse repository at this point
Fix 9135: Access of moved variable not detected in loop (#4215)
Show description for de51ebb
pfultz2
authored
de51ebb
View commit details
Copy full SHA for de51ebb
View code at this point
Browse repository at this point
Tokenizer: Remove some functions from simplifyTokenList2
danmar
committed
dbb12cb
View commit details
Copy full SHA for dbb12cb
View code at this point
Browse repository at this point
Commits on Jun 14, 2022
Fix #10655 FN bitwiseOnBoolean with unseen function (#4214)
chrchr-github
authored
176eefc
View commit details
Copy full SHA for 176eefc
View code at this point
Browse repository at this point
Add tests for #9194, #10415, #4759, #9876, #10006 (#4213)
Show description for de9b65c
chrchr-github
authored
de9b65c
View commit details
Copy full SHA for de9b65c
View code at this point
Browse repository at this point
Fix FP unusedVar with side effects in destructor (#4212)
chrchr-github
authored
6d22d6a
View commit details
Copy full SHA for 6d22d6a
View code at this point
Browse repository at this point
Add some tests (#4211)
Show description for 6f5a5fd
chrchr-github
authored
6f5a5fd
View commit details
Copy full SHA for 6f5a5fd
View code at this point
Browse repository at this point
Commits on Jun 12, 2022
Tokenizer: Remove simplifyCharAt from simplifyTokenList2
danmar
committed
343d04f
View commit details
Copy full SHA for 343d04f
View code at this point
Browse repository at this point
cppcheck build dir: do not produce invalid dump file if code is unchanged and checking is skipped.
danmar
committed
8255e32
View commit details
Copy full SHA for 8255e32
View code at this point
Browse repository at this point
Fix 10619: Valueflow: Library function in subfunction does not propagate all values (#4209)
pfultz2
authored
d4fb565
View commit details
Copy full SHA for d4fb565
View code at this point
Browse repository at this point
Fix 10740: valueflow; conditional value. incremented value is oob. (#4208)
pfultz2
authored
bd63534
View commit details
Copy full SHA for bd63534
View code at this point
Browse repository at this point
Commits on Jun 11, 2022
Fix #10191 FP redundantCopyLocalConst - referenced variable changes (#4202)
chrchr-github
authored
ecb24e2
View commit details
Copy full SHA for ecb24e2
View code at this point
Browse repository at this point
C++20 support: Support consteval and constinit (#4203)
Show description for cb382ac
PKEuS
authored
cb382ac
View commit details
Copy full SHA for cb382ac
View code at this point
Browse repository at this point
Fix 11124: FP knownConditionTrueFalse with fruit (#4196)
Show description for 8945c15
pfultz2
authored
8945c15
View commit details
Copy full SHA for 8945c15
View code at this point
Browse repository at this point
Fix #10545 FP redundantCopyLocalConst with modified object [inconclusive] (#4197)
Show description for 8579feb
chrchr-github
authored
8579feb
View commit details
Copy full SHA for 8579feb
View code at this point
Browse repository at this point
Fix 11100: FP knownConditionTrueFalse with getter/setter member functions (#4198)
Show description for 653a1ea
pfultz2
authored
653a1ea
View commit details
Copy full SHA for 653a1ea
View code at this point
Browse repository at this point
LCppC backport: Restored Check: Detect negative VLA and allocation (new[]) sizes (#4187)
PKEuS
authored
82af702
View commit details
Copy full SHA for 82af702
View code at this point
Browse repository at this point
Improvement: Set varId for variables with global scope operator :: Refactorization: Moved internal class from tokenize.h to tokenize.cpp (#4184)
Show description for 99ce89c
PKEuS
authored
99ce89c
View commit details
Copy full SHA for 99ce89c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.