Skip to content
Navigation Menu
Toggle navigation
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
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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
.
cppcheck-opensource
/
cppcheck
Public
Notifications
You must be signed in to change notification settings
Fork
1.6k
Star
6.7k
Code
Pull requests
204
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
cppcheck
test
testlibrary.cpp
on
main
User selector
All users
All time
Commit history
Commits on Nov 7, 2025
testrunner: several cleanups (#7944)
Show description for 7e09fa0
firewave
authored
7e09fa0
Copy full SHA for 7e09fa0
Commits on Oct 17, 2025
cleaned up includes based on include-what-you-use (#7895)
firewave
authored
5ace300
Copy full SHA for 5ace300
Commits on Sep 23, 2025
pass a char buffer to simplecpp instead of a stream (#6379)
firewave
authored
20bed39
Copy full SHA for 20bed39
Commits on Jul 19, 2025
release: update copyright year [ci skip] (#7686)
danmar
authored
02c95b9
Copy full SHA for 02c95b9
Commits on Jun 19, 2025
Fix #13952 (dumpfile: the action and yield for container methods) (#7609)
danmar
authored
379f8c8
Copy full SHA for 379f8c8
Commits on May 8, 2025
pass `Settings` as reference into `TokenList` (#7401)
firewave
authored
646b422
Copy full SHA for 646b422
Commits on May 7, 2025
pass language to `TokenList` constructor (#7500)
firewave
authored
ebc80c0
Copy full SHA for ebc80c0
Commits on Apr 24, 2025
testrunner: some `Settings` usage cleanups (#7477)
firewave
authored
9e547a3
Copy full SHA for 9e547a3
Commits on Apr 15, 2025
testrunner: some `SimpleTokenizer` refactoring (#7467)
firewave
authored
20681a3
Copy full SHA for 20681a3
Commits on Apr 4, 2025
enabled and fixed `-Wold-style-cast` Clang warnings (#7395)
firewave
authored
f78e5a7
Copy full SHA for f78e5a7
Commits on Mar 19, 2025
fixed #13719 - fixed nullptr dereference in `Library::detectSmartPointer()` (#7379)
firewave
authored
0b390be
Copy full SHA for 0b390be
Commits on Sep 16, 2024
testrunner: removed unused and inconsistently used return value from `assert*()` functions (#6708)
firewave
authored
7be1dff
Copy full SHA for 7be1dff
Commits on Sep 10, 2024
refs #11342 - Library: avoid redundant lookups in `getarg()` (#6791)
firewave
authored
cf7f74d
Copy full SHA for cf7f74d
Commits on Aug 17, 2024
mitigated most `bugprone-unused-return-value` clang-tidy warnings in test code when we enable it for *all* functions (#6673)
Show description for d89e241
firewave
authored
d89e241
Copy full SHA for d89e241
Commits on Jul 21, 2024
cleaned up includes based on include-what-you-use (#6627)
firewave
authored
d03d820
Copy full SHA for d03d820
Commits on Jul 20, 2024
TestLibrary: added tests showing failure to detect iterator (#6595)
firewave
authored
b0a9aa8
Copy full SHA for b0a9aa8
Commits on Jul 12, 2024
fixed #11924 - moved library data into implementation class (#6579)
firewave
authored
2142218
Copy full SHA for 2142218
Commits on May 23, 2024
made `Library::load(const tinyxml2::XMLDocument &)` private / related refactorings (#6433)
firewave
authored
e853d86
Copy full SHA for e853d86
Library: made all members private and moved implementations to source file (#6408)
Show description for ab69847
firewave
authored
ab69847
Copy full SHA for ab69847
Commits on Apr 20, 2024
Update copyright year (#6310)
danmar
authored
58030b8
Copy full SHA for 58030b8
Commits on Apr 10, 2024
Tokenizer: moved test-only `tokenize()` to `SimpleTokenizer` / several cleanups (#6264)
firewave
authored
789be1c
Copy full SHA for 789be1c
Commits on Apr 4, 2024
ValueFlow: pass `ErrorLogger` by reference into `ValueFlow::setValues()` / removed need for `LifetimeStore::Context` (#5299)
firewave
authored
228f9cd
Copy full SHA for 228f9cd
Commits on Mar 10, 2024
testrunner: refactored `givenACodeSampleToTokenize` into `SimpleTokenizer` and `SimpleTokenList` / several related cleanups (#6084)
firewave
authored
fadc93f
Copy full SHA for fadc93f
Commits on Mar 8, 2024
iwyu.yml: use OpenSUSE to get latest `include-what-you-use` / cleaned up includes (#5673)
Show description for f465dc5
firewave
authored
f465dc5
Copy full SHA for f465dc5
Commits on Mar 6, 2024
improved handling/testing of XMLs without a a root node / added some TODOs (#6086)
Show description for 260ae3c
firewave
authored
260ae3c
Copy full SHA for 260ae3c
Commits on Feb 28, 2024
always provide settings for `TokenList` in tests (#6055)
firewave
authored
5da25c1
Copy full SHA for 5da25c1
Commits on Feb 27, 2024
make sure the language for a `Token`/`TokenList` is always determined (#5853)
firewave
authored
589ceed
Copy full SHA for 589ceed
Commits on Feb 26, 2024
testrunner: stop comparing mismatching types in generic `assertEquals()` / added `ASSERT_EQUALS_ENUM` (#6035)
Show description for 0fe775c
firewave
authored
0fe775c
Copy full SHA for 0fe775c
Commits on Feb 8, 2024
Remove MFC defines from windows.cfg (#5959)
chrchr-github
authored
b3bb172
Copy full SHA for b3bb172
Commits on Feb 7, 2024
Remove duplicate define from microsoft_sal.cfg (#5957)
chrchr-github
authored
ab4e462
Copy full SHA for ab4e462
Commits on Feb 6, 2024
Fix error when loading both gnu.cfg and bsd.cfg (#5956)
Show description for 05da696
chrchr-github
authored
05da696
Copy full SHA for 05da696
Commits on Jan 13, 2024
pass `Settings` by reference into `Tokenizer` (#5857)
Show description for d015007
firewave
authored
d015007
Copy full SHA for d015007
Commits on Nov 26, 2023
added `xml.h` wrapper for TinyXML2 / cleaned up suppressions of Clang compiler warnings (#5700)
firewave
authored
f246178
Copy full SHA for f246178
Commits on Nov 3, 2023
fixed some "Variable can be made constexpr" Rider warnings (#5615)
firewave
authored
63e00ea
Copy full SHA for 63e00ea
Commits on Oct 20, 2023
Fix #12087 Library: add Container::Action::FIND_CONST (#5579)
chrchr-github
authored
41bd28c
Copy full SHA for 41bd28c
Previous
Next
You can’t perform that action at this time.