gh-142025: Add c-analyzer include for pyexpat.c (GH-142026)

Co-authored-by: Gregory P. Smith <68491+gpshead@users.noreply.github.com>
This commit is contained in:
dgpb 2025-11-28 19:51:48 +02:00 committed by GitHub
parent 5a7c9c6861
commit fa9519f8b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -114,7 +114,10 @@ INCL_DIRS = format_tsv_lines([
('*', './Include/internal/mimalloc'),
('Modules/_decimal/**/*.c', 'Modules/_decimal/libmpdec'),
('Modules/_elementtree.c', 'Modules/expat'),
('Modules/pyexpat.c', 'Modules/expat'),
('Modules/_hacl/*.c', 'Modules/_hacl/include'),
('Modules/_hacl/*.c', 'Modules/_hacl/'),
('Modules/_hacl/*.h', 'Modules/_hacl/include'),
@ -125,6 +128,7 @@ INCL_DIRS = format_tsv_lines([
('Modules/sha3module.c', 'Modules/_hacl/include'),
('Modules/blake2module.c', 'Modules/_hacl/include'),
('Modules/hmacmodule.c', 'Modules/_hacl/include'),
('Objects/stringlib/*.h', 'Objects'),
# possible system-installed headers, just in case