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 }}
Lin-Deng
/
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
tokenize.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 7, 2019
Fix #9250 (Regression: crash in gcc testsuite) (#2067)
Show description for c6c5056
IOBYTE
authored and
danmar
committed
c6c5056
View commit details
Copy full SHA for c6c5056
View code at this point
Browse repository at this point
Commits on Aug 5, 2019
Improve --debug-warnings output for 'auto' tokens without type. Do not report that prematurely before the type is set properly.
danmar
committed
ebcca4e
View commit details
Copy full SHA for ebcca4e
View code at this point
Browse repository at this point
Commits on Aug 3, 2019
Fixed #9137 (Tokenizer: Wrong handling of volatile pointer)
danmar
committed
cdc602e
View commit details
Copy full SHA for cdc602e
View code at this point
Browse repository at this point
Commits on Aug 2, 2019
Fix some bugs in new Scope Calculation code (#2060)
Show description for d2b9c1f
rebnridgway
authored and
danmar
committed
d2b9c1f
View commit details
Copy full SHA for d2b9c1f
View code at this point
Browse repository at this point
Commits on Jul 31, 2019
std.cfg: Added *experimental* support for math constants liken M_PI. These are *NOT* standard, but they are supported by GCC/Clang and VS.
orbitcowboy
committed
a9bdf99
View commit details
Copy full SHA for a9bdf99
View code at this point
Browse repository at this point
Calculate token scopes in advance rather than as the tokenlist is iterated (#2038)
Show description for e629f9a
rebnridgway
authored and
danmar
committed
e629f9a
View commit details
Copy full SHA for e629f9a
View code at this point
Browse repository at this point
Commits on Jul 28, 2019
Fix ternary operator simplification to accept template parameters. (#2048)
Show description for 07ac6c5
IOBYTE
authored and
danmar
committed
07ac6c5
View commit details
Copy full SHA for 07ac6c5
View code at this point
Browse repository at this point
Commits on Jul 24, 2019
Fix #9225 (Crash on valid C++14 code) (#2031)
Show description for 999d2f7
IOBYTE
authored and
danmar
committed
999d2f7
View commit details
Copy full SHA for 999d2f7
View code at this point
Browse repository at this point
Split up Cppcheck attribute. low and high values can be specified separately and they can be used for variables also.
danmar
committed
2da75d5
View commit details
Copy full SHA for 2da75d5
View code at this point
Browse repository at this point
Commits on Jul 18, 2019
Fix issue 9211: No error on divide by zero outside template instatiation
Show description for 8cd8a26
pfultz2
authored and
danmar
committed
8cd8a26
View commit details
Copy full SHA for 8cd8a26
View code at this point
Browse repository at this point
Commits on Jul 17, 2019
Fix syntaxError for struct initialization
danmar
committed
64ef879
View commit details
Copy full SHA for 64ef879
View code at this point
Browse repository at this point
Replace 'unsigned' with 'nonneg' in tokenizer
danmar
committed
b15e680
View commit details
Copy full SHA for b15e680
View code at this point
Browse repository at this point
Commits on Jul 16, 2019
Unknown macro: Detect and warn about unknown macro before throw/return
danmar
committed
b3688f2
View commit details
Copy full SHA for b3688f2
View code at this point
Browse repository at this point
remove cast
danmar
committed
7a4a9eb
View commit details
Copy full SHA for 7a4a9eb
View code at this point
Browse repository at this point
Commits on Jul 15, 2019
astyle formatting
Show description for af051a3
danmar
committed
af051a3
View commit details
Copy full SHA for af051a3
View code at this point
Browse repository at this point
Fix adding unescaped slash token when splitting gcc case range. (#1987)
Show description for 68e6a44
gshadows
authored and
danmar
committed
68e6a44
View commit details
Copy full SHA for 68e6a44
View code at this point
Browse repository at this point
Commits on Jul 14, 2019
Travis: Fix one more 'nonneg' issue
danmar
committed
aeefaf7
View commit details
Copy full SHA for aeefaf7
View code at this point
Browse repository at this point
Avoid 'unsigned' in Tokenizer. Use 'nonneg' instead for arguments and members.
danmar
committed
534659e
View commit details
Copy full SHA for 534659e
View code at this point
Browse repository at this point
Commits on Jul 12, 2019
Add handling of a simple C++ contract
danmar
committed
8ad3e43
View commit details
Copy full SHA for 8ad3e43
View code at this point
Browse repository at this point
Annotations: Add annotation __cppcheck_in_range__(low,high)
danmar
committed
68cc751
View commit details
Copy full SHA for 68cc751
View code at this point
Browse repository at this point
Commits on Jul 7, 2019
Refactor Tokenizer::simplifyUsing to use continue to reduce indentation (#1967)
Show description for e551057
IOBYTE
authored and
danmar
committed
e551057
View commit details
Copy full SHA for e551057
View code at this point
Browse repository at this point
Commits on Jul 6, 2019
Partial fix for #9191 (simplifyTypedef: Problem when namespace is used) (#1952)
Show description for 9569fa1
IOBYTE
authored and
danmar
committed
9569fa1
View commit details
Copy full SHA for 9569fa1
View code at this point
Browse repository at this point
Fix crash with lambda capture (#1960)
pfultz2
authored and
amai2012
committed
65af02f
View commit details
Copy full SHA for 65af02f
View code at this point
Browse repository at this point
Commits on Jul 5, 2019
astyle formatting
Show description for 57d44f1
versat
committed
57d44f1
View commit details
Copy full SHA for 57d44f1
View code at this point
Browse repository at this point
Fix syntax error with lambda captures (#1954)
Show description for 5801fb2
pfultz2
authored and
danmar
committed
5801fb2
View commit details
Copy full SHA for 5801fb2
View code at this point
Browse repository at this point
Commits on Jul 3, 2019
Fixed #9147(SymbolDatabase bailout: unhandled code) (#1948)
Show description for c4933ac
IOBYTE
authored and
danmar
committed
c4933ac
View commit details
Copy full SHA for c4933ac
View code at this point
Browse repository at this point
astyle formatting
Show description for f84dcc4
danmar
committed
f84dcc4
View commit details
Copy full SHA for f84dcc4
View code at this point
Browse repository at this point
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
Fixed Cppcheck warning, condition is always false
danmar
committed
4d81b77
View commit details
Copy full SHA for 4d81b77
View code at this point
Browse repository at this point
Revert "Calculate token scopes in advance rather than as the tokenlist is iterated (#1882)"
Show description for d9a9743
danmar
committed
d9a9743
View commit details
Copy full SHA for d9a9743
View code at this point
Browse repository at this point
Commits on Jun 29, 2019
Calculate token scopes in advance rather than as the tokenlist is iterated (#1882)
Show description for 0d7836f
rebnridgway
authored and
danmar
committed
0d7836f
View commit details
Copy full SHA for 0d7836f
View code at this point
Browse repository at this point
Commits on Jun 28, 2019
template simplifier: various small fixes (#1916)
Show description for 16788df
IOBYTE
authored and
danmar
committed
16788df
View commit details
Copy full SHA for 16788df
View code at this point
Browse repository at this point
Commits on Jun 21, 2019
Token::index(): Created Token member that indicates the Token position in the token list. It can be used to quickly check if tok1 precedes tok2.
danmar
committed
beea7fa
View commit details
Copy full SHA for beea7fa
View code at this point
Browse repository at this point
Tokenizer: Assign Token 'progressValue' before returning so they are set properly when the checks are run
danmar
committed
d636a83
View commit details
Copy full SHA for d636a83
View code at this point
Browse repository at this point
Commits on Jun 13, 2019
Fix up a few more cases where templates ending in ">>" should be changed to end in "> >". (#1883)
IOBYTE
authored and
danmar
committed
c0d8990
View commit details
Copy full SHA for c0d8990
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.