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 }}
bugdebugger
/
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
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on May 31, 2015
Merge pull request #607 from simartin/simplify_known_var_todo
Show description for bc2c172
amai2012
committed
bc2c172
View commit details
Copy full SHA for bc2c172
Browse repository at this point
Commits on May 30, 2015
Simplify known variableswhen they are at the end of a statement.
simartin
committed
85b4763
View commit details
Copy full SHA for 85b4763
Browse repository at this point
Merge pull request #606 from simartin/ticket_6588
Show description for 5fa2fe0
orbitcowboy
committed
5fa2fe0
View commit details
Copy full SHA for 5fa2fe0
Browse repository at this point
Ticket #6588: Added test cases since the initial issue is fixed by some past commit.
simartin
committed
764df4d
View commit details
Copy full SHA for 764df4d
Browse repository at this point
Merge pull request #605 from simartin/no_space_in_decl
Show description for 9c6ce2b
orbitcowboy
committed
9c6ce2b
View commit details
Copy full SHA for 9c6ce2b
Browse repository at this point
Merge pull request #604 from simartin/ticket_6713
Show description for 95dbcb7
orbitcowboy
committed
95dbcb7
View commit details
Copy full SHA for 95dbcb7
Browse repository at this point
Removed useless space in the declaration for Tokenizer::Simplifyfunctionpointers.
simartin
committed
c73876b
View commit details
Copy full SHA for c73876b
Browse repository at this point
Ticket #6713: Properly detect ternary operator in valueFlowForward.
simartin
committed
98e6dca
View commit details
Copy full SHA for 98e6dca
Browse repository at this point
#6724 segmentation fault (invalid code) Token::isAttributeConstructor. Local fix to avoid access to NULL-token
amai2012
committed
ddc8024
View commit details
Copy full SHA for ddc8024
Browse repository at this point
Commits on May 29, 2015
#6722 segmentation fault (invalid code) in Tokenizer::simplifyTypedef
amai2012
committed
4050d56
View commit details
Copy full SHA for 4050d56
Browse repository at this point
Running astyle, no functional changes.
orbitcowboy
committed
d5d6d7f
View commit details
Copy full SHA for d5d6d7f
Browse repository at this point
Fix #6720 and #6721 (Crashes on garbage code)
Show description for 5b347c5
amai2012
committed
5b347c5
View commit details
Copy full SHA for 5b347c5
Browse repository at this point
Running astyle, no functional changes.
orbitcowboy
committed
9236ea4
View commit details
Copy full SHA for 9236ea4
Browse repository at this point
Fix #6718 and #6719 (crashes on garbage code).
Show description for e41beb4
amai2012
committed
e41beb4
View commit details
Copy full SHA for e41beb4
Browse repository at this point
Commits on May 28, 2015
#6715 segmentation fault (invalid code) in TemplateSimplifier::hasComplicatedSyntaxErrorsInTemplates. Harden TemplateSimplifier::hasComplicatedSyntaxErrorsInTemplates()
amai2012
committed
098391e
View commit details
Copy full SHA for 098391e
Browse repository at this point
#6712 segmentation fault (invalid code) in CheckExceptionSafety::checkRethrowCopy. Local fix to avoid accessing NULL-token
amai2012
committed
8adff0a
View commit details
Copy full SHA for 8adff0a
Browse repository at this point
Commits on May 27, 2015
#6706 segmentation fault (invalid code) in tokenlist::compilePrecedence3. Local fix to prevent acess to NULL-token
amai2012
committed
133d8f9
View commit details
Copy full SHA for 133d8f9
Browse repository at this point
Merge branch 'master' of https://github.com/danmar/cppcheck
amai2012
committed
94d376e
View commit details
Copy full SHA for 94d376e
Browse repository at this point
#6705 segmentation fault (invalid code) in CheckVaarg::va_list_usage. Local fix i nchecker preventing SIGSEGV on NULL-token
amai2012
committed
e498f84
View commit details
Copy full SHA for e498f84
Browse repository at this point
Reverted fix for #6710. It didnt work as I wanted.
danmar
committed
22c608d
View commit details
Copy full SHA for 22c608d
Browse repository at this point
astyle formatting
danmar
committed
0836bf3
View commit details
Copy full SHA for 0836bf3
Browse repository at this point
Fixed #6710 (valueFlowBeforeCondition: function call in loop seems to cause FN)
danmar
committed
152ea11
View commit details
Copy full SHA for 152ea11
Browse repository at this point
Commits on May 26, 2015
Merge pull request #603 from simartin/ticket_6708
Show description for 0bd7cbf
amai2012
committed
0bd7cbf
View commit details
Copy full SHA for 0bd7cbf
Browse repository at this point
Merge pull request #602 from simartin/templateParameters_tests
Show description for 2bd49dc
amai2012
committed
2bd49dc
View commit details
Copy full SHA for 2bd49dc
Browse repository at this point
Commits on May 25, 2015
Ticket #6708: Check that a function name is not a reserved keyword in SymbolDatabase::isFunction instead of later.
simartin
committed
50e5595
View commit details
Copy full SHA for 50e5595
Browse repository at this point
Refactoring (compiler warnings and a typo)
amai2012
committed
729b240
View commit details
Copy full SHA for 729b240
Browse repository at this point
Added unit tests for TemplateSimplifier::templateParameters involving variadic templates.
simartin
committed
dc293ff
View commit details
Copy full SHA for dc293ff
Browse repository at this point
Exit code shall indicate that an internal error (syntax error) has been found. Add some const. Run astyle
amai2012
committed
d4550c7
View commit details
Copy full SHA for d4550c7
Browse repository at this point
Merge pull request #598 from simartin/useless_str_check
Show description for f1c4cc6
amai2012
committed
f1c4cc6
View commit details
Copy full SHA for f1c4cc6
Browse repository at this point
Merge pull request #601 from Blubbz0r/#2913-Open-Containing-Folder
Show description for a029ba3
amai2012
committed
a029ba3
View commit details
Copy full SHA for a029ba3
Browse repository at this point
Fixed travis failure
danmar
committed
a8d7897
View commit details
Copy full SHA for a8d7897
Browse repository at this point
longCast: Only warn when original name is 'long'. avoids some FPs when typedef types are used.
danmar
committed
a9db06c
View commit details
Copy full SHA for a9db06c
Browse repository at this point
Added missing include
RobertHabrich
committed
15c0be9
View commit details
Copy full SHA for 15c0be9
Browse repository at this point
Added context menu item Open containing folder
Show description for aa66cf5
RobertHabrich
committed
aa66cf5
View commit details
Copy full SHA for aa66cf5
Browse repository at this point
Fixed #6707 (new check: possible truncation when assigning int result to long)
danmar
committed
c0b33d2
View commit details
Copy full SHA for c0b33d2
Browse repository at this point
Previous
Next
You can’t perform that action at this time.