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 }}
elfring
/
cppcheck
Public
forked from
cppcheck-opensource/cppcheck
Notifications
You must be signed in to change notification settings
Fork
0
Star
4
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 Mar 9, 2011
fix #2630 (segmentation fault of cppcheck ( typedef ... )
IOBYTE
committed
7a7257f
View commit details
Copy full SHA for 7a7257f
View code at this point
Browse repository at this point
Commits on Mar 8, 2011
Fixed #2620 (Tokenizer::setVarId : wrong handling of member function parameters)
Daniel Marjamäki
committed
0b8581e
View commit details
Copy full SHA for 0b8581e
View code at this point
Browse repository at this point
copy all flag fields in a Token
IOBYTE
committed
d74ae3b
View commit details
Copy full SHA for d74ae3b
View code at this point
Browse repository at this point
Commits on Mar 7, 2011
Fixed #2631 (Tokenizer::simplifyTemplates: template usage 'std::cout << (foo<double>(r));')
Daniel Marjamäki
committed
7496cd4
View commit details
Copy full SHA for 7496cd4
View code at this point
Browse repository at this point
Commits on Mar 6, 2011
fix #2630 (segmentation fault of cppcheck ( typedef y x () x ))
IOBYTE
committed
d678e44
View commit details
Copy full SHA for d678e44
View code at this point
Browse repository at this point
Tokenizer::simplifyTemplates: better handling of '(foo<double>())'. Ticket: #2631
Daniel Marjamäki
committed
f53ff27
View commit details
Copy full SHA for f53ff27
View code at this point
Browse repository at this point
Revert "Tokenizer::simplifyTemplates: better handling of '(foo<double>())'. Ticket: #2631"
Show description for 6648267
Daniel Marjamäki
committed
6648267
View commit details
Copy full SHA for 6648267
View code at this point
Browse repository at this point
Tokenizer::simplifyTemplates: better handling of '(foo<double>())'. Ticket: #2631
Daniel Marjamäki
committed
de31ec1
View commit details
Copy full SHA for de31ec1
View code at this point
Browse repository at this point
Fixed #2612 (segmentation fault of cppcheck ( <><< ))
Daniel Marjamäki
committed
779dba9
View commit details
Copy full SHA for 779dba9
View code at this point
Browse repository at this point
finish fixing #2624 (better function pointer support needed)
IOBYTE
committed
0debba4
View commit details
Copy full SHA for 0debba4
View code at this point
Browse repository at this point
partial fix for #2624 (better function pointer support needed)
IOBYTE
committed
7d2fb2e
View commit details
Copy full SHA for 7d2fb2e
View code at this point
Browse repository at this point
Commits on Mar 4, 2011
really fix #2620 reference of typedef of array not simplified properly
IOBYTE
committed
f3b2acf
View commit details
Copy full SHA for f3b2acf
View code at this point
Browse repository at this point
Commits on Mar 3, 2011
Tokenizer::simplifyKnownVariables: Don't simplify 'strcpy(a,"ab"); b=a;'. Ticket: #2031
Daniel Marjamäki
committed
d7a6e72
View commit details
Copy full SHA for d7a6e72
View code at this point
Browse repository at this point
revert previous commit: simplified code isn't correct
IOBYTE
committed
3f0d044
View commit details
Copy full SHA for 3f0d044
View code at this point
Browse repository at this point
fix #2620 reference of typedef of array not simplified properly
IOBYTE
committed
ee4b4f6
View commit details
Copy full SHA for ee4b4f6
View code at this point
Browse repository at this point
Commits on Mar 1, 2011
Fixed #2618 (Tokenizer::simplifyKnownVariables: Don't use known string value if address is wanted)
Daniel Marjamäki
committed
8e9a1c3
View commit details
Copy full SHA for 8e9a1c3
View code at this point
Browse repository at this point
Fixed #2616 (Segmentation fault with unknown macro)
Daniel Marjamäki
committed
db04d7b
View commit details
Copy full SHA for db04d7b
View code at this point
Browse repository at this point
fix #2595 bitfield fix for case x: break; and default: break;
IOBYTE
committed
92efbd7
View commit details
Copy full SHA for 92efbd7
View code at this point
Browse repository at this point
Commits on Feb 28, 2011
Fixed #2615 (Segmentation fault in cppcheck 1.47)
Daniel Marjamäki
committed
893b84a
View commit details
Copy full SHA for 893b84a
View code at this point
Browse repository at this point
Commits on Feb 26, 2011
Fixed #2031 (Tokenizer: simplify known value (string has known value after strcpy))
Daniel Marjamäki
committed
c1c9b96
View commit details
Copy full SHA for c1c9b96
View code at this point
Browse repository at this point
expose number of variables found by Tokenizer
IOBYTE
committed
3529014
View commit details
Copy full SHA for 3529014
View code at this point
Browse repository at this point
Commits on Feb 24, 2011
Fixed #2610 (segmentation fault of cppcheck ( if () < {} ))
Daniel Marjamäki
committed
9bf6e67
View commit details
Copy full SHA for 9bf6e67
View code at this point
Browse repository at this point
fix #2609 (False positive on template dependent name)
IOBYTE
committed
26152a9
View commit details
Copy full SHA for 26152a9
View code at this point
Browse repository at this point
Commits on Feb 23, 2011
Fixed #2604 (Segmentation fault of cppcheck ( sizeof <= A ))
Daniel Marjamäki
committed
daf0e7c
View commit details
Copy full SHA for daf0e7c
View code at this point
Browse repository at this point
fix #2403 (simplifyTypedef: array of function pointers) Internal error message
IOBYTE
committed
d1f7a8a
View commit details
Copy full SHA for d1f7a8a
View code at this point
Browse repository at this point
Commits on Feb 22, 2011
fix #2603 (segmentation fault of cppcheck ( typedef constexpr))
IOBYTE
committed
dd12fc1
View commit details
Copy full SHA for dd12fc1
View code at this point
Browse repository at this point
fix #2601 (segmentation fault of cppcheck)
IOBYTE
committed
7034481
View commit details
Copy full SHA for 7034481
View code at this point
Browse repository at this point
fix #2600 (segmentation fault of cppcheck ( enum{const} ))
IOBYTE
committed
4e1ce93
View commit details
Copy full SHA for 4e1ce93
View code at this point
Browse repository at this point
Commits on Feb 21, 2011
fix #2599 (segmentation fault of cppcheck ( sizeof ))
IOBYTE
committed
999646f
View commit details
Copy full SHA for 999646f
View code at this point
Browse repository at this point
Fixed #2591 (cppcheck hangs with 100% cpu load ( class A : ))
Daniel Marjamäki
committed
5571169
View commit details
Copy full SHA for 5571169
View code at this point
Browse repository at this point
Commits on Feb 20, 2011
fix bitfields to support non-numeric bitfield width
IOBYTE
committed
763763f
View commit details
Copy full SHA for 763763f
View code at this point
Browse repository at this point
cppcheckError: Rephrazed the error message. The 'internal error' sounds like something dangerous happens that needs to be fixed. So I think 'analysis failed' is better. If the code has a syntax err…
Show description for 5dea79a
Daniel Marjamäki
committed
5dea79a
View commit details
Copy full SHA for 5dea79a
View code at this point
Browse repository at this point
Tokenizer: fixed so that 'p=&x; if(p)' is simplified to 'p=&x;if(&x)'. Ticket: #2596
Daniel Marjamäki
committed
63c003f
View commit details
Copy full SHA for 63c003f
View code at this point
Browse repository at this point
astyle formatting
Daniel Marjamäki
committed
1cfb18b
View commit details
Copy full SHA for 1cfb18b
View code at this point
Browse repository at this point
Tokenizer::simplifyTemplates: Better handling for multi-token template arguments such as 'Foo<std::string>'
Daniel Marjamäki
committed
46f4e46
View commit details
Copy full SHA for 46f4e46
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.