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 }}
CoderGears
/
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
checkunusedfunctions.cpp
on
gui2
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 4, 2014
Moved getSourceFilePath(), isC() and isCPP() from Tokenizer to TokenList
Show description for d93d740
PKEuS
committed
d93d740
View commit details
Copy full SHA for d93d740
View code at this point
Browse repository at this point
Commits on Apr 13, 2014
Fixed crashes random crashes in multithreading caused by useless creation of CheckUnusedFunctions instance per thread.
PKEuS
committed
9bfc2b6
View commit details
Copy full SHA for 9bfc2b6
View code at this point
Browse repository at this point
Commits on Mar 27, 2014
Fixed five new true positives in cppcheck, silenced one new false positive (see #5618)
PKEuS
committed
e8c7a72
View commit details
Copy full SHA for e8c7a72
View code at this point
Browse repository at this point
Commits on Mar 26, 2014
Fixed false positive "unused function" #5113.
PKEuS
committed
6c4e876
View commit details
Copy full SHA for 6c4e876
View code at this point
Browse repository at this point
Refactorized detection of function usage in CheckUnusedFunction, fixed #5358
PKEuS
committed
848d079
View commit details
Copy full SHA for 848d079
View code at this point
Browse repository at this point
Refactorization: Use SymbolDatabase to find functions in CheckUnusedFunctions
PKEuS
committed
02f3877
View commit details
Copy full SHA for 02f3877
View code at this point
Browse repository at this point
Commits on Mar 14, 2014
Fixed #5563 (add __attribute__((destructor)) and improve __attribute__((constructor)) support)
IOBYTE
authored and
danmar
committed
e26bd5b
View commit details
Copy full SHA for e26bd5b
View code at this point
Browse repository at this point
Run astyle
thomasjfox
committed
c80f272
View commit details
Copy full SHA for c80f272
View code at this point
Browse repository at this point
Commits on Mar 13, 2014
Tidy up the code for cppcheck style.
Sam Truscott
committed
5dc13f3
View commit details
Copy full SHA for 5dc13f3
View code at this point
Browse repository at this point
Update the detection of the arguments in Qt's invokeMethod.
Show description for 3d0524e
Sam Truscott
committed
3d0524e
View commit details
Copy full SHA for 3d0524e
View code at this point
Browse repository at this point
Commits on Mar 11, 2014
Reflection no longer part of markup. Some tokeniser not done on markup.
Sam Truscott
authored and
danmar
committed
385478d
View commit details
Copy full SHA for 385478d
View code at this point
Browse repository at this point
Commits on Feb 16, 2014
Change some more 0 literals into nullptr.
lanurmi
committed
70a67ea
View commit details
Copy full SHA for 70a67ea
View code at this point
Browse repository at this point
use nullptr
danmar
committed
23efc68
View commit details
Copy full SHA for 23efc68
View code at this point
Browse repository at this point
Commits on Feb 15, 2014
Update copyright
danmar
committed
fd3a8a2
View commit details
Copy full SHA for fd3a8a2
View code at this point
Browse repository at this point
Commits on Jan 2, 2014
astyle formatting
danmar
committed
a94fccf
View commit details
Copy full SHA for a94fccf
View code at this point
Browse repository at this point
Update Qt to support Markup structure
Sam Truscott
authored and
danmar
committed
4333dd3
View commit details
Copy full SHA for 4333dd3
View code at this point
Browse repository at this point
Commits on Oct 31, 2013
Refactoring FileLister and Path so they don't depend on Library
danmar
committed
e446a28
View commit details
Copy full SHA for e446a28
View code at this point
Browse repository at this point
Commits on Oct 20, 2013
Extended Qt support through Library
Sam Truscott
authored and
danmar
committed
6806fd8
View commit details
Copy full SHA for 6806fd8
View code at this point
Browse repository at this point
Commits on Aug 30, 2013
Fixed #3471 (Unused functions: take __attribute__((constructor)) in to consideration)
danmar
committed
4a1d1ce
View commit details
Copy full SHA for 4a1d1ce
View code at this point
Browse repository at this point
Commits on Aug 23, 2013
Fixed #4701 (false positive unusedFunction when using templates)
danmar
committed
9b4f6a6
View commit details
Copy full SHA for 9b4f6a6
View code at this point
Browse repository at this point
Commits on Jan 16, 2013
Merge pull request #128 from acmyo/master
Show description for 4cd8c7c
danmar
committed
4cd8c7c
View commit details
Copy full SHA for 4cd8c7c
View code at this point
Browse repository at this point
Fixed #4490 (False positive: unused function (function pointer is taken in global scope))
danmar
committed
0fb2d30
View commit details
Copy full SHA for 0fb2d30
View code at this point
Browse repository at this point
Fix compiler warnings and comment/string typos
Show description for 4a73c93
Andrew C. Martin
committed
4a73c93
View commit details
Copy full SHA for 4a73c93
View code at this point
Browse repository at this point
Unused functions: Fixed invalid pattern match
danmar
committed
78f3c5f
View commit details
Copy full SHA for 78f3c5f
View code at this point
Browse repository at this point
Commits on Jan 15, 2013
Fixed #4429 (unused functions: handle function declarations better)
danmar
committed
2fa35a6
View commit details
Copy full SHA for 2fa35a6
View code at this point
Browse repository at this point
Commits on Jan 1, 2013
Updating year 2012 -> 2013 to .cpp and .h files and man page.
aggro80
committed
5d5f708
View commit details
Copy full SHA for 5d5f708
View code at this point
Browse repository at this point
Commits on Nov 1, 2012
Message refactorization: checkuninitvar.cpp, checkunusedfunctions.cpp, checkunusedvar.cpp
PKEuS
committed
24b98fe
View commit details
Copy full SHA for 24b98fe
View code at this point
Browse repository at this point
Commits on Jul 29, 2012
Removed bailouts in CheckClass::privateFunctions and CheckUnusedFunctions when checking code with templates (unnecessary after 2c10e9a6ca43b573cfd417b24212b62b293591cd)
PKEuS
committed
cc1faad
View commit details
Copy full SHA for cc1faad
View code at this point
Browse repository at this point
Commits on Jun 14, 2012
Fixed #3875 (Static member method called with class name is considered unused)
danmar
committed
f967142
View commit details
Copy full SHA for f967142
View code at this point
Browse repository at this point
Commits on May 5, 2012
Splitted class TokenList from Tokenizer
PKEuS
committed
1a5fbd6
View commit details
Copy full SHA for 1a5fbd6
View code at this point
Browse repository at this point
Commits on Apr 9, 2012
Fixed false negative in unused functions check when function returns reference
Show description for c12d82a
PKEuS
committed
c12d82a
View commit details
Copy full SHA for c12d82a
View code at this point
Browse repository at this point
Commits on Feb 26, 2012
fixed regression
Ettl Martin
committed
013ef61
View commit details
Copy full SHA for 013ef61
View code at this point
Browse repository at this point
Commits on Dec 31, 2011
Update year to 2012
aggro80
committed
8cae17f
View commit details
Copy full SHA for 8cae17f
View code at this point
Browse repository at this point
Commits on Dec 3, 2011
Fixed #3336 (False positive: Member function is not used (used by template function))
Daniel Marjamäki
committed
b7988a3
View commit details
Copy full SHA for b7988a3
View code at this point
Browse repository at this point
Commits on Nov 20, 2011
Change every 'tokAt(1)' to 'next()' and every 'tokAt(-1)' to 'previous()'.
Show description for a32b051
edward-san
committed
a32b051
View commit details
Copy full SHA for a32b051
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.