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 }}
applsdev
/
cppcheck
Public
forked from
mathieu/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
testsimplifytokens.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 17, 2011
TestSimplifyTokens: removed copy/pasted comment
Daniel Marjamäki
committed
481be84
View commit details
Copy full SHA for 481be84
View code at this point
Browse repository at this point
Commits on Jul 16, 2011
Tokenizer: better handling of 'struct AB ab; sizeof(ab)'
Daniel Marjamäki
committed
35938e7
View commit details
Copy full SHA for 35938e7
View code at this point
Browse repository at this point
Commits on Jul 3, 2011
Tokenizer::simplifyGoto: fixed unit tests
Daniel Marjamäki
committed
5561d81
View commit details
Copy full SHA for 5561d81
View code at this point
Browse repository at this point
fix #2886 (crash of cppcheck ( typedef struct x { } ))
IOBYTE
committed
b143b28
View commit details
Copy full SHA for b143b28
View code at this point
Browse repository at this point
fix missing pop in Tokenizer::simplifyStructDecl() when anonymous struct/union removed
IOBYTE
committed
8ec1dfa
View commit details
Copy full SHA for 8ec1dfa
View code at this point
Browse repository at this point
Commits on Jul 2, 2011
add class A {} a; -> class A {}; A a; conversion capability to Tokenizer::simplifyStructDecl()
IOBYTE
committed
3f4cc5f
View commit details
Copy full SHA for 3f4cc5f
View code at this point
Browse repository at this point
Commits on Jun 30, 2011
Fix #2849, False positive: memory leak (using question mark operator)
Show description for 89fd5ba
aggro80
committed
89fd5ba
View commit details
Copy full SHA for 89fd5ba
View code at this point
Browse repository at this point
Commits on Jun 27, 2011
fix #2859 (Extra qualification not detected)
IOBYTE
committed
1713eeb
View commit details
Copy full SHA for 1713eeb
View code at this point
Browse repository at this point
Commits on Jun 26, 2011
Fixed #2860, False positive: Returning value of strncat() reported as memory leak
Show description for 918b4d8
aggro80
committed
918b4d8
View commit details
Copy full SHA for 918b4d8
View code at this point
Browse repository at this point
Commits on Jun 20, 2011
fix #2844 fix to generate correct output
IOBYTE
committed
d80a552
View commit details
Copy full SHA for d80a552
View code at this point
Browse repository at this point
Commits on Jun 19, 2011
fix #2844 (typedef causes 'syntax error')
IOBYTE
committed
0bd26a7
View commit details
Copy full SHA for 0bd26a7
View code at this point
Browse repository at this point
Commits on Jun 14, 2011
fix extra qualification check for same class name in different namespaces
IOBYTE
committed
eaf836b
View commit details
Copy full SHA for eaf836b
View code at this point
Browse repository at this point
Commits on Jun 12, 2011
fix #2834 (crash of cppcheck (std::vector<int>::iterator))
IOBYTE
committed
d1b2606
View commit details
Copy full SHA for d1b2606
View code at this point
Browse repository at this point
Commits on Jun 10, 2011
fix #2682 (segmentation fault of cppcheck ( x a[0] = ))
IOBYTE
committed
3d4eb0d
View commit details
Copy full SHA for 3d4eb0d
View code at this point
Browse repository at this point
Commits on Jun 9, 2011
fix #2828 (false positive: Function parameter 'STYLE' hides enumerator with same name)
IOBYTE
committed
6635ed4
View commit details
Copy full SHA for 6635ed4
View code at this point
Browse repository at this point
Commits on May 27, 2011
fix #2804 (Underlying type of enumerator produces a syntax error)
IOBYTE
committed
311651c
View commit details
Copy full SHA for 311651c
View code at this point
Browse repository at this point
Commits on May 3, 2011
fix #1982 (simplifyTypedef: scope info is lost)
IOBYTE
committed
51baca0
View commit details
Copy full SHA for 51baca0
View code at this point
Browse repository at this point
Commits on May 2, 2011
astyle formatting
Daniel Marjamäki
committed
bbd379c
View commit details
Copy full SHA for bbd379c
View code at this point
Browse repository at this point
Commits on May 1, 2011
Fixed #2721 (Tokenizer::simplifyTemplates: fail when using template argument 'char[2]')
Daniel Marjamaki
committed
297ca63
View commit details
Copy full SHA for 297ca63
View code at this point
Browse repository at this point
Commits on Apr 24, 2011
fix #2745 (Enum vs local variable - conflict)
IOBYTE
committed
3c415e7
View commit details
Copy full SHA for 3c415e7
View code at this point
Browse repository at this point
Commits on Apr 20, 2011
fix #2738 (syntax error on valid code)
IOBYTE
committed
04309f7
View commit details
Copy full SHA for 04309f7
View code at this point
Browse repository at this point
fix #2736 (segmentation fault of cppcheck)
IOBYTE
committed
b1d3d29
View commit details
Copy full SHA for b1d3d29
View code at this point
Browse repository at this point
Commits on Apr 16, 2011
fix #2716 (Easy to reproduce crash)
IOBYTE
committed
877a233
View commit details
Copy full SHA for 877a233
View code at this point
Browse repository at this point
Fixed #2713 (False positive (Redundant assignment))
Daniel Marjamäki
committed
739b6a9
View commit details
Copy full SHA for 739b6a9
View code at this point
Browse repository at this point
Commits on Apr 14, 2011
fix #2720 (false positive: syntax error with c++0x code)
IOBYTE
committed
3159df9
View commit details
Copy full SHA for 3159df9
View code at this point
Browse repository at this point
fix #2718 (Analysis failed. If the code is valid then please report this failure.)
IOBYTE
committed
75e5353
View commit details
Copy full SHA for 75e5353
View code at this point
Browse repository at this point
fix #2717 (false positive: syntax error (typedef void f(int) const;))
IOBYTE
committed
257197b
View commit details
Copy full SHA for 257197b
View code at this point
Browse repository at this point
run astyle
IOBYTE
committed
50a1f28
View commit details
Copy full SHA for 50a1f28
View code at this point
Browse repository at this point
Commits on Apr 10, 2011
Fixed #2712 (false positive: Division by zero)
Daniel Marjamäki
committed
11bd6bc
View commit details
Copy full SHA for 11bd6bc
View code at this point
Browse repository at this point
Commits on Apr 9, 2011
Refactoring: Use %op%
Daniel Marjamäki
committed
447f61e
View commit details
Copy full SHA for 447f61e
View code at this point
Browse repository at this point
Refactoring: Use Token::isOp
Daniel Marjamäki
committed
f6d910a
View commit details
Copy full SHA for f6d910a
View code at this point
Browse repository at this point
Commits on Apr 2, 2011
Tokenizer::simplifyCalculations: simplify division result if it's a whole number, even though it doesn't have precedence
Daniel Marjamäki
committed
ea57e10
View commit details
Copy full SHA for ea57e10
View code at this point
Browse repository at this point
Tokenizer: better simplification of calculations in conditions
Daniel Marjamäki
committed
f34e9e6
View commit details
Copy full SHA for f34e9e6
View code at this point
Browse repository at this point
Commits on Mar 30, 2011
Spell checks
Stefan Weil
authored and
Daniel Marjamäki
committed
675e63b
View commit details
Copy full SHA for 675e63b
View code at this point
Browse repository at this point
Commits on Mar 25, 2011
fix #2675 (false positive: syntax error)
IOBYTE
committed
fc25816
View commit details
Copy full SHA for fc25816
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.