mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
gh-133228: c-analyzer clang preprocessor (GH-133229)
* impl * included 2 failures to tsvs next to similar entries * added fix/hack for curses.h fails * fix leftover from debug
This commit is contained in:
parent
656a64b37f
commit
5ec03cf3b0
6 changed files with 125 additions and 3 deletions
|
|
@ -16,6 +16,7 @@
|
|||
from . import (
|
||||
pure as _pure,
|
||||
gcc as _gcc,
|
||||
clang as _clang,
|
||||
)
|
||||
|
||||
|
||||
|
|
@ -234,7 +235,7 @@ def handling_errors(ignore_exc=None, *, log_err=None):
|
|||
'bcpp': None,
|
||||
# aliases/extras:
|
||||
'gcc': _gcc.preprocess,
|
||||
'clang': None,
|
||||
'clang': _clang.preprocess,
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue