-
Notifications
You must be signed in to change notification settings - Fork 130
/
Copy pathcppcheck.yaml
51 lines (51 loc) · 1.49 KB
/
cppcheck.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
"functions":
- "name": "_ZN8CppCheck5checkERK15FileWithDetails"
"params":
- "name": "this"
"type": "bool "
- "name": "file"
"type": "bool "
"return_type": "int"
"signature": "unsigned int CppCheck::check(const FileWithDetails &)"
- "name": "_ZN18TemplateSimplifier17simplifyTemplatesEl"
"params":
- "name": "this"
"type": "bool "
- "name": "maxtime"
"type": "size_t"
"return_type": "void"
"signature": "void TemplateSimplifier::simplifyTemplates(const time_t)"
- "name": "_ZN8CppCheck10checkClangERK15FileWithDetails"
"params":
- "name": "this"
"type": "bool "
- "name": "file"
"type": "bool "
"return_type": "int"
"signature": "unsigned int CppCheck::checkClang(const FileWithDetails &)"
- "name": "_Z16getProgramMemoryPK5TokenS1_RKN9ValueFlow5ValueERK8Settings"
"params":
- "name": "tok"
"type": "bool "
- "name": "expr"
"type": "bool "
- "name": "value"
"type": "bool "
- "name": "settings"
"type": "bool "
- "name": ""
"type": "bool "
"return_type": "void"
"signature": "struct ProgramMemory getProgramMemory(const Token *, const Token *, const Value &, const Settings &)"
- "name": "_ZN8CppCheck5checkERK12FileSettings"
"params":
- "name": "this"
"type": "bool "
- "name": "fs"
"type": "bool "
"return_type": "int"
"signature": "unsigned int CppCheck::check(const struct FileSettings &)"
"language": "c++"
"project": "cppcheck"
"target_name": "oss-fuzz-client"
"target_path": "/src/cppcheck/oss-fuzz/main.cpp"