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 }}
napcode
/
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
testother.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 10, 2020
astyle formatting
Show description for e78775f
danmar
committed
e78775f
View commit details
Copy full SHA for e78775f
View code at this point
Browse repository at this point
Improve duplicateExpressionTernary (#2484)
Show description for 9afeef0
rikardfalkeborn
authored and
amai2012
committed
9afeef0
View commit details
Copy full SHA for 9afeef0
View code at this point
Browse repository at this point
Commits on Jan 4, 2020
9356: Prevent false positive when passing non-const reference to member constructor (#2370)
Show description for eca7ee9
Ken-Patrick
authored and
danmar
committed
eca7ee9
View commit details
Copy full SHA for eca7ee9
View code at this point
Browse repository at this point
Commits on Dec 18, 2019
Fixed #9420 (False positive - redundantInitialization)
danmar
committed
235ef0a
View commit details
Copy full SHA for 235ef0a
View code at this point
Browse repository at this point
Commits on Dec 14, 2019
Fixed #9532 (False positive: Out of bounds access in expression 'v[0]' because 'v' is empty.)
danmar
committed
bcfc592
View commit details
Copy full SHA for bcfc592
View code at this point
Browse repository at this point
Fix issue 9485: knownConditionTrueFalse false positive with integer constants (#2447)
Show description for 06752d7
pfultz2
authored and
danmar
committed
06752d7
View commit details
Copy full SHA for 06752d7
View code at this point
Browse repository at this point
Commits on Dec 11, 2019
Remove duplicate test
Show description for 064795a
Dmitry-Me
committed
064795a
View commit details
Copy full SHA for 064795a
View code at this point
Browse repository at this point
Commits on Dec 8, 2019
Run astyle [ci skip]
amai2012
committed
f5df06a
View commit details
Copy full SHA for f5df06a
View code at this point
Browse repository at this point
Commits on Dec 6, 2019
Improve test coverage for redundant bitwise operations
Dmitry-Me
committed
047418d
View commit details
Copy full SHA for 047418d
View code at this point
Browse repository at this point
Commits on Nov 18, 2019
Fixx issue 9355: FP constParameter when returning non-const reference to struct member (#2373)
pfultz2
authored and
danmar
committed
ed1acc3
View commit details
Copy full SHA for ed1acc3
View code at this point
Browse repository at this point
Commits on Nov 11, 2019
Fix #9166 (print proper types in invalidCast message) (#2347)
Show description for 38dea47
rikardfalkeborn
authored and
danmar
committed
38dea47
View commit details
Copy full SHA for 38dea47
View code at this point
Browse repository at this point
Commits on Nov 1, 2019
Improve test coverage
Dmitry-Me
committed
0b97f37
View commit details
Copy full SHA for 0b97f37
View code at this point
Browse repository at this point
Commits on Oct 20, 2019
Try to make Travis happy
danmar
committed
68ea60d
View commit details
Copy full SHA for 68ea60d
View code at this point
Browse repository at this point
Fixed #9261 (Inconsistent violation report between using global enum and namespaced enum.)
danmar
committed
00fae7f
View commit details
Copy full SHA for 00fae7f
View code at this point
Browse repository at this point
Commits on Oct 19, 2019
Fix #9262 (False positive on variable assignment when putting enum in namespace)
danmar
committed
4943771
View commit details
Copy full SHA for 4943771
View code at this point
Browse repository at this point
Commits on Oct 17, 2019
Fixed #9344 (FP redundantAssignment related to increasing index variable for vector)
danmar
committed
99ef644
View commit details
Copy full SHA for 99ef644
View code at this point
Browse repository at this point
Commits on Oct 8, 2019
Parse `extern "C"`, and use it to avoid FP reference warnings (#2234)
Show description for 506a952
smokris
authored and
danmar
committed
506a952
View commit details
Copy full SHA for 506a952
View code at this point
Browse repository at this point
Commits on Sep 25, 2019
Various clang-tidy fixes (#2192)
Show description for eac040a
firewave
authored and
danmar
committed
eac040a
View commit details
Copy full SHA for eac040a
View code at this point
Browse repository at this point
Commits on Sep 20, 2019
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 13, 2019
Fix issue 9352: FP constParameter and constVariable for auto& in combination with ternary ?: operator (#2173)
pfultz2
authored and
danmar
committed
068b0b2
View commit details
Copy full SHA for 068b0b2
View code at this point
Browse repository at this point
Commits on Sep 5, 2019
Fix issue 9320: False positive knownConditionTrueFalse related to truncation (#2144)
pfultz2
authored and
danmar
committed
e657cf4
View commit details
Copy full SHA for e657cf4
View code at this point
Browse repository at this point
Commits on Sep 4, 2019
Clarify redundantVarAssignment warnings
danmar
committed
a9fda3f
View commit details
Copy full SHA for a9fda3f
View code at this point
Browse repository at this point
Commits on Aug 25, 2019
Try to make Travis happy
danmar
committed
4bd9d76
View commit details
Copy full SHA for 4bd9d76
View code at this point
Browse repository at this point
Created redundantInitialization id
danmar
committed
82eec11
View commit details
Copy full SHA for 82eec11
View code at this point
Browse repository at this point
Commits on Aug 24, 2019
Redundant assignments: Fix false positive when reassignment expression contains assembler
danmar
committed
324e5e5
View commit details
Copy full SHA for 324e5e5
View code at this point
Browse repository at this point
Commits on Aug 23, 2019
RedundantAssignment: Don't warn for initialization with {0}
danmar
committed
7061cc3
View commit details
Copy full SHA for 7061cc3
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
Commits on Jul 24, 2019
Fix issue 9231: FP constParameter - argument passed parent ctor (#2032)
pfultz2
authored and
danmar
committed
744a94a
View commit details
Copy full SHA for 744a94a
View code at this point
Browse repository at this point
Add check for const variables
Show description for bb52a63
pfultz2
authored and
danmar
committed
bb52a63
View commit details
Copy full SHA for bb52a63
View code at this point
Browse repository at this point
Commits on Jul 17, 2019
Detect shadowed arguments
danmar
committed
d11d6f1
View commit details
Copy full SHA for d11d6f1
View code at this point
Browse repository at this point
Commits on Jul 13, 2019
Fixed #5995 (False negative selfAssignment regression from 1.65)
danmar
committed
cf06aca
View commit details
Copy full SHA for cf06aca
View code at this point
Browse repository at this point
Commits on Jul 3, 2019
Check for more garbage code (#1949)
Show description for 8f4cb36
pfultz2
authored and
danmar
committed
8f4cb36
View commit details
Copy full SHA for 8f4cb36
View code at this point
Browse repository at this point
Commits on Jun 30, 2019
Correct Zero/Null as pointer constant (#1938)
Show description for a195477
scottfurry
authored and
danmar
committed
a195477
View commit details
Copy full SHA for a195477
View code at this point
Browse repository at this point
Commits on Jun 22, 2019
Try to improve 'clarifyStatement' warning message
danmar
committed
7ceb51a
View commit details
Copy full SHA for 7ceb51a
View code at this point
Browse repository at this point
Clarify tests
danmar
committed
16bed07
View commit details
Copy full SHA for 16bed07
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.