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
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 }}
sec-u
/
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
library.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 15, 2015
Support namespaces in CheckOther::checkIgnoredReturnValue()
PKEuS
committed
b77912a
View commit details
Copy full SHA for b77912a
View code at this point
Browse repository at this point
Commits on Aug 11, 2015
Introduced .cfg file format version to 2 (to prevent older cppcheck versions from failing silently when reading them), because 5b287fc849036dce9450bf5e185999c1ec62dcb7 introduced a backward-incompa…
Show description for ebfdacb
PKEuS
committed
ebfdacb
View commit details
Copy full SHA for ebfdacb
View code at this point
Browse repository at this point
Commits on Aug 10, 2015
Library: move Library::alloc and Library::dealloc from header to cpp file and use the functionName utility function
danmar
committed
a70c57d
View commit details
Copy full SHA for a70c57d
View code at this point
Browse repository at this point
Library: Initial handling of method calls
danmar
committed
3a1a347
View commit details
Copy full SHA for 3a1a347
View code at this point
Browse repository at this point
Commits on Aug 9, 2015
Library: The <function> name attribute can now have a comma separated list of names
danmar
committed
5b287fc
View commit details
Copy full SHA for 5b287fc
View code at this point
Browse repository at this point
Replace Token::Match with Token::simpleMatch
danmar
committed
0611068
View commit details
Copy full SHA for 0611068
View code at this point
Browse repository at this point
Fixed #6711 (Add namespace support to library files)
danmar
committed
b70fe4c
View commit details
Copy full SHA for b70fe4c
View code at this point
Browse repository at this point
Commits on Mar 11, 2015
Refactorization: Avoid including path.h in (almost) every source file (via library.h)
PKEuS
committed
7f2b688
View commit details
Copy full SHA for 7f2b688
View code at this point
Browse repository at this point
Small Refactorizations:
Show description for 3d2e26d
PKEuS
committed
3d2e26d
View commit details
Copy full SHA for 3d2e26d
View code at this point
Browse repository at this point
Commits on Mar 8, 2015
Fixed #6571 (Library::isNotLibraryFunction: Return true for methods)
danmar
committed
2d8a6c7
View commit details
Copy full SHA for 2d8a6c7
View code at this point
Browse repository at this point
Commits on Mar 1, 2015
Library: variables are not library functions (variable declarations can look like function calls)
danmar
committed
830f656
View commit details
Copy full SHA for 830f656
View code at this point
Browse repository at this point
Commits on Feb 1, 2015
Fixed two nullpointer messages in cppcheck
PKEuS
committed
9dfb864
View commit details
Copy full SHA for 9dfb864
View code at this point
Browse repository at this point
Commits on Jan 31, 2015
Fixed #6480 (False positive unreachableCode - member function exit called instead of ::exit())
danmar
committed
73113c6
View commit details
Copy full SHA for 73113c6
View code at this point
Browse repository at this point
Refactorization: Renamed Token::Match pattern %var% to %name%, implement new pattern %var% which is true if varId > 0.
PKEuS
committed
b283505
View commit details
Copy full SHA for b283505
View code at this point
Browse repository at this point
Library: Don't rely on ast in isNotLibraryFunction since it's used in tokenizer
danmar
committed
57ec1ae
View commit details
Copy full SHA for 57ec1ae
View code at this point
Browse repository at this point
Commits on Jan 30, 2015
Enhanced CheckBufferOverrun:
Show description for 98e33a1
PKEuS
committed
98e33a1
View commit details
Copy full SHA for 98e33a1
View code at this point
Browse repository at this point
Commits on Jan 27, 2015
Fixed #6460 (Library: better function/type matching)
danmar
committed
3285f85
View commit details
Copy full SHA for 3285f85
View code at this point
Browse repository at this point
Commits on Jan 10, 2015
Accept unknown elements in Library files, but print a warning. This fixes backward compatibility of libraries with older cppcheck versions
PKEuS
committed
787cbcb
View commit details
Copy full SHA for 787cbcb
View code at this point
Browse repository at this point
Fixed wrong condition in library.cpp
PKEuS
committed
d019b7f
View commit details
Copy full SHA for d019b7f
View code at this point
Browse repository at this point
Commits on Jan 8, 2015
Library: More strict matching of functions
danmar
committed
6a8293a
View commit details
Copy full SHA for 6a8293a
View code at this point
Browse repository at this point
Commits on Jan 4, 2015
Refactorized CheckStl::if_find():
Show description for e06a4cd
PKEuS
committed
e06a4cd
View commit details
Copy full SHA for e06a4cd
View code at this point
Browse repository at this point
Commits on Jan 3, 2015
Library: Add <container> tag to Libraries, provide configuration for std::vector, std::deque, std::array and STL strings
Show description for e39729f
PKEuS
committed
e39729f
View commit details
Copy full SHA for e39729f
View code at this point
Browse repository at this point
Updated copyright year to 2015
danmar
committed
ff11ba9
View commit details
Copy full SHA for ff11ba9
View code at this point
Browse repository at this point
Commits on Dec 27, 2014
Fixed #6328: Use isAttributeNoreturn() whereever we also check Library::isnoreturn().
PKEuS
committed
990d14f
View commit details
Copy full SHA for 990d14f
View code at this point
Browse repository at this point
Commits on Dec 12, 2014
Improve readability of Library::load()
Show description for 2f1ba89
thomasjfox
committed
2f1ba89
View commit details
Copy full SHA for 2f1ba89
View code at this point
Browse repository at this point
Commits on Oct 19, 2014
Fixed #6215 (Move Windows platform types into library)
IOBYTE
authored and
danmar
committed
e2f72b4
View commit details
Copy full SHA for e2f72b4
View code at this point
Browse repository at this point
Commits on Oct 3, 2014
Some small refactorizations:
Show description for a02712c
PKEuS
committed
a02712c
View commit details
Copy full SHA for a02712c
View code at this point
Browse repository at this point
Commits on Sep 29, 2014
Added version attribute to .cfg files (#5928)
PKEuS
committed
cbb8360
View commit details
Copy full SHA for cbb8360
View code at this point
Browse repository at this point
Commits on Sep 27, 2014
New check: Check for unused return values (#653)
PKEuS
committed
2102944
View commit details
Copy full SHA for 2102944
View code at this point
Browse repository at this point
Commits on Sep 10, 2014
Improved performance of library loading (~5%):
Show description for 3fade4d
PKEuS
committed
3fade4d
View commit details
Copy full SHA for 3fade4d
View code at this point
Browse repository at this point
Commits on Aug 12, 2014
Further resolve CID 1222223
Dmitry-Me
committed
0991d42
View commit details
Copy full SHA for 0991d42
View code at this point
Browse repository at this point
Commits on Aug 4, 2014
Resolve CID 1222223.
Dmitry-Me
committed
8cd6e49
View commit details
Copy full SHA for 8cd6e49
View code at this point
Browse repository at this point
Commits on Jul 5, 2014
Add some more functions to posix.cfg which allow to enable TestBufferOverrun::buffer_overrun_1_posix_functions
Show description for 77095e2
amai2012
committed
77095e2
View commit details
Copy full SHA for 77095e2
View code at this point
Browse repository at this point
Library: Added <minsize> element used for buffer overrun checking
danmar
committed
a3acc32
View commit details
Copy full SHA for a3acc32
View code at this point
Browse repository at this point
Commits on Jun 28, 2014
Library: Handle FIlE_NOT_FOUND better
danmar
committed
46479ce
View commit details
Copy full SHA for 46479ce
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.