FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for test/testsimplifytypedef.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
testsimplifytypedef.cpp
on
2.18.x
User selector
Datepicker
Commit history
Commits on Jun 9, 2025
testrunner: added more columns and error IDs to expected output (#7568)
firewave
authored
fcf178c
View commit details
Copy full SHA for fcf178c
View code at this point
Browse repository at this point
Commits on May 17, 2025
Fix #13847 (simplifyTypedef should not simplify all using statements) (#7527)
danmar
authored
e4b51d7
View commit details
Copy full SHA for e4b51d7
View code at this point
Browse repository at this point
Commits on May 9, 2025
Tokenizer: get settings from `TokenList` (#7516)
firewave
authored
7761784
View commit details
Copy full SHA for 7761784
View code at this point
Browse repository at this point
Commits on May 8, 2025
pass `Settings` as reference into `TokenList` (#7401)
firewave
authored
646b422
View commit details
Copy full SHA for 646b422
View code at this point
Browse repository at this point
Commits on May 7, 2025
pass language to `TokenList` constructor (#7500)
firewave
authored
ebc80c0
View commit details
Copy full SHA for ebc80c0
View code at this point
Browse repository at this point
Commits on May 1, 2025
Tokenizer: provide `TokenList` in constructor (#7468)
firewave
authored
d8d4ea3
View commit details
Copy full SHA for d8d4ea3
View code at this point
Browse repository at this point
Commits on Apr 13, 2025
testrunner: more `Tokenizer` related refactoring (#7440)
firewave
authored
5ba1c9d
View commit details
Copy full SHA for 5ba1c9d
View code at this point
Browse repository at this point
Commits on Apr 7, 2025
testrunner: some `Tokenizer` related refactoring (#7427)
firewave
authored
44d097d
View commit details
Copy full SHA for 44d097d
View code at this point
Browse repository at this point
Commits on Feb 23, 2025
release: Update copyright year (#7319)
danmar
authored
11f0f4d
View commit details
Copy full SHA for 11f0f4d
View code at this point
Browse repository at this point
Commits on Feb 4, 2025
cleaned up includes based on include-what-you-use (#7279)
firewave
authored
2d9f673
View commit details
Copy full SHA for 2d9f673
View code at this point
Browse repository at this point
Commits on Jan 23, 2025
testrunner: cleaned up tests by using objects to pass the options (#7189)
firewave
authored
2995c4b
View commit details
Copy full SHA for 2995c4b
View code at this point
Browse repository at this point
Commits on Jan 18, 2025
Fix #13564 Crash in simplifyTypedefCpp() (#7234)
chrchr-github
authored
c59a00e
View commit details
Copy full SHA for c59a00e
View code at this point
Browse repository at this point
Commits on Dec 21, 2024
Fix #13451 syntaxError due to bad using simplification with continued namespace (#7121)
chrchr-github
authored
bb5a114
View commit details
Copy full SHA for bb5a114
View code at this point
Browse repository at this point
Commits on Dec 6, 2024
Fix #13344 (Tokenizer: Do not remove extra parentheses ((..))) (#7036)
swasti16
authored
57d4d61
View commit details
Copy full SHA for 57d4d61
View code at this point
Browse repository at this point
Commits on Dec 5, 2024
Fix #13368 Crash in simplifyTypedefCpp() (II) (#7070)
chrchr-github
authored
34a6266
View commit details
Copy full SHA for 34a6266
View code at this point
Browse repository at this point
Commits on Dec 3, 2024
Fix #13368 Crash in simplifyTypedefCpp() (#7061)
chrchr-github
authored
0cbf73c
View commit details
Copy full SHA for 0cbf73c
View code at this point
Browse repository at this point
Commits on Dec 1, 2024
Fix #13155 (Tokenizer::simplifyTypedef does not set info correctly for typedef in function) (#7056)
danmar
authored
fc6e9d3
View commit details
Copy full SHA for fc6e9d3
View code at this point
Browse repository at this point
Commits on Nov 22, 2024
Revert valueflow split (#6991)
Show description for 9989e18
pfultz2
authored
9989e18
View commit details
Copy full SHA for 9989e18
View code at this point
Browse repository at this point
Commits on Oct 6, 2024
Fix #13182 FP AssignmentIntegerToAddress with functional-style cast (#6861)
chrchr-github
authored
5f0cbf0
View commit details
Copy full SHA for 5f0cbf0
View code at this point
Browse repository at this point
Commits on Oct 2, 2024
Fix #13163 fuzzing crash in getEnumType() (#6850)
chrchr-github
authored
3466bdc
View commit details
Copy full SHA for 3466bdc
View code at this point
Browse repository at this point
Commits on Sep 29, 2024
ValueFlow: extracted `valueFlowConditionExpressions()` into separate file (#6833)
firewave
authored
161def7
View commit details
Copy full SHA for 161def7
View code at this point
Browse repository at this point
Commits on Sep 16, 2024
Fix #13104 FP CastIntegerToAddressAtReturn with function pointer and typedef (#6802)
chrchr-github
authored
f4f4ce8
View commit details
Copy full SHA for f4f4ce8
View code at this point
Browse repository at this point
Commits on Sep 13, 2024
Fix #13094 internalError for function pointer typedef (#6795)
Show description for d1ca4e3
chrchr-github
authored
d1ca4e3
View commit details
Copy full SHA for d1ca4e3
View code at this point
Browse repository at this point
Commits on Sep 11, 2024
Fix #11430 internalAstError with using and functional-style cast (#6781)
chrchr-github
authored
ac6f436
View commit details
Copy full SHA for ac6f436
View code at this point
Browse repository at this point
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
View commit details
Copy full SHA for d89e241
View code at this point
Browse repository at this point
Commits on Aug 16, 2024
Fix #13013: Add isFunctionPointer to typeDef-info (#6690)
swasti16
authored
dad65bf
View commit details
Copy full SHA for dad65bf
View code at this point
Browse repository at this point
Commits on Aug 15, 2024
Fix #13015 (CI: Test typedef-info output) (#6694)
danmar
authored
474d356
View commit details
Copy full SHA for 474d356
View code at this point
Browse repository at this point
Commits on Jul 21, 2024
cleaned up includes based on include-what-you-use (#6627)
firewave
authored
d03d820
View commit details
Copy full SHA for d03d820
View code at this point
Browse repository at this point
Commits on Jul 17, 2024
Fix #12947 syntaxError for valid typedef (#6611)
chrchr-github
authored
1da0e0c
View commit details
Copy full SHA for 1da0e0c
View code at this point
Browse repository at this point
Commits on Jul 15, 2024
Fix #12930 syntaxError for valid typedef (#6596)
chrchr-github
authored
03ac57e
View commit details
Copy full SHA for 03ac57e
View code at this point
Browse repository at this point
Commits on Jun 13, 2024
Fix #12808 FP passedByValue for struct parameter in extern "C" function (#6516)
chrchr-github
authored
c71caef
View commit details
Copy full SHA for c71caef
View code at this point
Browse repository at this point
Commits on Jun 8, 2024
Fix #12823 Crash in isVariableChanged() with unknown macro (#6494)
chrchr-github
authored
43e6e6e
View commit details
Copy full SHA for 43e6e6e
View code at this point
Browse repository at this point
Commits on May 23, 2024
Fix #12625 internalError with function typedefs (#6431)
chrchr-github
authored
a182aa8
View commit details
Copy full SHA for a182aa8
View code at this point
Browse repository at this point
Commits on May 16, 2024
testrunner: prefer to pass code as sized `const char[]` (#6381)
firewave
authored
5f9039e
View commit details
Copy full SHA for 5f9039e
View code at this point
Browse repository at this point
Commits on May 3, 2024
Fix #12700 syntaxError with nested typedef (#6376)
chrchr-github
authored
9bbc395
View commit details
Copy full SHA for 9bbc395
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL