diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2023-01-12 15:58:33 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2023-01-13 13:43:47 +0100 |
| commit | 529798b02bd6d0960c70436ce38691a520ed19f5 (patch) | |
| tree | 65ba2500783b0c44b1d8748acf4750216aa1ec70 /executor/executor_windows.h | |
| parent | ec26274cc6e0b4760c944c37b9b2bcc8abbf0fba (diff) | |
tools/syz-linter: improve duplicate parameter type detection
Duplicate parameter type warning suggests to replace
"a int, b int" with "a, b int" in function declarations.
Currently it does not work for non-builtin types because
we compare type pointers directly but they are different
for non-builtin types. Compare type strings instead.
Diffstat (limited to 'executor/executor_windows.h')
0 files changed, 0 insertions, 0 deletions
