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
astutils.cpp
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 19, 2022
Refactor to use AST for isContainerSizeChanged (#4222)
pfultz2
authored
e735376
View commit details
Copy full SHA for e735376
View code at this point
Browse repository at this point
Commits on Jun 16, 2022
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
Commits on Jun 10, 2022
Fix #10618 FP knownConditionTrueFalse with virtual function (#4194)
Show description for 51c8630
chrchr-github
authored
51c8630
View commit details
Copy full SHA for 51c8630
View code at this point
Browse repository at this point
Commits on Jun 8, 2022
LCppC backport: Various optimizations (#4182)
Show description for 1275b52
PKEuS
authored
1275b52
View commit details
Copy full SHA for 1275b52
View code at this point
Browse repository at this point
Commits on Jun 3, 2022
Fix #11085 FN constVariable with range-based for (#4118)
chrchr-github
authored
e6f2929
View commit details
Copy full SHA for e6f2929
View code at this point
Browse repository at this point
Revert change https://github.com/danmar/cppcheck/commit/3dfe9eff3efcee930d71cc32a525e648071ca977#commitcomment-75236431.
orbitcowboy
committed
9b0f41e
View commit details
Copy full SHA for 9b0f41e
View code at this point
Browse repository at this point
Commits on Jun 2, 2022
astutils.cpp: Removed useless parentheses
orbitcowboy
committed
c24edc5
View commit details
Copy full SHA for c24edc5
View code at this point
Browse repository at this point
astutils.cpp: Improved const correctness
orbitcowboy
committed
3dfe9ef
View commit details
Copy full SHA for 3dfe9ef
View code at this point
Browse repository at this point
Commits on May 31, 2022
inlined `findAstNode()` calls (#4146)
firewave
authored
3d5d2e8
View commit details
Copy full SHA for 3d5d2e8
View code at this point
Browse repository at this point
Commits on May 29, 2022
Fix #10980 FN constVariable with range-based for loop (#4144)
Show description for 7fbb9c7
chrchr-github
authored
7fbb9c7
View commit details
Copy full SHA for 7fbb9c7
View code at this point
Browse repository at this point
Commits on May 21, 2022
Fix 11076: Assert failure / crash with loop over init list (#4119)
pfultz2
authored
feaef46
View commit details
Copy full SHA for feaef46
View code at this point
Browse repository at this point
Commits on May 13, 2022
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 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 #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
Commits on May 9, 2022
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 5, 2022
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
Commits on May 4, 2022
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
Commits on May 3, 2022
Fix #11034 FN duplicateCondition with struct member (#4074)
Show description for 509e42a
chrchr-github
authored
509e42a
View commit details
Copy full SHA for 509e42a
View code at this point
Browse repository at this point
Commits on Apr 28, 2022
Fix 11006: FP uninitvar with unknown constant (#4056)
pfultz2
authored
aafd1e1
View commit details
Copy full SHA for aafd1e1
View code at this point
Browse repository at this point
Commits on Apr 11, 2022
Fix 6577: Detect pointer to uninitialised memory with clock_settime() (#3993)
Show description for d97942d
pfultz2
authored
d97942d
View commit details
Copy full SHA for d97942d
View code at this point
Browse repository at this point
Commits on Apr 7, 2022
Fix #10792 FP knownConditionTrueFalse with double to int cast (#3964)
chrchr-github
authored
52b4aeb
View commit details
Copy full SHA for 52b4aeb
View code at this point
Browse repository at this point
Commits on Apr 6, 2022
Fix 10867: false negative: containerOutOfBounds with std::array (regression) (#3976)
Show description for 1d92665
pfultz2
authored
1d92665
View commit details
Copy full SHA for 1d92665
View code at this point
Browse repository at this point
Commits on Apr 5, 2022
Fix #9815 FP redundantInitialization with lambda / #10864 debug: valueFlowConditionExpressions bailout (#3970)
Show description for 4c375e7
chrchr-github
authored
4c375e7
View commit details
Copy full SHA for 4c375e7
View code at this point
Browse repository at this point
Commits on Mar 27, 2022
Fix #10928, #10930 FP constStatement (#3946)
Show description for 63d96e4
chrchr-github
authored
63d96e4
View commit details
Copy full SHA for 63d96e4
View code at this point
Browse repository at this point
Commits on Mar 25, 2022
Fix #10870 FN constStatement with arrays (#3904)
chrchr-github
authored
e54ad24
View commit details
Copy full SHA for e54ad24
View code at this point
Browse repository at this point
Commits on Mar 22, 2022
Fix #8541 FP variableScope (std::for_each with lambda) (#3924)
chrchr-github
authored
39567ea
View commit details
Copy full SHA for 39567ea
View code at this point
Browse repository at this point
Commits on Feb 28, 2022
Fix 10702: FP knownConditionTrueFalse - Member variable modified (#3857)
Show description for 0b310b9
pfultz2
authored
0b310b9
View commit details
Copy full SHA for 0b310b9
View code at this point
Browse repository at this point
Commits on Feb 24, 2022
Refactor: Use getEndOfExprScope instead of getEndOfVarScope (#3855)
pfultz2
authored
45de9a7
View commit details
Copy full SHA for 45de9a7
View code at this point
Browse repository at this point
Commits on Feb 13, 2022
inline visitAstNodes() calls (#3828)
firewave
authored
75b6e8d
View commit details
Copy full SHA for 75b6e8d
View code at this point
Browse repository at this point
Commits on Feb 12, 2022
Partial fix for #9407 FN redundant assignment/unreadVariable (#3651)
chrchr-github
authored
0a99e3b
View commit details
Copy full SHA for 0a99e3b
View code at this point
Browse repository at this point
Commits on Feb 11, 2022
small utils.h cleanup (#3821)
firewave
authored
6e57cc4
View commit details
Copy full SHA for 6e57cc4
View code at this point
Browse repository at this point
Commits on Feb 7, 2022
Fix 10785: False positive: constParameter when using member pointer (#3807)
pfultz2
authored
260d155
View commit details
Copy full SHA for 260d155
View code at this point
Browse repository at this point
Commits on Feb 5, 2022
Update copyright year
danmar
committed
3989408
View commit details
Copy full SHA for 3989408
View code at this point
Browse repository at this point
Commits on Feb 2, 2022
Fix #10484 FP knownConditionTrueFalse with static variable and direct initialization / partial fix for #10248 (#3728)
chrchr-github
authored
a20465e
View commit details
Copy full SHA for a20465e
View code at this point
Browse repository at this point
Commits on Jan 27, 2022
avoid dependency on transitive includes - based on include-what-you-use (#3757)
firewave
authored
171da2e
View commit details
Copy full SHA for 171da2e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.