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
token.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 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
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
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 19, 2019
use range loops / constness (#2181)
Show description for de9f489
firewave
authored and
amai2012
committed
de9f489
View commit details
Copy full SHA for de9f489
View code at this point
Browse repository at this point
Commits on Sep 10, 2019
Fix issue 9311: False positive duplicateCondition "same if condition" with pointer inside array of struct (#2166)
Show description for dc0b352
pfultz2
authored and
danmar
committed
dc0b352
View commit details
Copy full SHA for dc0b352
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 24, 2019
Fixed #5259 (Improve check: Uninitialized variable not reported when used in array initialization)
danmar
committed
9d26be8
View commit details
Copy full SHA for 9d26be8
View code at this point
Browse repository at this point
Fix issue 9190: FP uninitvar for struct member (#2112)
Show description for 5c488b9
pfultz2
authored and
danmar
committed
5c488b9
View commit details
Copy full SHA for 5c488b9
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 10, 2019
template simplifier: refactor TemplateSimplifier::TokenAndName into a… (#2073)
Show description for 5fc5e37
IOBYTE
authored and
danmar
committed
5fc5e37
View commit details
Copy full SHA for 5fc5e37
View code at this point
Browse repository at this point
Commits on Aug 4, 2019
Fix #9249 (Syntax error on valid C++) (#2062)
IOBYTE
authored and
danmar
committed
7ebc9d1
View commit details
Copy full SHA for 7ebc9d1
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 24, 2019
ValueFlow: fix false detection of duplicate values
danmar
committed
fb7f18d
View commit details
Copy full SHA for fb7f18d
View code at this point
Browse repository at this point
Commits on Jul 17, 2019
Rename fileInd to fileIndex
danmar
committed
0be78bb
View commit details
Copy full SHA for 0be78bb
View code at this point
Browse repository at this point
Commits on Jul 14, 2019
Fix wrong 'nonneg'
danmar
committed
b30ef3d
View commit details
Copy full SHA for b30ef3d
View code at this point
Browse repository at this point
Mark members and arguments with 'nonneg'
danmar
committed
0014fe8
View commit details
Copy full SHA for 0014fe8
View code at this point
Browse repository at this point
Commits on Jul 13, 2019
Avoid 'unsigned' for int variables
danmar
committed
316537a
View commit details
Copy full SHA for 316537a
View code at this point
Browse repository at this point
Token deleteNext/deletePrevious parameters
danmar
committed
cff462c
View commit details
Copy full SHA for cff462c
View code at this point
Browse repository at this point
Commits on Jul 12, 2019
Annotations: Add annotation __cppcheck_in_range__(low,high)
danmar
committed
68cc751
View commit details
Copy full SHA for 68cc751
View code at this point
Browse repository at this point
Commits on Jul 5, 2019
astyle formatting
Show description for 57d44f1
versat
committed
57d44f1
View commit details
Copy full SHA for 57d44f1
View code at this point
Browse repository at this point
Parse lambdas as functions (#1955)
Show description for e0ced1c
pfultz2
authored and
danmar
committed
e0ced1c
View commit details
Copy full SHA for e0ced1c
View code at this point
Browse repository at this point
Commits on Jun 30, 2019
Revert "Calculate token scopes in advance rather than as the tokenlist is iterated (#1882)"
Show description for d9a9743
danmar
committed
d9a9743
View commit details
Copy full SHA for d9a9743
View code at this point
Browse repository at this point
Commits on Jun 29, 2019
Calculate token scopes in advance rather than as the tokenlist is iterated (#1882)
Show description for 0d7836f
rebnridgway
authored and
danmar
committed
0d7836f
View commit details
Copy full SHA for 0d7836f
View code at this point
Browse repository at this point
Commits on Jun 21, 2019
Token::index(): Created Token member that indicates the Token position in the token list. It can be used to quickly check if tok1 precedes tok2.
danmar
committed
beea7fa
View commit details
Copy full SHA for beea7fa
View code at this point
Browse repository at this point
Commits on Jun 2, 2019
Running astyle [ci skip]
orbitcowboy
committed
821903e
View commit details
Copy full SHA for 821903e
View code at this point
Browse repository at this point
Fix FP with lifetime containers (#1865)
pfultz2
authored and
danmar
committed
6ae7be0
View commit details
Copy full SHA for 6ae7be0
View code at this point
Browse repository at this point
Commits on May 7, 2019
lib: Separate statements of the form "assert(a && b)" into "assert(a)" and "assert(b)", for more precise diagnostics. (#1825)
adamjrichter
authored and
danmar
committed
47ce998
View commit details
Copy full SHA for 47ce998
View code at this point
Browse repository at this point
Commits on May 2, 2019
Add check for unnecessary search before insertion
Show description for 091f4bc
pfultz2
authored and
danmar
committed
091f4bc
View commit details
Copy full SHA for 091f4bc
View code at this point
Browse repository at this point
Commits on Apr 30, 2019
Optimize astStringVerbose() for large arrays (#1815)
Show description for c7d7f87
rikardfalkeborn
authored and
danmar
committed
c7d7f87
View commit details
Copy full SHA for c7d7f87
View code at this point
Browse repository at this point
Commits on Apr 13, 2019
addons: write column in error message(s)
danmar
committed
b1b5b27
View commit details
Copy full SHA for b1b5b27
View code at this point
Browse repository at this point
Commits on Mar 18, 2019
Handle prefixed strings and characters in Token (#1742)
Show description for 794f65b
rikardfalkeborn
authored and
danmar
committed
794f65b
View commit details
Copy full SHA for 794f65b
View code at this point
Browse repository at this point
Commits on Mar 17, 2019
Array index: Checking array index out of bounds for dynamic buffers
danmar
committed
92f4113
View commit details
Copy full SHA for 92f4113
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.