René's URL Explorer Experiment


Title: Make copy-constructible classes copyable by pfultz2 · Pull Request #8705 · cppcheck-opensource/cppcheck · GitHub

Open Graph Title: Make copy-constructible classes copyable by pfultz2 · Pull Request #8705 · cppcheck-opensource/cppcheck

X Title: Make copy-constructible classes copyable by pfultz2 · Pull Request #8705 · cppcheck-opensource/cppcheck

Description: Lots of copy constructible classes were using const and ref members which makes the classes non-copyable due to no longer supporting a copy-assignment. I replaced the ref members with a NonNullPtr class which is kind of a mix of gsl::non_null and std::reference_wrapper. This helps prevent assigning it as null since it only accepts a reference and not a pointer. Now this PR doesnt replace all reference members, just for the classes that are copy-constructible. If we want to convert a class back to use reference or const members then we can delete the copy constructor and assignment. Furthermore, I enabled the clang-tidy check cppcoreguidelines-avoid-const-or-ref-data-members to check for these cases in the future. Here are some references explaining why this is bad practice: https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#rc-constref https://lesleylai.info/en/const-and-reference-member-variables/ https://quuxplusone.github.io/blog/2022/01/23/dont-const-all-the-things/#data-members-never-const Beyond just being bad practice, this also has prevent me from doing certain things with the ForwardAnalyzer recently that might have improved it further such as joining or swaping a forked analyzer. I intentionally made these classes copyable for this reason(and were changed to non-copyable against my feedback as well). I understand that using references help prevent dereferencing a nullptr which is why I added a NonNullPtr class instead of using raw pointers like previously.

Open Graph Description: Lots of copy constructible classes were using const and ref members which makes the classes non-copyable due to no longer supporting a copy-assignment. I replaced the ref members with a NonNullPtr ...

X Description: Lots of copy constructible classes were using const and ref members which makes the classes non-copyable due to no longer supporting a copy-assignment. I replaced the ref members with a NonNullPtr ...

