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 }}
epiii
/
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
token.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 20, 2016
Fixed #6180 (Usage of variable after std::move or std::forward)
zingsheim
authored and
danmar
committed
c8ff96f
View commit details
Copy full SHA for c8ff96f
View code at this point
Browse repository at this point
Commits on Nov 13, 2016
ValueFlow: Added float type
danmar
committed
e1e9eac
View commit details
Copy full SHA for e1e9eac
View code at this point
Browse repository at this point
ValueFlow: allow more value types
danmar
committed
4732667
View commit details
Copy full SHA for 4732667
View code at this point
Browse repository at this point
Commits on Oct 29, 2016
Token: Improved const correctness of findsimplematch() and findmatch(). There are no functional changes.
orbitcowboy
committed
960a0c6
View commit details
Copy full SHA for 960a0c6
View code at this point
Browse repository at this point
Commits on Sep 22, 2016
Show struct member in unsignedLessThanZeroError warning
Show description for 0154d39
JIghtuse
committed
0154d39
View commit details
Copy full SHA for 0154d39
View code at this point
Browse repository at this point
Commits on Jul 29, 2016
Token: Allow dollar sign in identifiers
danmar
committed
a65ae3c
View commit details
Copy full SHA for a65ae3c
View code at this point
Browse repository at this point
Commits on Jul 18, 2016
cleanup tests
danmar
committed
b944377
View commit details
Copy full SHA for b944377
View code at this point
Browse repository at this point
Commits on Apr 22, 2016
Fixed #7426 (RFC: time to replace simplifyEnum?)
danmar
committed
dc2a922
View commit details
Copy full SHA for dc2a922
View code at this point
Browse repository at this point
Commits on Feb 4, 2016
Fixed bug in Token::findClosingBracket() and broken unit test (#7277)
PKEuS
committed
b801386
View commit details
Copy full SHA for b801386
View code at this point
Browse repository at this point
Commits on Feb 2, 2016
Fixed bug in Token::swapWithNext(): swap _link correctly
PKEuS
committed
e063e97
View commit details
Copy full SHA for e063e97
View code at this point
Browse repository at this point
Fixed several bugs when deleting and swapping tokens
PKEuS
committed
d8b75e3
View commit details
Copy full SHA for d8b75e3
View code at this point
Browse repository at this point
Removed support for patterns like |a|b and a||b (equal to a|b|)
Show description for 4b9241f
PKEuS
committed
4b9241f
View commit details
Copy full SHA for 4b9241f
View code at this point
Browse repository at this point
Commits on Jan 1, 2016
Merge pull request #745 from lanurmi/2016_ad
Show description for 95009a4
danmar
committed
95009a4
View commit details
Copy full SHA for 95009a4
View code at this point
Browse repository at this point
Update copyright year to 2007-2016.
lanurmi
committed
996c924
View commit details
Copy full SHA for 996c924
View code at this point
Browse repository at this point
Print type information in AST dump
danmar
committed
1e09797
View commit details
Copy full SHA for 1e09797
View code at this point
Browse repository at this point
Commits on Dec 31, 2015
Fixed #7230 (Confusing code snippet in error message)
danmar
committed
8171154
View commit details
Copy full SHA for 8171154
View code at this point
Browse repository at this point
Commits on Dec 24, 2015
Fixed #3206 and #7226 (New check: Undefined execution order)
danmar
committed
81f0597
View commit details
Copy full SHA for 81f0597
View code at this point
Browse repository at this point
Commits on Dec 14, 2015
Refactorized token.cpp:
Show description for 18693a7
PKEuS
committed
18693a7
View commit details
Copy full SHA for 18693a7
View code at this point
Browse repository at this point
Commits on Dec 6, 2015
#6269 false positives in case of overloaded standard library functions. Detect memset() with proper argument cound, using new function numberOfArguments()
amai2012
committed
9d8dffb
View commit details
Copy full SHA for 9d8dffb
View code at this point
Browse repository at this point
Commits on Dec 5, 2015
#7183 CheckClass::checkMemset() uint overflow. Plus some minor refactoring
amai2012
committed
e69377d
View commit details
Copy full SHA for e69377d
View code at this point
Browse repository at this point
Commits on Nov 29, 2015
Small refactorizations:
Show description for e8522c7
PKEuS
committed
e8522c7
View commit details
Copy full SHA for e8522c7
View code at this point
Browse repository at this point
Commits on Nov 18, 2015
Changed Copyrights. Removed my name.
danmar
committed
0f9d90d
View commit details
Copy full SHA for 0f9d90d
View code at this point
Browse repository at this point
Commits on Oct 26, 2015
Fixed crash on garbage code (#7074)
PKEuS
committed
636bf75
View commit details
Copy full SHA for 636bf75
View code at this point
Browse repository at this point
Fixed broken function Token::getCharAt() (#7073)
PKEuS
committed
0370c66
View commit details
Copy full SHA for 0370c66
View code at this point
Browse repository at this point
Commits on Oct 19, 2015
Refactorization: Simplified code in tokenlist.cpp, token.cpp and testthreadexecutor.cpp
PKEuS
committed
a837cc4
View commit details
Copy full SHA for a837cc4
View code at this point
Browse repository at this point
Commits on Oct 11, 2015
avoid some fixes for noisy signedness warnings
danmar
committed
40fffdd
View commit details
Copy full SHA for 40fffdd
View code at this point
Browse repository at this point
Commits on Oct 7, 2015
Fixed crash on garbage code (#7022)
PKEuS
committed
50ed47c
View commit details
Copy full SHA for 50ed47c
View code at this point
Browse repository at this point
Commits on Oct 4, 2015
SymbolDatabase: Add type information in AST
danmar
committed
9b25361
View commit details
Copy full SHA for 9b25361
View code at this point
Browse repository at this point
Commits on Sep 9, 2015
Revert "Fixed false negative #5815"
Show description for fbbdfa8
PKEuS
committed
fbbdfa8
View commit details
Copy full SHA for fbbdfa8
View code at this point
Browse repository at this point
Commits on Aug 31, 2015
Fixed false negative #5815
PKEuS
committed
dc6c278
View commit details
Copy full SHA for dc6c278
View code at this point
Browse repository at this point
Commits on Aug 27, 2015
Merge pull request #655 from Dmitry-Me/explicitConstCastBetterNames
Show description for 436d7b6
danmar
committed
436d7b6
View commit details
Copy full SHA for 436d7b6
View code at this point
Browse repository at this point
Use const_cast to add const, better variable name
Dmitry-Me
committed
c760cce
View commit details
Copy full SHA for c760cce
View code at this point
Browse repository at this point
Rewritten handling of declaration specifiers:
Show description for 2ace3d3
PKEuS
committed
2ace3d3
View commit details
Copy full SHA for 2ace3d3
View code at this point
Browse repository at this point
Commits on Aug 15, 2015
Added pointer to Type to Token (similar to Token::Variable() and Token::function()):
Show description for 4d80df2
PKEuS
committed
4d80df2
View commit details
Copy full SHA for 4d80df2
View code at this point
Browse repository at this point
Commits on Aug 12, 2015
Fixed #6914 (Token::expressionString: parenthesis missing in expression (*it)->stats.corpse_ticks)
danmar
committed
6865724
View commit details
Copy full SHA for 6865724
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.