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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
cppcheck-opensource
/
cppcheck
Public
Notifications
You must be signed in to change notification settings
Fork
1.6k
Star
6.7k
Code
Pull requests
201
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
cppcheck
test
testsimplifytokens.cpp
on
2.12.x
User selector
All users
All time
Commit history
Commits on Aug 9, 2023
avoid some redundant and unused settings in tests among other cleanups / added and used `WARN_UNUSED` attribute (#5284)
firewave
authored
2502897
View commit details
Copy full SHA for 2502897
View code at this point
Browse repository at this point
Commits on Jun 20, 2023
Enable and mitigate readability-else-after-return (#5175)
chrchr-github
authored
bb962e2
View commit details
Copy full SHA for bb962e2
View code at this point
Browse repository at this point
Commits on May 20, 2023
Fixed #11013 (FP overlappingWriteUnion with anonymous struct in union) (#5067)
danmar
authored
f72db74
View commit details
Copy full SHA for f72db74
View code at this point
Browse repository at this point
Commits on May 2, 2023
testrunner: more `SettingsBuilder` usage and `const` cleanups (#5026)
firewave
authored
25183ff
View commit details
Copy full SHA for 25183ff
View code at this point
Browse repository at this point
reduced usage of mutable `Settings` objects in tests (#4798)
firewave
authored
2935c85
View commit details
Copy full SHA for 2935c85
View code at this point
Browse repository at this point
Commits on Apr 3, 2023
Fix #11629 debug: Scope::checkVariable found variable 'np' with varid 0. (#4915)
chrchr-github
authored
b2b0962
View commit details
Copy full SHA for b2b0962
View code at this point
Browse repository at this point
Commits on Mar 3, 2023
made `Platform` a member of `Settings` instead of inheriting from it / cleanups (#4791)
firewave
authored
5af6ca6
View commit details
Copy full SHA for 5af6ca6
View code at this point
Browse repository at this point
Commits on Mar 2, 2023
Fix #11594 internalAstError with immediately instantiated enum (#4841)
chrchr-github
authored
7f62d8f
View commit details
Copy full SHA for 7f62d8f
View code at this point
Browse repository at this point
Commits on Feb 11, 2023
improved setting of platform in tests / also improved platform tests (#4787)
Show description for 132a5a3
firewave
authored
132a5a3
View commit details
Copy full SHA for 132a5a3
View code at this point
Browse repository at this point
Commits on Jan 28, 2023
Update copyright year
danmar
committed
464fbe8
View commit details
Copy full SHA for 464fbe8
View code at this point
Browse repository at this point
Commits on Jan 27, 2023
renamed some files in the `test` folder (#4705)
firewave
authored
1d3955b
View commit details
Copy full SHA for 1d3955b
View code at this point
Browse repository at this point
Commits on Oct 21, 2022
Fix #11359 FP constStatement for function-local struct definition+initialization statement (#4561)
chrchr-github
authored
5153697
View commit details
Copy full SHA for 5153697
View code at this point
Browse repository at this point
Commits on Sep 16, 2022
iwyu.yml: use `debian:unstable` to always get latest include-what-you-use / cleaned up includes (#4466)
Show description for b3ec225
firewave
authored
b3ec225
View commit details
Copy full SHA for b3ec225
View code at this point
Browse repository at this point
Commits on Sep 6, 2022
selfcheck : cleaned up some suppressions, fixed warnings and some cleanups (#4436)
Show description for 5477130
firewave
authored
5477130
View commit details
Copy full SHA for 5477130
View code at this point
Browse repository at this point
Commits on Aug 24, 2022
Fix #2304 FN known strcpy parameter (#4396)
Show description for 456c6b4
chrchr-github
authored
456c6b4
View commit details
Copy full SHA for 456c6b4
View code at this point
Browse repository at this point
Commits on Aug 19, 2022
added more missing `sstream` includes (#4384)
firewave
authored
1b4141c
View commit details
Copy full SHA for 1b4141c
View code at this point
Browse repository at this point
Commits on Jul 28, 2022
Fix #11191 FP moduloofone with pow() (#4312)
chrchr-github
authored
c340b6a
View commit details
Copy full SHA for c340b6a
View code at this point
Browse repository at this point
Commits on Jul 18, 2022
Tokenizer: remove simplifyTokenList2
danmar
committed
db155a5
View commit details
Copy full SHA for db155a5
View code at this point
Browse repository at this point
Commits on Jul 4, 2022
Tokenizer: Remove simplifyCalculations from simplifyTokenList2
danmar
committed
d8239b2
View commit details
Copy full SHA for d8239b2
View code at this point
Browse repository at this point
Commits on Jun 25, 2022
Remove simplifyKnownVariables() (#4232)
Show description for 63e567e
chrchr-github
authored
63e567e
View commit details
Copy full SHA for 63e567e
View code at this point
Browse repository at this point
Commits on Jun 19, 2022
Tokenizer: removing more stuff from simplifyTokenList2
danmar
committed
6873f52
View commit details
Copy full SHA for 6873f52
View code at this point
Browse repository at this point
Commits on Jun 18, 2022
Tokenizer: Remove more stuff from simplifyTokenList2
danmar
committed
a7815ed
View commit details
Copy full SHA for a7815ed
View code at this point
Browse repository at this point
Commits on Jun 17, 2022
Tokenizer: remove stuff from simplifyTokenList2
danmar
committed
aa8c17a
View commit details
Copy full SHA for aa8c17a
View code at this point
Browse repository at this point
Commits on Jun 16, 2022
Tokenizer: Remove some functions from simplifyTokenList2
danmar
committed
dbb12cb
View commit details
Copy full SHA for dbb12cb
View code at this point
Browse repository at this point
Commits on Jun 12, 2022
Tokenizer: Remove simplifyCharAt from simplifyTokenList2
danmar
committed
343d04f
View commit details
Copy full SHA for 343d04f
View code at this point
Browse repository at this point
Commits on Jun 11, 2022
C++20 support: Support consteval and constinit (#4203)
Show description for cb382ac
PKEuS
authored
cb382ac
View commit details
Copy full SHA for cb382ac
View code at this point
Browse repository at this point
Commits on Jun 10, 2022
Tokenizer: remove removeRedundantAssignment from simplifyTokenList2
danmar
committed
3758809
View commit details
Copy full SHA for 3758809
View code at this point
Browse repository at this point
Commits on Jun 9, 2022
Tokenizer: remove simplifyCompoundAssignment from simplifyTokenList2
danmar
committed
a76ba69
View commit details
Copy full SHA for a76ba69
View code at this point
Browse repository at this point
Commits on Jun 8, 2022
Tokenizer: remove simplifyAssignmentInFunctionCall used in simplifyTokenList2
danmar
committed
c0f3d5b
View commit details
Copy full SHA for c0f3d5b
View code at this point
Browse repository at this point
Tokenizer: Remove simplification of math functions from simplifyTokenList2
danmar
committed
86a8d88
View commit details
Copy full SHA for 86a8d88
View code at this point
Browse repository at this point
Commits on Apr 8, 2022
Fix 10951: FP knownEmptyContainer with east-const (#3988)
Show description for d2a0b0f
pfultz2
authored
d2a0b0f
View commit details
Copy full SHA for d2a0b0f
View code at this point
Browse repository at this point
Commits on Mar 7, 2022
Add test for #10835 (#3877)
chrchr-github
authored
461d797
View commit details
Copy full SHA for 461d797
View code at this point
Browse repository at this point
Commits on Mar 2, 2022
Fix #10798 cppcheckError with enum class and typedefs (#3867)
Show description for 01de825
chrchr-github
authored
01de825
View commit details
Copy full SHA for 01de825
View code at this point
Browse repository at this point
Fix regression: wrong varid with using namespace (#3866)
Show description for 43fb3dd
chrchr-github
authored
43fb3dd
View commit details
Copy full SHA for 43fb3dd
View code at this point
Browse repository at this point
Commits on Feb 27, 2022
Fix #10059 missing varId with using namespace (#3860)
Show description for ddb0a8b
chrchr-github
authored
ddb0a8b
View commit details
Copy full SHA for ddb0a8b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.