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 }}
cppcheck-opensource
/
cppcheck
Public
Notifications
You must be signed in to change notification settings
Fork
1.6k
Star
6.8k
Code
Pull requests
211
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
cppcheck
test
testsimplifytypedef.cpp
on
2.2
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 14, 2020
Fixed #9812 (False positive; syntax error 'using array_p = const array_t *;')
danmar
committed
3459f0d
View commit details
Copy full SHA for 3459f0d
View code at this point
Browse repository at this point
Commits on Sep 9, 2020
Formatting
pfultz2
committed
965fea3
View commit details
Copy full SHA for 965fea3
View code at this point
Browse repository at this point
Fix issue 9496: False negative: Dereferencing returned smart null-pointer
pfultz2
committed
382408f
View commit details
Copy full SHA for 382408f
View code at this point
Browse repository at this point
Commits on May 30, 2020
Revert "Cleanup: Removed Tokenizer::simplifyTokenList2. As a side-effect, rules for "simple" token list are now executed on normal token list." (#2666)
Show description for eed2e82
pfultz2
authored
eed2e82
View commit details
Copy full SHA for eed2e82
View code at this point
Browse repository at this point
Commits on May 29, 2020
Cleanup: Removed Tokenizer::simplifyTokenList2. As a side-effect, rules for "simple" token list are now executed on normal token list.
PKEuS
committed
187cde1
View commit details
Copy full SHA for 187cde1
View code at this point
Browse repository at this point
Fixed #9739 (Tokenizer: simplifyTypedef: wrong simplification in using)
danmar
committed
6711549
View commit details
Copy full SHA for 6711549
View code at this point
Browse repository at this point
Commits on May 20, 2020
Fixed test suite: Do no longer apply simplifyTokenList2 to token lists, except for those tests that test those simplifications, because checks are no longer run on that simplified token list
Show description for fb1afe2
PKEuS
committed
fb1afe2
View commit details
Copy full SHA for fb1afe2
View code at this point
Browse repository at this point
Commits on May 10, 2020
Update copyright year
danmar
committed
08ddd84
View commit details
Copy full SHA for 08ddd84
View code at this point
Browse repository at this point
Revert "Update copyright year"
Show description for 3e02182
danmar
committed
3e02182
View commit details
Copy full SHA for 3e02182
View code at this point
Browse repository at this point
Update copyright year
danmar
committed
6eec6c4
View commit details
Copy full SHA for 6eec6c4
View code at this point
Browse repository at this point
Commits on Apr 21, 2020
fixed -Wextra-semi-stmt Clang warnings (#2553)
Show description for 1af959a
firewave
authored
1af959a
View commit details
Copy full SHA for 1af959a
View code at this point
Browse repository at this point
Commits on Apr 10, 2020
Tokenizer: Do not simplify function pointers to normal pointers as we loose important information
danmar
committed
0725c22
View commit details
Copy full SHA for 0725c22
View code at this point
Browse repository at this point
Commits on Apr 8, 2020
Tokenizer::simplifyTypedef: Better handling of r-value references
danmar
committed
8e9d729
View commit details
Copy full SHA for 8e9d729
View code at this point
Browse repository at this point
Commits on Mar 8, 2020
AST: Better handling of '(type){..}'
danmar
committed
1008868
View commit details
Copy full SHA for 1008868
View code at this point
Browse repository at this point
Commits on Mar 7, 2020
AST: Throw validation exception if ternary operator is missing operands
danmar
committed
5376ba1
View commit details
Copy full SHA for 5376ba1
View code at this point
Browse repository at this point
Commits on Nov 1, 2019
Fix #9446 (Syntax error on valid C++ code) (#2316)
IOBYTE
authored and
amai2012
committed
3f0ef01
View commit details
Copy full SHA for 3f0ef01
View code at this point
Browse repository at this point
Commits on Oct 14, 2019
astyle formatting
Show description for 62d9720
danmar
committed
62d9720
View commit details
Copy full SHA for 62d9720
View code at this point
Browse repository at this point
gnu.cfg: Define `__typeof__` as `typeof`, fix simplifyTypedef() (#2260)
Show description for 267d23f
versat
authored
267d23f
View commit details
Copy full SHA for 267d23f
View code at this point
Browse repository at this point
Commits on Oct 12, 2019
Better handle const/noexcept methods (#2211)
Show description for 5a08ac3
KenPatrickLehrmann
authored and
danmar
committed
5a08ac3
View commit details
Copy full SHA for 5a08ac3
View code at this point
Browse repository at this point
Commits on Oct 4, 2019
fix #8965 ("(debug) Executable scope 'x' with unknown function." with rvalue parameter in method) (#2237)
Show description for c32a568
IOBYTE
authored and
danmar
committed
c32a568
View commit details
Copy full SHA for c32a568
View code at this point
Browse repository at this point
Commits on Sep 20, 2019
Add impossible values to ValueFlow (#2186)
Show description for ad8abdb
pfultz2
authored and
danmar
committed
ad8abdb
View commit details
Copy full SHA for ad8abdb
View code at this point
Browse repository at this point
Commits on Aug 30, 2019
Fix issue 9305: False positive uninitvar - struct initialized via function (#2123)
pfultz2
authored and
danmar
committed
0b9e823
View commit details
Copy full SHA for 0b9e823
View code at this point
Browse repository at this point
Commits on Aug 5, 2019
Fix issue 8924: Re-enable valueFlowTerminatingCondition
pfultz2
authored and
danmar
committed
ffdd2dc
View commit details
Copy full SHA for ffdd2dc
View code at this point
Browse repository at this point
Commits on Jun 30, 2019
Correct Zero/Null as pointer constant (#1938)
Show description for a195477
scottfurry
authored and
danmar
committed
a195477
View commit details
Copy full SHA for a195477
View code at this point
Browse repository at this point
Commits on May 16, 2019
Revert 'Cleaning up unsimplified templates'. This fix caused problems.
danmar
committed
57c6628
View commit details
Copy full SHA for 57c6628
View code at this point
Browse repository at this point
Commits on May 11, 2019
Cleaning up unsimplified templates
danmar
committed
d58d427
View commit details
Copy full SHA for d58d427
View code at this point
Browse repository at this point
Commits on May 5, 2019
fixed tests, unused templates are removed by default
danmar
committed
f6527fc
View commit details
Copy full SHA for f6527fc
View code at this point
Browse repository at this point
Commits on Apr 15, 2019
Fix issue 9006: False positive: Return value of function std::move() is not used.
Show description for a90caa7
pfultz2
authored and
danmar
committed
a90caa7
View commit details
Copy full SHA for a90caa7
View code at this point
Browse repository at this point
Commits on Mar 23, 2019
Fixed #9053 (simplifyTypedef: wrong simplification of '(const d)' when 'd' is a array) (#1751)
Show description for 40af889
IOBYTE
authored and
danmar
committed
40af889
View commit details
Copy full SHA for 40af889
View code at this point
Browse repository at this point
Commits on Feb 10, 2019
Ticket #8878: Properly simplify typedefs within template instantiations. (#1656)
simartin
authored and
danmar
committed
eaaff30
View commit details
Copy full SHA for eaaff30
View code at this point
Browse repository at this point
Commits on Feb 9, 2019
Fixed #8971 ("(debug) Unknown type 'x'." using alias in class members) (#1653)
Show description for 155e4ce
IOBYTE
authored and
danmar
committed
155e4ce
View commit details
Copy full SHA for 155e4ce
View code at this point
Browse repository at this point
Update copyright year
danmar
committed
bd7790f
View commit details
Copy full SHA for bd7790f
View code at this point
Browse repository at this point
Commits on Jan 12, 2019
Use OVERRIDE in test
danmar
committed
8dd641b
View commit details
Copy full SHA for 8dd641b
View code at this point
Browse repository at this point
Commits on Jan 5, 2019
Fixed #5953 (debug: varid0: Function::addArguments) (#1567)
IOBYTE
authored and
danmar
committed
817c748
View commit details
Copy full SHA for 817c748
View code at this point
Browse repository at this point
Commits on Nov 21, 2018
Issue 6175: Check lifetime of a variables stored in containers and member variables
Show description for f16d9d7
pfultz2
authored and
danmar
committed
f16d9d7
View commit details
Copy full SHA for f16d9d7
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.