We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db05a2a commit d0b56a7Copy full SHA for d0b56a7
Tools/c-analyzer/c_parser/preprocessor/gcc.py
@@ -7,9 +7,18 @@
7
# macro. Usually it's defined by the C file which includes it.
8
# Other header files have a similar issue.
9
NEED_BUILD_CORE = {
10
+ # Header ".h" files
11
'cjkcodecs.h',
12
'multibytecodec.h',
13
'socketmodule.h',
14
+
15
+ # Argument Clinic ".c.h" files
16
+ '_testclinic.c.h',
17
+ '_testclinic_depr.c.h',
18
+ 'overlapped.c.h',
19
+ 'posixmodule.c.h',
20
+ 'selectmodule.c.h',
21
+ 'sha3module.c.h',
22
}
23
24
TOOL = 'gcc'
0 commit comments