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
.
cpphl
/
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 Oct 3, 2019
fix syntax error on template operator (#2225)
IOBYTE
authored and
danmar
committed
3e17c24
View commit details
Copy full SHA for 3e17c24
View code at this point
Browse repository at this point
Commits on Oct 2, 2019
Fix #9381 (alias in namespace not replaced in method declaration) (#2232)
IOBYTE
authored and
amai2012
committed
4ba00d0
View commit details
Copy full SHA for 4ba00d0
View code at this point
Browse repository at this point
Commits on Sep 26, 2019
Warn about unknown macro causing template syntax error (#2222)
IOBYTE
authored and
danmar
committed
d0968a1
View commit details
Copy full SHA for d0968a1
View code at this point
Browse repository at this point
template simplifier: fix syntax error (#2218)
IOBYTE
authored and
danmar
committed
4475c4c
View commit details
Copy full SHA for 4475c4c
View code at this point
Browse repository at this point
Commits on Sep 25, 2019
Various clang-tidy fixes (#2192)
Show description for eac040a
firewave
authored and
danmar
committed
eac040a
View commit details
Copy full SHA for eac040a
View code at this point
Browse repository at this point
Commits on Sep 20, 2019
do not access static methods through instance (#2189)
firewave
authored and
danmar
committed
9028b4a
View commit details
Copy full SHA for 9028b4a
View code at this point
Browse repository at this point
Fixed #9046 syntaxError (#2180)
Show description for 8c5cf8c
IOBYTE
authored and
amai2012
committed
8c5cf8c
View commit details
Copy full SHA for 8c5cf8c
View code at this point
Browse repository at this point
Commits on Sep 15, 2019
One more fix for #9354 (Unknown macro is not reported and then Cppcheck is silent about issues)
danmar
committed
0336403
View commit details
Copy full SHA for 0336403
View code at this point
Browse repository at this point
Commits on Sep 13, 2019
Fixed #9354 (Unknown macro is not reported and then Cppcheck is silent about issues)
danmar
committed
742c437
View commit details
Copy full SHA for 742c437
View code at this point
Browse repository at this point
Commits on Sep 4, 2019
make ellipsis ... a single token (#2143)
Show description for e5220bd
IOBYTE
authored and
danmar
committed
e5220bd
View commit details
Copy full SHA for e5220bd
View code at this point
Browse repository at this point
Commits on Aug 23, 2019
Fix issue with __declspec and final (#2107)
Show description for d122b1c
Niederb
authored and
danmar
committed
d122b1c
View commit details
Copy full SHA for d122b1c
View code at this point
Browse repository at this point
Commits on Aug 20, 2019
Fixed #9287 and #9288 (Syntax error on valid C++ code) (#2104)
IOBYTE
authored and
danmar
committed
4b231c5
View commit details
Copy full SHA for 4b231c5
View code at this point
Browse repository at this point
Fixed #9286 (FP: syntax error: { .abc.a = 1)
danmar
committed
ef47d3d
View commit details
Copy full SHA for ef47d3d
View code at this point
Browse repository at this point
Commits on Aug 18, 2019
Refactoring: Rename variables. Do not use leading _. Renamed 'col' to 'column'
danmar
committed
2d9a131
View commit details
Copy full SHA for 2d9a131
View code at this point
Browse repository at this point
Commits on Aug 16, 2019
Fix issue 9277: FP: Dont warn for knwon conditions in if constexpr (#2085)
pfultz2
authored and
danmar
committed
3e0d114
View commit details
Copy full SHA for 3e0d114
View code at this point
Browse repository at this point
Commits on Aug 15, 2019
Put 'isExpandedMacro' info in the dump files
danmar
committed
f33a8a4
View commit details
Copy full SHA for f33a8a4
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.