FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · cppcheck-opensource/cppcheck · GitHub
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
201
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Aug 25, 2026
Partial fix for #14982 internalAstError for noexcept function with requires clause (#8808)
Show description for ac8c1aa
chrchr-github
and
web-flow
authored
ac8c1aa
View commit details
Copy full SHA for ac8c1aa
Browse repository at this point
Commits on Aug 24, 2026
Fix #14984: Valueflow: Buffer size not tracked across function calls (#8806)
ludviggunne
authored
518010a
View commit details
Copy full SHA for 518010a
Browse repository at this point
Commits on Aug 23, 2026
Fix #14960 Inconsistent bufferAccessOutOfBounds (possible values) (#8779)
Show description for 5e7baff
chrchr-github
and
web-flow
authored
5e7baff
View commit details
Copy full SHA for 5e7baff
Browse repository at this point
Commits on Aug 21, 2026
Fix #14983 (GUI: exclude file with relative path) (#8804)
danmar
authored
8f7666d
View commit details
Copy full SHA for 8f7666d
Browse repository at this point
Fix #14980 Nullptr dereference in valueFlowDynamicBufferSize() (#8802)
Show description for 9699b99
chrchr-github
and
web-flow
authored
9699b99
View commit details
Copy full SHA for 9699b99
Browse repository at this point
Commits on Aug 18, 2026
Fix #14977 internalError for valid typedef (operator=) (#8798)
Show description for 2e19539
chrchr-github
and
web-flow
authored
2e19539
View commit details
Copy full SHA for 2e19539
Browse repository at this point
Commits on Aug 17, 2026
Fix #14946: `originalName` in dumpfile missing for local typedefs (#8793)
ludviggunne
authored
777a112
View commit details
Copy full SHA for 777a112
Browse repository at this point
Fix #14978: Valueflow: Missing buffer size for `::operator new` (#8799)
ludviggunne
authored
ab9989c
View commit details
Copy full SHA for ab9989c
Browse repository at this point
Fix #14976 FP uninitvar (std::size() used on array) (#8795)
Show description for 7d48e00
chrchr-github
and
web-flow
authored
7d48e00
View commit details
Copy full SHA for 7d48e00
Browse repository at this point
Commits on Aug 14, 2026
Fix #14973 FP assertWithSideEffect with function pointer comparison (#8792)
chrchr-github
authored
2d75160
View commit details
Copy full SHA for 2d75160
Browse repository at this point
Fix #14725 FP redundantIfRemove when conditional code has extra code (#8789)
chrchr-github
authored
b391765
View commit details
Copy full SHA for b391765
Browse repository at this point
Commits on Aug 13, 2026
Fix #14971 [regression] internalError for valid typedef (#8790)
Show description for 4184c39
chrchr-github
and
web-flow
authored
4184c39
View commit details
Copy full SHA for 4184c39
Browse repository at this point
Commits on Aug 10, 2026
gtk.cfg: Remove pure annotation from g_str_has_prefix/suffix (#8788)
Show description for dfcec18
correctmost
authored
dfcec18
View commit details
Copy full SHA for dfcec18
Browse repository at this point
Fix #14948 FP bufferAccessOutOfBounds after container size check (#8763)
Show description for b1b7e3c
chrchr-github
and
web-flow
authored
b1b7e3c
View commit details
Copy full SHA for b1b7e3c
Browse repository at this point
Commits on Aug 8, 2026
Fix #14017: Missing varid on namespace member (#8784)
ludviggunne
authored
4b0c239
View commit details
Copy full SHA for 4b0c239
Browse repository at this point
Commits on Aug 7, 2026
Fix #14962: False Positive: missingReturn: return expression misdiagnosed as missing return path (#8780)
ludviggunne
authored
1444269
View commit details
Copy full SHA for 1444269
Browse repository at this point
Fix #14966 internalError for valid typedef (#8783)
chrchr-github
authored
dc9bd7f
View commit details
Copy full SHA for dc9bd7f
Browse repository at this point
Remove GUI compliance report instructions (feature removed) (#8781)
Show description for 5799d47
swasti16
authored
5799d47
View commit details
Copy full SHA for 5799d47
Browse repository at this point
Fix #14959 (Warning hash for token-based warnings) (#8778)
danmar
authored
fecb349
View commit details
Copy full SHA for fecb349
Browse repository at this point
Commits on Aug 6, 2026
TestValueFlow: Remove redundant test configuration, make settings const (#8776)
Show description for baf5eaa
chrchr-github
and
web-flow
authored
baf5eaa
View commit details
Copy full SHA for baf5eaa
Browse repository at this point
Commits on Aug 5, 2026
partial fix #14851 (CI: run 'make test' with some old gcc versions) (#8663)
danmar
authored
b702ead
View commit details
Copy full SHA for b702ead
Browse repository at this point
Fix #14955: Bad varid for enumerator with using namespace (#8773)
ludviggunne
authored
44b9221
View commit details
Copy full SHA for 44b9221
Browse repository at this point
AUTHORS: Add aadanen [skip ci] (#8774)
ludviggunne
authored
cb6d92e
View commit details
Copy full SHA for cb6d92e
Browse repository at this point
Fix #14899: FP invalidPrintfArgType_float with _sprintf_s_l() (#8729)
ludviggunne
authored
6a29b12
View commit details
Copy full SHA for 6a29b12
Browse repository at this point
[ci] Update Github actions to latest major release (#8756)
gruenich
authored
8276218
View commit details
Copy full SHA for 8276218
Browse repository at this point
Commits on Aug 4, 2026
add support for vcxproj ExcludedFromBuild (#8771)
Show description for 9408a1d
IOBYTE
authored
9408a1d
View commit details
Copy full SHA for 9408a1d
Browse repository at this point
Fix #14952 Stack overflow in ValueFlow::isLifetimeBorrowed() (#8770)
chrchr-github
authored
569f3d6
View commit details
Copy full SHA for 569f3d6
Browse repository at this point
Add unit tests for cppcheckdata.py (#8707)
Show description for 933246d
pfultz2
and
Your Name
authored
933246d
View commit details
Copy full SHA for 933246d
Browse repository at this point
Fix #14918: fuzzing crash (stack-overflow) in findTokensSkipDeadCodeImpl() (#8732)
Show description for 1a96ce8
ludviggunne
and
danmar
authored
1a96ce8
View commit details
Copy full SHA for 1a96ce8
Browse repository at this point
Fix #14946: `originalName` in dumpfile missing for local typedefs (#8760)
ludviggunne
authored
dbde189
View commit details
Copy full SHA for dbde189
Browse repository at this point
Fix 14947: FP algorithmOutOfBounds with array of arrays (#8766)
pfultz2
authored
cd55e08
View commit details
Copy full SHA for cd55e08
Browse repository at this point
Fix #11437 FP knownConditionTrueFalse when comparing clamped value (#8751)
chrchr-github
authored
1f1a07f
View commit details
Copy full SHA for 1f1a07f
Browse repository at this point
Commits on Aug 3, 2026
Fix #14954: False negatives: `noCopyConstructor`, `noOperatorEq` and `unsafeClassCanLeak` for file descriptor member (#8769)
Show description for cb694dd
ludviggunne
and
Aaron Danen
authored
cb694dd
View commit details
Copy full SHA for cb694dd
Browse repository at this point
Commits on Jul 31, 2026
Fix #14712: FP constVariableReference , taking non const reference to member (#8767)
ludviggunne
authored
cb9f2a2
View commit details
Copy full SHA for cb9f2a2
Browse repository at this point
Fix #14951: FP unreadVariable with function pointer member (#8768)
ludviggunne
authored
da92ba3
View commit details
Copy full SHA for da92ba3
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL