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
lib
on
addon-error
User selector
All users
Datepicker
All time
Commit history
Commits on May 17, 2022
1
danmar
committed
febd81d
View commit details
Copy full SHA for febd81d
View code at this point
Browse repository at this point
Commits on May 15, 2022
fail `run-clang-tidy` in case of compiler warnings / fixed Clang warnings / cleanups (#4036)
firewave
authored
14421ae
View commit details
Copy full SHA for 14421ae
View code at this point
Browse repository at this point
Cleanup redundant parentheses
orbitcowboy
committed
e02182b
View commit details
Copy full SHA for e02182b
View code at this point
Browse repository at this point
Commits on May 14, 2022
library: Improved argument <valid>-interface to defined values that are explicitly excluded. (#4111)
Show description for 4f410ff
orbitcowboy
authored
4f410ff
View commit details
Copy full SHA for 4f410ff
View code at this point
Browse repository at this point
Commits on May 13, 2022
Fix #8004 unintentional semicolon in expression '.. ; +dostuff();' (#4109)
Show description for 52f507d
chrchr-github
authored
52f507d
View commit details
Copy full SHA for 52f507d
View code at this point
Browse repository at this point
Fix 11057: FP danglingTemporaryLifetime with reference member (#4103)
Show description for fbba72a
pfultz2
authored
fbba72a
View commit details
Copy full SHA for fbba72a
View code at this point
Browse repository at this point
Commits on May 12, 2022
Fix 11056: FP uninitvar with known condition in loop (#4107)
Show description for 5f9bee9
pfultz2
authored
5f9bee9
View commit details
Copy full SHA for 5f9bee9
View code at this point
Browse repository at this point
Fix 11035: FP arrayIndexOutOfBoundsCond with array and vector (#4105)
Show description for 5d8da2b
pfultz2
authored
5d8da2b
View commit details
Copy full SHA for 5d8da2b
View code at this point
Browse repository at this point
Commits on May 11, 2022
Fix #9861 FN: "static" not suggested for non-const method (#4101)
Show description for e7e8b1b
chrchr-github
authored
e7e8b1b
View commit details
Copy full SHA for e7e8b1b
View code at this point
Browse repository at this point
Fix #11059 FP multiCondition when variable is assigned in if/else (#4102)
chrchr-github
authored
63a1698
View commit details
Copy full SHA for 63a1698
View code at this point
Browse repository at this point
Fix #7197 not getting expected warning in relational comparison of booleans (#4095)
Show description for 942dbad
chrchr-github
authored
942dbad
View commit details
Copy full SHA for 942dbad
View code at this point
Browse repository at this point
Commits on May 10, 2022
AST: Fix AST for array size calculation in cast (char (*)[...])
danmar
committed
72ba85a
View commit details
Copy full SHA for 72ba85a
View code at this point
Browse repository at this point
Tokenizer: fix for __attribute__ before function that returns a reference
danmar
committed
4257f9d
View commit details
Copy full SHA for 4257f9d
View code at this point
Browse repository at this point
Fix #11052 inline static global struct declaration interferes with checks (#4098)
chrchr-github
authored
a70d11a
View commit details
Copy full SHA for a70d11a
View code at this point
Browse repository at this point
Fix boolean expressions (#4099)
Show description for 759c16f
chrchr-github
authored
759c16f
View commit details
Copy full SHA for 759c16f
View code at this point
Browse repository at this point
dump: add token isComplex attribute
danmar
committed
0a4e2ab
View commit details
Copy full SHA for 0a4e2ab
View code at this point
Browse repository at this point
Remove severity 'experimental' from checkComparisonOfBoolWithBool() (#4097)
Show description for e2bb77f
chrchr-github
authored
e2bb77f
View commit details
Copy full SHA for e2bb77f
View code at this point
Browse repository at this point
Fix FP uninitMemberVar with defaulted special member functions (#4094)
Show description for 52cbbb0
chrchr-github
authored
52cbbb0
View commit details
Copy full SHA for 52cbbb0
View code at this point
Browse repository at this point
Commits on May 9, 2022
Fix #10569 FN: duplicateExpression with multiple strings compared (#4087)
chrchr-github
authored
54f832a
View commit details
Copy full SHA for 54f832a
View code at this point
Browse repository at this point
Fix #9391 False negative: Uninitialized struct member (default constructor) (#4088)
Show description for 38bdece
chrchr-github
authored
38bdece
View commit details
Copy full SHA for 38bdece
View code at this point
Browse repository at this point
Fix 11053: Integer division by zero in calculate.h (#4092)
Show description for be6daa9
pfultz2
authored
be6daa9
View commit details
Copy full SHA for be6daa9
View code at this point
Browse repository at this point
Fix 11044: FP knownConditionTrueFalse after early return (#4091)
Show description for 69f09da
pfultz2
authored
69f09da
View commit details
Copy full SHA for 69f09da
View code at this point
Browse repository at this point
Commits on May 8, 2022
fixed some clang-tidy warnings (#3080)
firewave
authored
c710335
View commit details
Copy full SHA for c710335
View code at this point
Browse repository at this point
Tokenizer: Fix handling of __attribute__ for overloaded operator function
danmar
committed
eb9c4b4
View commit details
Copy full SHA for eb9c4b4
View code at this point
Browse repository at this point
Tokenizer: improved handling of __asm__ in function declaration
danmar
committed
fab5528
View commit details
Copy full SHA for fab5528
View code at this point
Browse repository at this point
Commits on May 7, 2022
Revert "Tokenizer: handle when __asm__ directive is provided for function"
Show description for 449d351
danmar
committed
449d351
View commit details
Copy full SHA for 449d351
View code at this point
Browse repository at this point
Tokenizer: handle when __asm__ directive is provided for function
danmar
committed
f25b8cf
View commit details
Copy full SHA for f25b8cf
View code at this point
Browse repository at this point
Commits on May 5, 2022
Fix #11045 syntaxError with unknown macros and using namespace (#4086)
chrchr-github
authored
612d7be
View commit details
Copy full SHA for 612d7be
View code at this point
Browse repository at this point
Fix 11040: FP nullPointer after loop (#4085)
pfultz2
authored
843f789
View commit details
Copy full SHA for 843f789
View code at this point
Browse repository at this point
Fix 11027: False positive: containerOutOfBounds from condition in assert (#4084)
Show description for 8d16ee9
pfultz2
authored
8d16ee9
View commit details
Copy full SHA for 8d16ee9
View code at this point
Browse repository at this point
Fix 11028: False positive: invalidContainer (#4083)
Show description for 5afd688
pfultz2
authored
5afd688
View commit details
Copy full SHA for 5afd688
View code at this point
Browse repository at this point
Fix #11018 FP uninitvar with redundant pointer op (#4082)
Show description for adba751
chrchr-github
authored
adba751
View commit details
Copy full SHA for adba751
View code at this point
Browse repository at this point
Fix #11041 FN constVariable with array of pointers [regression] (#4080)
Show description for aebc080
chrchr-github
authored
aebc080
View commit details
Copy full SHA for aebc080
View code at this point
Browse repository at this point
Commits on May 4, 2022
FIx FN shadowVariable in static function (#4079)
Show description for 9a37992
chrchr-github
authored
9a37992
View commit details
Copy full SHA for 9a37992
View code at this point
Browse repository at this point
Fix #10650 FN knownConditionTrueFalse with const int value (#4078)
chrchr-github
authored
e2069dd
View commit details
Copy full SHA for e2069dd
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.