FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for test/testsimplifytokens.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
testsimplifytokens.cpp
on
2.15.0
User selector
Datepicker
Commit history
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 May 26, 2024
Fix #12767-70 fuzzing crashes (#6441)
chrchr-github
authored
51fb56c
View commit details
Copy full SHA for 51fb56c
View code at this point
Browse repository at this point
Commits on May 22, 2024
iwyu.yml: switched to Fedora to get the latest `include-what-you-use` / cleaned up includes (#6340)
firewave
authored
570c11d
View commit details
Copy full SHA for 570c11d
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 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 12, 2024
cleaned up includes based on include-what-you-use (#6279)
firewave
authored
646f869
View commit details
Copy full SHA for 646f869
View code at this point
Browse repository at this point
Commits on Apr 11, 2024
default to `--check-level=exhaustive` internally / several related cleanups (#6225)
firewave
authored
524e979
View commit details
Copy full SHA for 524e979
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
testrunner: improved `InternalError` assertions (#6262)
firewave
authored
9e7578e
View commit details
Copy full SHA for 9e7578e
View code at this point
Browse repository at this point
Commits on Apr 8, 2024
testrunner: small `TestSimplifyTokens` cleanup / fixed valueflow message suppression / improved ignoring of output (#6243)
firewave
authored
bd8cb94
View commit details
Copy full SHA for bd8cb94
View code at this point
Browse repository at this point
Commits on Apr 6, 2024
Fix #12595 debug: valueFlowBailoutIncompleteVar with unnamed enum member (#6240)
chrchr-github
authored
a40fabb
View commit details
Copy full SHA for a40fabb
View code at this point
Browse repository at this point
Commits on Apr 4, 2024
Fix #12586 Crash in getReallocFuncInfo() with namespace alias (#6230)
chrchr-github
authored
3e22ef1
View commit details
Copy full SHA for 3e22ef1
View code at this point
Browse repository at this point
Fix #12588 FP unusedFunction with forward-declared enum (#6232)
chrchr-github
authored
4503fbf
View commit details
Copy full SHA for 4503fbf
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 3, 2023
Fix #12137 syntaxError with attribute in typedef (#5612)
chrchr-github
authored
099d96f
View commit details
Copy full SHA for 099d96f
View code at this point
Browse repository at this point
Commits on Oct 23, 2023
ValueFlow: omit unnecessary location information from `valueFlowBailoutIncompleteVar` (#5583)
Show description for a765a13
firewave
authored
a765a13
View commit details
Copy full SHA for a765a13
View code at this point
Browse repository at this point
Commits on Oct 13, 2023
gui/platforms.h: renamed `Platform` to `PlatformData` / Platform: removed unnecessary `cppcheck` namespace (#5545)
firewave
authored
ebb877a
View commit details
Copy full SHA for ebb877a
View code at this point
Browse repository at this point
Commits on Aug 9, 2023
avoid some redundant and unused settings in tests among other cleanups / added and used `WARN_UNUSED` attribute (#5284)
firewave
authored
2502897
View commit details
Copy full SHA for 2502897
View code at this point
Browse repository at this point
Commits on Jun 20, 2023
Enable and mitigate readability-else-after-return (#5175)
chrchr-github
authored
bb962e2
View commit details
Copy full SHA for bb962e2
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 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 3, 2023
Fix #11629 debug: Scope::checkVariable found variable 'np' with varid 0. (#4915)
chrchr-github
authored
b2b0962
View commit details
Copy full SHA for b2b0962
View code at this point
Browse repository at this point
Commits on Mar 3, 2023
made `Platform` a member of `Settings` instead of inheriting from it / cleanups (#4791)
firewave
authored
5af6ca6
View commit details
Copy full SHA for 5af6ca6
View code at this point
Browse repository at this point
Commits on Mar 2, 2023
Fix #11594 internalAstError with immediately instantiated enum (#4841)
chrchr-github
authored
7f62d8f
View commit details
Copy full SHA for 7f62d8f
View code at this point
Browse repository at this point
Commits on Feb 11, 2023
improved setting of platform in tests / also improved platform tests (#4787)
Show description for 132a5a3
firewave
authored
132a5a3
View commit details
Copy full SHA for 132a5a3
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 Oct 21, 2022
Fix #11359 FP constStatement for function-local struct definition+initialization statement (#4561)
chrchr-github
authored
5153697
View commit details
Copy full SHA for 5153697
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 Sep 6, 2022
selfcheck : cleaned up some suppressions, fixed warnings and some cleanups (#4436)
Show description for 5477130
firewave
authored
5477130
View commit details
Copy full SHA for 5477130
View code at this point
Browse repository at this point
Commits on Aug 24, 2022
Fix #2304 FN known strcpy parameter (#4396)
Show description for 456c6b4
chrchr-github
authored
456c6b4
View commit details
Copy full SHA for 456c6b4
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL