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 }}
jboskovic
/
code-coverage-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
code-coverage-cppcheck
test
testconstructors.cpp
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 20, 2024
Update copyright year (#6310)
danmar
authored
58030b8
View commit details
Copy full SHA for 58030b8
View code at this point
Browse repository at this point
Commits on Apr 10, 2024
Tokenizer: moved test-only `tokenize()` to `SimpleTokenizer` / several cleanups (#6264)
firewave
authored
789be1c
View commit details
Copy full SHA for 789be1c
View code at this point
Browse repository at this point
Commits on Mar 13, 2024
testrunner: make sure the error output is consumed (#6117)
firewave
authored
1bace58
View commit details
Copy full SHA for 1bace58
View code at this point
Browse repository at this point
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
View commit details
Copy full SHA for f465dc5
View code at this point
Browse repository at this point
Commits on Jan 13, 2024
pass `Settings` by reference into `Tokenizer` (#5857)
Show description for d015007
firewave
authored
d015007
View commit details
Copy full SHA for d015007
View code at this point
Browse repository at this point
Commits on Nov 6, 2023
Fix #12150 FP uninitialized member array, initialized in range for loop (#5627)
chrchr-github
authored
de2cfb0
View commit details
Copy full SHA for de2cfb0
View code at this point
Browse repository at this point
Commits on Nov 1, 2023
Fix #12128 FP uninitDerivedMemberVar with brace init (#5606)
chrchr-github
authored
1065438
View commit details
Copy full SHA for 1065438
View code at this point
Browse repository at this point
Commits on Sep 1, 2023
Fixed #11907 (False positive: uninitialized member (mutable member, const method call)) (#5384)
danmar
authored
88a9119
View commit details
Copy full SHA for 88a9119
View code at this point
Browse repository at this point
Commits on May 20, 2023
Fixed #11013 (FP overlappingWriteUnion with anonymous struct in union) (#5067)
danmar
authored
f72db74
View commit details
Copy full SHA for f72db74
View code at this point
Browse repository at this point
Commits on May 4, 2023
testrunner: even more `SettingsBuilder` usage and `const` cleanups (#5030)
Show description for 5833fc3
firewave
authored
5833fc3
View commit details
Copy full SHA for 5833fc3
View code at this point
Browse repository at this point
Commits on May 2, 2023
testrunner: more `SettingsBuilder` usage and `const` cleanups (#5026)
firewave
authored
25183ff
View commit details
Copy full SHA for 25183ff
View code at this point
Browse repository at this point
reduced usage of mutable `Settings` objects in tests (#4798)
firewave
authored
2935c85
View commit details
Copy full SHA for 2935c85
View code at this point
Browse repository at this point
Commits on Apr 6, 2023
Fix FN uninitMemberVar with std::array (#4935)
chrchr-github
authored
8043930
View commit details
Copy full SHA for 8043930
View code at this point
Browse repository at this point
Commits on Mar 4, 2023
iwyu.yml: added `clang-include-cleaner` job / cleaned up includes based on `include-what-you-use` (#4844)
firewave
authored
50eb064
View commit details
Copy full SHA for 50eb064
View code at this point
Browse repository at this point
Commits on Mar 2, 2023
improved library loading in tests (#4806)
firewave
authored
3ec4da0
View commit details
Copy full SHA for 3ec4da0
View code at this point
Browse repository at this point
Commits on Jan 28, 2023
Update copyright year
danmar
committed
464fbe8
View commit details
Copy full SHA for 464fbe8
View code at this point
Browse repository at this point
Commits on Jan 27, 2023
renamed some files in the `test` folder (#4705)
firewave
authored
1d3955b
View commit details
Copy full SHA for 1d3955b
View code at this point
Browse repository at this point
Commits on Nov 13, 2022
Fix crash on nullptr (#4582)
Show description for e3939d3
chrchr-github
authored
e3939d3
View commit details
Copy full SHA for e3939d3
View code at this point
Browse repository at this point
Commits on Nov 9, 2022
Fix crashes on nullptr (#4575)
chrchr-github
authored
ffc0c57
View commit details
Copy full SHA for ffc0c57
View code at this point
Browse repository at this point
Commits on Nov 5, 2022
Fix couple issues with missing operatorEqVarError (#4576)
gerboengels
authored
d7a8f7f
View commit details
Copy full SHA for d7a8f7f
View code at this point
Browse repository at this point
Commits on Sep 22, 2022
Add tests for #6504, #11177 (#4494)
Show description for bb2ba53
chrchr-github
authored
bb2ba53
View commit details
Copy full SHA for bb2ba53
View code at this point
Browse repository at this point
Commits on Sep 16, 2022
iwyu.yml: use `debian:unstable` to always get latest include-what-you-use / cleaned up includes (#4466)
Show description for b3ec225
firewave
authored
b3ec225
View commit details
Copy full SHA for b3ec225
View code at this point
Browse repository at this point
Commits on Aug 19, 2022
added more missing `sstream` includes (#4384)
firewave
authored
1b4141c
View commit details
Copy full SHA for 1b4141c
View code at this point
Browse repository at this point
Commits on Jun 21, 2022
CheckClass: Fix false negatives for uninitMemberVar
danmar
committed
1d5166d
View commit details
Copy full SHA for 1d5166d
View code at this point
Browse repository at this point
Commits on Jun 16, 2022
Fixed #11101 (False positive: derived union members are initialized in constructor)
danmar
committed
968d8d1
View commit details
Copy full SHA for 968d8d1
View code at this point
Browse repository at this point
Commits on May 10, 2022
Fix FP uninitMemberVar with defaulted special member functions (#4094)
Show description for 52cbbb0
chrchr-github
authored
52cbbb0
View commit details
Copy full SHA for 52cbbb0
View code at this point
Browse repository at this point
Commits on May 9, 2022
Fix #9391 False negative: Uninitialized struct member (default constructor) (#4088)
Show description for 38bdece
chrchr-github
authored
38bdece
View commit details
Copy full SHA for 38bdece
View code at this point
Browse repository at this point
Commits on Mar 23, 2022
Fix FP uninitMemberVarPrivate with anonymous union (#3927)
chrchr-github
authored
e083069
View commit details
Copy full SHA for e083069
View code at this point
Browse repository at this point
Commits on Mar 16, 2022
Fix #10841 FN uninitMemberVar when member is being used in constructor (regression) (#3909)
chrchr-github
authored
e073860
View commit details
Copy full SHA for e073860
View code at this point
Browse repository at this point
Commits on Mar 13, 2022
Fix #8496 Clarify warnings for uninitMemberVar (#3760)
chrchr-github
authored
2eed660
View commit details
Copy full SHA for 2eed660
View code at this point
Browse repository at this point
Commits on Mar 7, 2022
Fix #5499 C++11 default values not for all class fields and missing constructor (#3876)
chrchr-github
authored
3a5931b
View commit details
Copy full SHA for 3a5931b
View code at this point
Browse repository at this point
Commits on Mar 3, 2022
Fix #10770 FP noConstructor with function pointer member (#3751)
chrchr-github
authored
78dd29a
View commit details
Copy full SHA for 78dd29a
View code at this point
Browse repository at this point
Suppress operatorEqVarError for known non-copyable types (#3869)
Show description for 8a7992c
chrchr-github
authored
8a7992c
View commit details
Copy full SHA for 8a7992c
View code at this point
Browse repository at this point
Commits on Mar 2, 2022
Fix FP operatorEqVarError with class hierarchy (#3868)
chrchr-github
authored
8e8e6b1
View commit details
Copy full SHA for 8e8e6b1
View code at this point
Browse repository at this point
Commits on Feb 27, 2022
Fix #10360 FP uninitMemberVar from copy constructor [inconclusive] (#3748)
chrchr-github
authored
05a6d09
View commit details
Copy full SHA for 05a6d09
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.