FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for test/testuninitvar.cpp - 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
200
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
cppcheck
test
testuninitvar.cpp
on
main
User selector
Datepicker
Commit history
Commits on Aug 26, 2026
Fix #14987: Update simplecpp to 1.9.1 (#8809)
glankk
authored
ff4d7ce
View commit details
Copy full SHA for ff4d7ce
View code at this point
Browse repository at this point
Commits on Jul 4, 2026
Partial fix for 9049: False negative: uninitialized variable with nested ifs (#8680)
Show description for bcd74c7
pfultz2
and
Your Name
authored
bcd74c7
View commit details
Copy full SHA for bcd74c7
View code at this point
Browse repository at this point
Commits on Jun 2, 2026
some `Check::FileInfo`/`CTU::FileInfo` usage cleanups (#8612)
firewave
authored
21ea669
View commit details
Copy full SHA for 21ea669
View code at this point
Browse repository at this point
pass `ErrorLogger` by reference in `Check`/`CheckImpl` (#8601)
firewave
authored
8684514
View commit details
Copy full SHA for 8684514
View code at this point
Browse repository at this point
Commits on May 29, 2026
pass `Settings` by reference in checks (#8593)
firewave
authored
98ac18e
View commit details
Copy full SHA for 98ac18e
View code at this point
Browse repository at this point
Commits on May 28, 2026
split the actual check implementations from the instances (#5323)
firewave
authored
f1379d6
View commit details
Copy full SHA for f1379d6
View code at this point
Browse repository at this point
Commits on May 18, 2026
testrunner: do not use global check instances (#8561)
firewave
authored
39d9c01
View commit details
Copy full SHA for 39d9c01
View code at this point
Browse repository at this point
Commits on May 14, 2026
Fix #14729: False positive: uninitdata reported for ternary operator that does not dereference buffer (#8550)
ludviggunne
authored
7a7c28c
View commit details
Copy full SHA for 7a7c28c
View code at this point
Browse repository at this point
Commits on May 7, 2026
Fix #14708 FP uninitialized variable reported for array decay to pointer in initializer list (#8531)
chrchr-github
authored
2807d6e
View commit details
Copy full SHA for 2807d6e
View code at this point
Browse repository at this point
Commits on May 5, 2026
#14719 FP uninitdata for new array with initializer (#8528)
Show description for f01120b
chrchr-github
and
web-flow
authored
f01120b
View commit details
Copy full SHA for f01120b
View code at this point
Browse repository at this point
Commits on Apr 25, 2026
Fix #11290 FP uninitdata with array member (#8464)
chrchr-github
authored
61d83ea
View commit details
Copy full SHA for 61d83ea
View code at this point
Browse repository at this point
Commits on Apr 10, 2026
Fix #14640 FP uninitvar (address in init list) (#8434)
chrchr-github
authored
ec77e31
View commit details
Copy full SHA for ec77e31
View code at this point
Browse repository at this point
Commits on Apr 9, 2026
Partial fix for #14640 FP uninitvar (address in init list) (#8407)
chrchr-github
authored
c0793bb
View commit details
Copy full SHA for c0793bb
View code at this point
Browse repository at this point
Commits on Mar 15, 2026
Fix #14582 FP uninitvar (array accessed via cast) (#8329)
chrchr-github
authored
ade8582
View commit details
Copy full SHA for ade8582
View code at this point
Browse repository at this point
Commits on Mar 11, 2026
Fix #13685 FP uninitvar with nested compound statement scopes (#8300)
Show description for 04af809
mptre
authored
04af809
View commit details
Copy full SHA for 04af809
View code at this point
Browse repository at this point
Commits on Mar 2, 2026
Release: Update copyright year (#8285)
danmar
authored
9a00e4a
View commit details
Copy full SHA for 9a00e4a
View code at this point
Browse repository at this point
Commits on Feb 24, 2026
Add tests for #14479 & #14480: False negatives with member pointers (#8244)
Show description for 6c20dbe
ludviggunne
authored
6c20dbe
View commit details
Copy full SHA for 6c20dbe
View code at this point
Browse repository at this point
Commits on Feb 21, 2026
Fix #12944 FP uninitvar reported in lambda (#8237)
chrchr-github
authored
62ebc00
View commit details
Copy full SHA for 62ebc00
View code at this point
Browse repository at this point
Commits on Feb 14, 2026
Fix #14485 FP uninitdata with cast (#8209)
chrchr-github
authored
1c65d48
View commit details
Copy full SHA for 1c65d48
View code at this point
Browse repository at this point
Commits on Feb 11, 2026
Fix #14448 FN uninitdata after pointer check (#8163)
chrchr-github
authored
7e6f5e6
View commit details
Copy full SHA for 7e6f5e6
View code at this point
Browse repository at this point
Commits on Feb 10, 2026
Fix #13908 Improve check: uninitdata not detected in 'std::cout << i << ", " << *i;' (regression) (#8165)
chrchr-github
authored
e282451
View commit details
Copy full SHA for e282451
View code at this point
Browse repository at this point
Commits on Nov 7, 2025
testrunner: several cleanups (#7944)
Show description for 7e09fa0
firewave
authored
7e09fa0
View commit details
Copy full SHA for 7e09fa0
View code at this point
Browse repository at this point
Commits on Oct 28, 2025
testrunner: some settings cleanups (#7919)
firewave
authored
e42a30b
View commit details
Copy full SHA for e42a30b
View code at this point
Browse repository at this point
Commits on Oct 17, 2025
cleaned up includes based on include-what-you-use (#7895)
firewave
authored
5ace300
View commit details
Copy full SHA for 5ace300
View code at this point
Browse repository at this point
Commits on Oct 15, 2025
testrunner: removed unnecessary default constructors from test options (#7889)
firewave
authored
59d9ba3
View commit details
Copy full SHA for 59d9ba3
View code at this point
Browse repository at this point
Commits on Oct 12, 2025
Fix #14191 FP uninitvar with conditional pointer reassignment (#7875)
Show description for 4db2868
chrchr-github
and
web-flow
authored
4db2868
View commit details
Copy full SHA for 4db2868
View code at this point
Browse repository at this point
Commits on Sep 24, 2025
testrunner: avoid some `TestFixture::settingsBuilder()` invocations (#7845)
firewave
authored
f916df0
View commit details
Copy full SHA for f916df0
View code at this point
Browse repository at this point
Commits on Sep 23, 2025
pass a char buffer to simplecpp instead of a stream (#6379)
firewave
authored
20bed39
View commit details
Copy full SHA for 20bed39
View code at this point
Browse repository at this point
Commits on Sep 22, 2025
Fix 13930: False positive: valueflow and other variable (#7827)
pfultz2
authored
35dc425
View commit details
Copy full SHA for 35dc425
View code at this point
Browse repository at this point
Commits on Sep 18, 2025
Fix 14137: False positive: uninitvar when using an assert before loop (#7828)
pfultz2
authored
9ef0910
View commit details
Copy full SHA for 9ef0910
View code at this point
Browse repository at this point
Commits on Jun 21, 2025
Fix #10431 FP one-definition-rule if struct in mutually exclusive #ifdef branches (#7584)
Show description for 8b66b1c
chrchr-github
and
web-flow
authored
8b66b1c
View commit details
Copy full SHA for 8b66b1c
View code at this point
Browse repository at this point
Commits on May 27, 2025
Fix #13848 FP uninitStructMember with overloaded operator>> (#7549)
chrchr-github
authored
520147a
View commit details
Copy full SHA for 520147a
View code at this point
Browse repository at this point
Commits on May 17, 2025
testrunner: add even more error IDs and columns to expected output (#7535)
firewave
authored
eb63337
View commit details
Copy full SHA for eb63337
View code at this point
Browse repository at this point
Commits on May 2, 2025
testrunner: added more IDs and columns to expected output (#7489)
firewave
authored
88ef81e
View commit details
Copy full SHA for 88ef81e
View code at this point
Browse repository at this point
Commits on Apr 15, 2025
testrunner: some `SimpleTokenizer` refactoring (#7467)
firewave
authored
20681a3
View commit details
Copy full SHA for 20681a3
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL