cpython/Tools/c-analyzer/c_parser
Eric Snow d45d5c277a
gh-90110: Update the c-analyzer Tool (gh-96255)
Here we automatically ignore uses of _PyArg_Parser, "kwlist" arrays, and module/type defs. That way new uses don't trigger false positives in the c-analyzer check script.
2022-08-25 15:46:08 -06:00
..
parser gh-90110: Update the c-analyzer Tool (gh-96058) 2022-08-17 16:54:59 -06:00
preprocessor gh-85454: Remove distutils.ccompiler from Tools/c-analyzer (GH-95171) 2022-07-25 21:10:30 +02:00
__init__.py bpo-45952: Get the C analyzer tool working again. (gh-29882) 2021-12-01 11:20:20 -07:00
__main__.py
_state_machine.py
datafiles.py
info.py gh-90110: Update the c-analyzer Tool (gh-96255) 2022-08-25 15:46:08 -06:00
match.py
source.py