Opengraph URL: https://github.com/cppcheck-opensource/cppcheck/pull/8705

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:a80a2503-4ab3-84f0-43a1-bc10a5bb1074
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id9D6A:B5AA6:3488401:49ADE45:6A4F7FC0
html-safe-nonce0dfdaab79c028060edd4bbe21eeef33bc86ae11d17493773cbf3f15bfceb0ac3
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5RDZBOkI1QUE2OjM0ODg0MDE6NDlBREU0NTo2QTRGN0ZDMCIsInZpc2l0b3JfaWQiOiI1MTc1NDE1MzI5ODA3ODkyNDE2IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac035c40642615ae7603f0b767ebc870ad530407328783e3abb876c824e8374226
hovercard-subject-tagpull_request:4008493452
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/cppcheck-opensource/cppcheck/pull/8705/files
twitter:imagehttps://avatars.githubusercontent.com/u/1306044?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/1306044?s=400&v=4
og:image:altLots of copy constructible classes were using const and ref members which makes the classes non-copyable due to no longer supporting a copy-assignment. I replaced the ref members with a NonNullPtr ...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb92d11c0aa4a77d54ef4af1078b6a15fb5a70a215b30c4ecf28889d5a8e656d9
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/cppcheck-opensource/cppcheck git https://github.com/cppcheck-opensource/cppcheck.git
octolytics-dimension-user_id278097703
octolytics-dimension-user_logincppcheck-opensource
octolytics-dimension-repository_id143131
octolytics-dimension-repository_nwocppcheck-opensource/cppcheck
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id143131
octolytics-dimension-repository_network_root_nwocppcheck-opensource/cppcheck
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release4b249b445842943ed31549e027f57a8ade9881ed
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/cppcheck-opensource/cppcheck/pull/8705/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcppcheck-opensource%2Fcppcheck%2Fpull%2F8705%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcppcheck-opensource%2Fcppcheck%2Fpull%2F8705%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=cppcheck-opensource%2Fcppcheck
Reloadhttps://github.com/cppcheck-opensource/cppcheck/pull/8705/files
Reloadhttps://github.com/cppcheck-opensource/cppcheck/pull/8705/files
Reloadhttps://github.com/cppcheck-opensource/cppcheck/pull/8705/files
Please reload this pagehttps://github.com/cppcheck-opensource/cppcheck/pull/8705/files
cppcheck-opensource https://github.com/cppcheck-opensource
cppcheckhttps://github.com/cppcheck-opensource/cppcheck
Notifications https://github.com/login?return_to=%2Fcppcheck-opensource%2Fcppcheck
Fork 1.6k https://github.com/login?return_to=%2Fcppcheck-opensource%2Fcppcheck
Star 6.7k https://github.com/login?return_to=%2Fcppcheck-opensource%2Fcppcheck
Code https://github.com/cppcheck-opensource/cppcheck
Pull requests 203 https://github.com/cppcheck-opensource/cppcheck/pulls
Actions https://github.com/cppcheck-opensource/cppcheck/actions
Security and quality 0 https://github.com/cppcheck-opensource/cppcheck/security
Insights https://github.com/cppcheck-opensource/cppcheck/pulse
Code https://github.com/cppcheck-opensource/cppcheck
Pull requests https://github.com/cppcheck-opensource/cppcheck/pulls
Actions https://github.com/cppcheck-opensource/cppcheck/actions
Security and quality https://github.com/cppcheck-opensource/cppcheck/security
Insights https://github.com/cppcheck-opensource/cppcheck/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fcppcheck-opensource%2Fcppcheck%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fcppcheck-opensource%2Fcppcheck%2Fissues%2Fnew%2Fchoose
pfultz2https://github.com/pfultz2
cppcheck-opensource:mainhttps://github.com/cppcheck-opensource/cppcheck/tree/main
pfultz2:complete-copyable-typeshttps://github.com/pfultz2/cppcheck/tree/complete-copyable-types
Conversation 12 https://github.com/cppcheck-opensource/cppcheck/pull/8705
Commits 8 https://github.com/cppcheck-opensource/cppcheck/pull/8705/commits
Checks 70 https://github.com/cppcheck-opensource/cppcheck/pull/8705/checks
Files changed 42 https://github.com/cppcheck-opensource/cppcheck/pull/8705/files
Make copy-constructible classes copyable https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#top
Show all changes 8 commits https://github.com/cppcheck-opensource/cppcheck/pull/8705/files
266b2ae Make copy-constructible classes copyable Jul 7, 2026 https://github.com/cppcheck-opensource/cppcheck/pull/8705/commits/266b2ae88e8588e3d3eb3c30c504d9e15e73aa9a
91b5418 Update other classes Jul 7, 2026 https://github.com/cppcheck-opensource/cppcheck/pull/8705/commits/91b54182cf6cbbe9abfb441be58dbbf4d6221aec
e90f2a4 Fix the gui warnings Jul 7, 2026 https://github.com/cppcheck-opensource/cppcheck/pull/8705/commits/e90f2a4919e11d578c5de68fc23daea93cdcd234
35240f5 Again Jul 7, 2026 https://github.com/cppcheck-opensource/cppcheck/pull/8705/commits/35240f582882ef5a74f4409a85cd43a66b47dbf2
3b5658f Fix the suppression Jul 7, 2026 https://github.com/cppcheck-opensource/cppcheck/pull/8705/commits/3b5658ffae4ce5ab8823b67b303c297bf050aab9
98d309e Fix cppcheck warnings Jul 8, 2026 https://github.com/cppcheck-opensource/cppcheck/pull/8705/commits/98d309e67974f0b9e17cefa3e6445ccb260dfbca
255eebc Merge Jul 8, 2026 https://github.com/cppcheck-opensource/cppcheck/pull/8705/commits/255eebcbf11e3ca7359dab944f5a24fc26e7e506
ce1b3cd Bump the line number Jul 8, 2026 https://github.com/cppcheck-opensource/cppcheck/pull/8705/commits/ce1b3cdeb8e7aa71d8e76923deddaaa1dd25c31d
Clear filters https://github.com/cppcheck-opensource/cppcheck/pull/8705/files
Please reload this pagehttps://github.com/cppcheck-opensource/cppcheck/pull/8705/files
Please reload this pagehttps://github.com/cppcheck-opensource/cppcheck/pull/8705/files
.clang-tidy https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-0534891fbc8b89b4c521057e7e8dff70d3cbeb822cc9991a3abad77848c289f8
selfcheck.yml https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-e86eba03d49185de1e0c54a7fd86e05e3dd027cd64016b24d3680bb270b2e1f6
Makefile https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-76ed074a9305c04054cdebb9e9aad2d818052b07091de1f20cad0bbac34ffb52
clang-tidy.md https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-df5adeae525aa6cfdbc921f1fc7880bd279f11e257e0fb8a36bd7ad6675edee7
cmdlineparser.cpp https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-52ae9cc3136ebba4f9e1106f8b87f002e9e620f0466da105d96ae5a6d0d86414
cmdlineparser.h https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-39aacdb9b65ad084bc15f5382e5e17ef8e40179b1d2ce219513b69e5421d8f92
processexecutor.cpp https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-530300679f486a7131b43f7318d1117b57ef023147afe840047a858306795167
resultitem.h https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-fad165234a9c9a1f36bb04cb7c5aa0cb6c74a17d8e07444797bdcfd7732fd948
astutils.cpp https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-32a96d3a2437df775537acf29b97aca6c4215893d0b3e98594e3809f25e49506
checkersreport.cpp https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-b434140db403f0559d3e680e48c777c5c39eb8f664cfdcc33653e8d605507bd9
checkersreport.h https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-f9f7f1e961a66756f24c98def0713020e1d026a2117092703927d3b3ae625da6
checkother.cpp https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-73c7189eeb09cde9a3e544f18ad317cc595f7a316fe720d781e35b7235be71b1
checkstl.cpp https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-8ca3ad3eb441d047868162910b05dc86b19a037095af712d5ce93cf7ec96ff75
clangimport.cpp https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-dabf979b8bb2c063fa6c677f577d1384c0fa514681ed04d80a44e1f8ea5ba3fd
cppcheck.vcxproj https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-f211c602c63581bcf943c28db872668a826c8f4093dfa0ce7e2e7f4dcd4950f6
errorlogger.h https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-d662d3e5b25ed18893dc7fbcfeceea530e06f3b202e54d47bf99f13cdb2fafe8
forwardanalyzer.cpp https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-cc933ccad6ca968f8141e5f9558d7f1ad69a414a0caee7856adcdf2926283e79
fwdanalysis.cpp https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-e4ea2d89997385530b3b4b465e1dbf0d7fbe39df1034b45caf0653b3cc927a6a
fwdanalysis.h https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-43c150ee679ee8cf33764669c3b2241d083624e7fb87483b0e9e295cc721cbeb
nonnullptr.h https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-56719be38a7e10960a71857421da5122a3a51fb159c725deea1fa27dbb6b425c
preprocessor.cpp https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-f5811aadbd224edd3442024293db4901b5068dcf5d60e37ce24ebd53e393deb3
preprocessor.h https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-c25644b90eb1da73b15cb25880d44243f9393100da04c37776a834c12e878c4c
programmemory.cpp https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-d841085aa3cbf81a29d2a3ed306e252d2231dc7696a192d40aa92da0168e67cd
programmemory.h https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-7f5f7d4a9d8abaf48af609b61e30036cc6a0226f2c6833ab4bac0196e998588b
reverseanalyzer.cpp https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-aa5e90ee9ef11172e97923febd989493ec6a011d880586d6cd4d1ff6bdad68a5
symboldatabase.cpp https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-304f15dd3a4d25ecfae37990291a91ca66aecd56342bcf2979c102afa4da262d
symboldatabase.h https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-785645684974d6e4c93d7dfcd9350022adfad766a2d9b6318a9005e8ca38c95e
templatesimplifier.cpp https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-0a9ab01d77dec9fb9d0525110364e6aa80500eba0f61db0e4c959a9240a8ef0e
templatesimplifier.h https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-97b2ec5c98362ddf09b424dc64b347a0df24703ce6bc5edcedac5a499a8acd46
token.h https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-9011cfd8745f628b07676a8043a434321f6d753a46ef7dd6cd6e20d346644f2d
tokenize.cpp https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-fcb971a19e78bfceedcd084be65f15acea40d252d16613a29cad4b8814f00bdf
tokenlist.cpp https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-9e71e78af776fb46b158fcda34f62a62a112228b70b2166abc73ee9af18f80e8
tokenlist.h https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-ddf5799f1d49546f4a8054278146a1be9b149f84b30878f7c34a2852a13a532a
valueflow.cpp https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-16a9ec3ff1314646e106eb413234f5614e3a7f527fb82d0a369755bee65a7e31
vf_analyzers.cpp https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-f3479a88276b72847085402d2ece669dcaf7cda8cf50fbc86cfd4f34350ea703
Makefile https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-29d90675c4f1efd2e0568cbf9207837a8be078cb9131be227725b1152103d363
fixture.cpp https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-3544256f65503657324e4de54e833066f9fda277f2e4f3aa2cd9aa87526346f2
fixture.h https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-b3ed6821d88432a52243c2c314830cebeadd96d38dbf88707e72fbe488a2491a
helpers.h https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-29199aab4a7319217695df5b847e4bca0817e3f244c6ec21c1a7a8871f2dd10a
testnonnullptr.cpp https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-fbe1decb9118a363c9595d520574af5e8b4b6eb8b929dacb15addf94902229af
testrunner.vcxproj https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-d50b09c30f6938d76b7eb9782aa6504257ed2294f9fb48119c09100eea044146
dmake.cpp https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-8388ffeb56d5d1aab97454488d9b60ae1179b007d7b8aa5baa36b7b76b0044ca
.clang-tidyhttps://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-0534891fbc8b89b4c521057e7e8dff70d3cbeb822cc9991a3abad77848c289f8
View file https://github.com/cppcheck-opensource/cppcheck/blob/ce1b3cdeb8e7aa71d8e76923deddaaa1dd25c31d/.clang-tidy
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/cppcheck-opensource/cppcheck/pull/8705/{{ revealButtonHref }}
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-0534891fbc8b89b4c521057e7e8dff70d3cbeb822cc9991a3abad77848c289f8
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-0534891fbc8b89b4c521057e7e8dff70d3cbeb822cc9991a3abad77848c289f8
.github/workflows/selfcheck.ymlhttps://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-e86eba03d49185de1e0c54a7fd86e05e3dd027cd64016b24d3680bb270b2e1f6
View file https://github.com/cppcheck-opensource/cppcheck/blob/ce1b3cdeb8e7aa71d8e76923deddaaa1dd25c31d/.github/workflows/selfcheck.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/cppcheck-opensource/cppcheck/pull/8705/{{ revealButtonHref }}
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-e86eba03d49185de1e0c54a7fd86e05e3dd027cd64016b24d3680bb270b2e1f6
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-e86eba03d49185de1e0c54a7fd86e05e3dd027cd64016b24d3680bb270b2e1f6
Makefilehttps://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-76ed074a9305c04054cdebb9e9aad2d818052b07091de1f20cad0bbac34ffb52
View file https://github.com/cppcheck-opensource/cppcheck/blob/ce1b3cdeb8e7aa71d8e76923deddaaa1dd25c31d/Makefile
Open in desktop https://desktop.github.com
Please reload this pagehttps://github.com/cppcheck-opensource/cppcheck/pull/8705/files
clang-tidy.mdhttps://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-df5adeae525aa6cfdbc921f1fc7880bd279f11e257e0fb8a36bd7ad6675edee7
View file https://github.com/cppcheck-opensource/cppcheck/blob/ce1b3cdeb8e7aa71d8e76923deddaaa1dd25c31d/clang-tidy.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/cppcheck-opensource/cppcheck/pull/8705/{{ revealButtonHref }}
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-df5adeae525aa6cfdbc921f1fc7880bd279f11e257e0fb8a36bd7ad6675edee7
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-df5adeae525aa6cfdbc921f1fc7880bd279f11e257e0fb8a36bd7ad6675edee7
cli/cmdlineparser.cpphttps://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-52ae9cc3136ebba4f9e1106f8b87f002e9e620f0466da105d96ae5a6d0d86414
View file https://github.com/cppcheck-opensource/cppcheck/blob/ce1b3cdeb8e7aa71d8e76923deddaaa1dd25c31d/cli/cmdlineparser.cpp
Open in desktop https://desktop.github.com
Please reload this pagehttps://github.com/cppcheck-opensource/cppcheck/pull/8705/files
cli/cmdlineparser.hhttps://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-39aacdb9b65ad084bc15f5382e5e17ef8e40179b1d2ce219513b69e5421d8f92
View file https://github.com/cppcheck-opensource/cppcheck/blob/ce1b3cdeb8e7aa71d8e76923deddaaa1dd25c31d/cli/cmdlineparser.h
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/cppcheck-opensource/cppcheck/pull/8705/{{ revealButtonHref }}
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-39aacdb9b65ad084bc15f5382e5e17ef8e40179b1d2ce219513b69e5421d8f92
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-39aacdb9b65ad084bc15f5382e5e17ef8e40179b1d2ce219513b69e5421d8f92
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-39aacdb9b65ad084bc15f5382e5e17ef8e40179b1d2ce219513b69e5421d8f92
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-39aacdb9b65ad084bc15f5382e5e17ef8e40179b1d2ce219513b69e5421d8f92
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-39aacdb9b65ad084bc15f5382e5e17ef8e40179b1d2ce219513b69e5421d8f92
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-39aacdb9b65ad084bc15f5382e5e17ef8e40179b1d2ce219513b69e5421d8f92
cli/processexecutor.cpphttps://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-530300679f486a7131b43f7318d1117b57ef023147afe840047a858306795167
View file https://github.com/cppcheck-opensource/cppcheck/blob/ce1b3cdeb8e7aa71d8e76923deddaaa1dd25c31d/cli/processexecutor.cpp
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/cppcheck-opensource/cppcheck/pull/8705/{{ revealButtonHref }}
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-530300679f486a7131b43f7318d1117b57ef023147afe840047a858306795167
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-530300679f486a7131b43f7318d1117b57ef023147afe840047a858306795167
gui/resultitem.hhttps://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-fad165234a9c9a1f36bb04cb7c5aa0cb6c74a17d8e07444797bdcfd7732fd948
View file https://github.com/cppcheck-opensource/cppcheck/blob/ce1b3cdeb8e7aa71d8e76923deddaaa1dd25c31d/gui/resultitem.h
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/cppcheck-opensource/cppcheck/pull/8705/{{ revealButtonHref }}
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-fad165234a9c9a1f36bb04cb7c5aa0cb6c74a17d8e07444797bdcfd7732fd948
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-fad165234a9c9a1f36bb04cb7c5aa0cb6c74a17d8e07444797bdcfd7732fd948
lib/astutils.cpphttps://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-32a96d3a2437df775537acf29b97aca6c4215893d0b3e98594e3809f25e49506
View file https://github.com/cppcheck-opensource/cppcheck/blob/ce1b3cdeb8e7aa71d8e76923deddaaa1dd25c31d/lib/astutils.cpp
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/cppcheck-opensource/cppcheck/pull/8705/{{ revealButtonHref }}
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-32a96d3a2437df775537acf29b97aca6c4215893d0b3e98594e3809f25e49506
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-32a96d3a2437df775537acf29b97aca6c4215893d0b3e98594e3809f25e49506
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-32a96d3a2437df775537acf29b97aca6c4215893d0b3e98594e3809f25e49506
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-32a96d3a2437df775537acf29b97aca6c4215893d0b3e98594e3809f25e49506
lib/checkersreport.cpphttps://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-b434140db403f0559d3e680e48c777c5c39eb8f664cfdcc33653e8d605507bd9
View file https://github.com/cppcheck-opensource/cppcheck/blob/ce1b3cdeb8e7aa71d8e76923deddaaa1dd25c31d/lib/checkersreport.cpp
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/cppcheck-opensource/cppcheck/pull/8705/{{ revealButtonHref }}
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-b434140db403f0559d3e680e48c777c5c39eb8f664cfdcc33653e8d605507bd9
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-b434140db403f0559d3e680e48c777c5c39eb8f664cfdcc33653e8d605507bd9
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-b434140db403f0559d3e680e48c777c5c39eb8f664cfdcc33653e8d605507bd9
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-b434140db403f0559d3e680e48c777c5c39eb8f664cfdcc33653e8d605507bd9
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-b434140db403f0559d3e680e48c777c5c39eb8f664cfdcc33653e8d605507bd9
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-b434140db403f0559d3e680e48c777c5c39eb8f664cfdcc33653e8d605507bd9
lib/checkersreport.hhttps://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-f9f7f1e961a66756f24c98def0713020e1d026a2117092703927d3b3ae625da6
View file https://github.com/cppcheck-opensource/cppcheck/blob/ce1b3cdeb8e7aa71d8e76923deddaaa1dd25c31d/lib/checkersreport.h
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/cppcheck-opensource/cppcheck/pull/8705/{{ revealButtonHref }}
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-f9f7f1e961a66756f24c98def0713020e1d026a2117092703927d3b3ae625da6
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-f9f7f1e961a66756f24c98def0713020e1d026a2117092703927d3b3ae625da6
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-f9f7f1e961a66756f24c98def0713020e1d026a2117092703927d3b3ae625da6
lib/checkother.cpphttps://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-73c7189eeb09cde9a3e544f18ad317cc595f7a316fe720d781e35b7235be71b1
View file https://github.com/cppcheck-opensource/cppcheck/blob/ce1b3cdeb8e7aa71d8e76923deddaaa1dd25c31d/lib/checkother.cpp
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/cppcheck-opensource/cppcheck/pull/8705/{{ revealButtonHref }}
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-73c7189eeb09cde9a3e544f18ad317cc595f7a316fe720d781e35b7235be71b1
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-73c7189eeb09cde9a3e544f18ad317cc595f7a316fe720d781e35b7235be71b1
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-73c7189eeb09cde9a3e544f18ad317cc595f7a316fe720d781e35b7235be71b1
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-73c7189eeb09cde9a3e544f18ad317cc595f7a316fe720d781e35b7235be71b1
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-73c7189eeb09cde9a3e544f18ad317cc595f7a316fe720d781e35b7235be71b1
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-73c7189eeb09cde9a3e544f18ad317cc595f7a316fe720d781e35b7235be71b1
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-73c7189eeb09cde9a3e544f18ad317cc595f7a316fe720d781e35b7235be71b1
lib/checkstl.cpphttps://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-8ca3ad3eb441d047868162910b05dc86b19a037095af712d5ce93cf7ec96ff75
View file https://github.com/cppcheck-opensource/cppcheck/blob/ce1b3cdeb8e7aa71d8e76923deddaaa1dd25c31d/lib/checkstl.cpp
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/cppcheck-opensource/cppcheck/pull/8705/{{ revealButtonHref }}
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-8ca3ad3eb441d047868162910b05dc86b19a037095af712d5ce93cf7ec96ff75
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-8ca3ad3eb441d047868162910b05dc86b19a037095af712d5ce93cf7ec96ff75
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-8ca3ad3eb441d047868162910b05dc86b19a037095af712d5ce93cf7ec96ff75
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-8ca3ad3eb441d047868162910b05dc86b19a037095af712d5ce93cf7ec96ff75
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-8ca3ad3eb441d047868162910b05dc86b19a037095af712d5ce93cf7ec96ff75
lib/clangimport.cpphttps://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-dabf979b8bb2c063fa6c677f577d1384c0fa514681ed04d80a44e1f8ea5ba3fd
View file https://github.com/cppcheck-opensource/cppcheck/blob/ce1b3cdeb8e7aa71d8e76923deddaaa1dd25c31d/lib/clangimport.cpp
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/cppcheck-opensource/cppcheck/pull/8705/{{ revealButtonHref }}
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-dabf979b8bb2c063fa6c677f577d1384c0fa514681ed04d80a44e1f8ea5ba3fd
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-dabf979b8bb2c063fa6c677f577d1384c0fa514681ed04d80a44e1f8ea5ba3fd
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-dabf979b8bb2c063fa6c677f577d1384c0fa514681ed04d80a44e1f8ea5ba3fd
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-dabf979b8bb2c063fa6c677f577d1384c0fa514681ed04d80a44e1f8ea5ba3fd
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-dabf979b8bb2c063fa6c677f577d1384c0fa514681ed04d80a44e1f8ea5ba3fd
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-dabf979b8bb2c063fa6c677f577d1384c0fa514681ed04d80a44e1f8ea5ba3fd
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-dabf979b8bb2c063fa6c677f577d1384c0fa514681ed04d80a44e1f8ea5ba3fd
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-dabf979b8bb2c063fa6c677f577d1384c0fa514681ed04d80a44e1f8ea5ba3fd
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-dabf979b8bb2c063fa6c677f577d1384c0fa514681ed04d80a44e1f8ea5ba3fd
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-dabf979b8bb2c063fa6c677f577d1384c0fa514681ed04d80a44e1f8ea5ba3fd
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-dabf979b8bb2c063fa6c677f577d1384c0fa514681ed04d80a44e1f8ea5ba3fd
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-dabf979b8bb2c063fa6c677f577d1384c0fa514681ed04d80a44e1f8ea5ba3fd
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-dabf979b8bb2c063fa6c677f577d1384c0fa514681ed04d80a44e1f8ea5ba3fd
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-dabf979b8bb2c063fa6c677f577d1384c0fa514681ed04d80a44e1f8ea5ba3fd
lib/cppcheck.vcxprojhttps://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-f211c602c63581bcf943c28db872668a826c8f4093dfa0ce7e2e7f4dcd4950f6
View file https://github.com/cppcheck-opensource/cppcheck/blob/ce1b3cdeb8e7aa71d8e76923deddaaa1dd25c31d/lib/cppcheck.vcxproj
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/cppcheck-opensource/cppcheck/pull/8705/{{ revealButtonHref }}
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-f211c602c63581bcf943c28db872668a826c8f4093dfa0ce7e2e7f4dcd4950f6
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-f211c602c63581bcf943c28db872668a826c8f4093dfa0ce7e2e7f4dcd4950f6
lib/errorlogger.hhttps://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-d662d3e5b25ed18893dc7fbcfeceea530e06f3b202e54d47bf99f13cdb2fafe8
View file https://github.com/cppcheck-opensource/cppcheck/blob/ce1b3cdeb8e7aa71d8e76923deddaaa1dd25c31d/lib/errorlogger.h
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/cppcheck-opensource/cppcheck/pull/8705/{{ revealButtonHref }}
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-d662d3e5b25ed18893dc7fbcfeceea530e06f3b202e54d47bf99f13cdb2fafe8
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-d662d3e5b25ed18893dc7fbcfeceea530e06f3b202e54d47bf99f13cdb2fafe8
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-d662d3e5b25ed18893dc7fbcfeceea530e06f3b202e54d47bf99f13cdb2fafe8
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-d662d3e5b25ed18893dc7fbcfeceea530e06f3b202e54d47bf99f13cdb2fafe8
https://github.com/cppcheck-opensource/cppcheck/pull/8705/files#diff-d662d3e5b25ed18893dc7fbcfeceea530e06f3b202e54d47bf99f13cdb2fafe8
Please reload this pagehttps://github.com/cppcheck-opensource/cppcheck/pull/8705/files
Please reload this pagehttps://github.com/cppcheck-opensource/cppcheck/pull/8705/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.