]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90110: Fix the c-analyzer Tool (gh-96731)
authorEric Snow <ericsnowcurrently@gmail.com>
Mon, 12 Sep 2022 17:09:31 +0000 (11:09 -0600)
committerGitHub <noreply@github.com>
Mon, 12 Sep 2022 17:09:31 +0000 (11:09 -0600)
commit1756ffd66a38755cd45de51316d66266ae30e132
treece0d37b6c3c793e20c05b5d4030c7869968579e0
parent662782e95f97d26bd57b3edc6aaf674e30899f44
gh-90110: Fix the c-analyzer Tool (gh-96731)

This includes:

* update the whitelists
* fixes so we can stop ignoring some of the files
* ensure Include/cpython/*.h get analyzed
Include/internal/pycore_interp.h
Tools/c-analyzer/c_common/fsutil.py
Tools/c-analyzer/c_parser/__init__.py
Tools/c-analyzer/c_parser/preprocessor/__init__.py
Tools/c-analyzer/c_parser/preprocessor/common.py
Tools/c-analyzer/c_parser/preprocessor/gcc.py
Tools/c-analyzer/c_parser/preprocessor/pure.py
Tools/c-analyzer/cpython/_parser.py
Tools/c-analyzer/cpython/globals-to-fix.tsv
Tools/c-analyzer/cpython/ignored.tsv