mirror of
https://git.proxmox.com/git/mirror_edk2
synced 2025-11-26 16:03:19 +00:00
v2: The python files under CParser4 are generated by antlr4 and for python3 usage. They have python3 specific syntax, for example the data type declaration for the arguments of a function. That is not compitable with python2. this patch is to remove these syntax. ECC tool Python3 adaption. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Bob Feng <bob.c.feng@intel.com> Cc: Liming Gao <liming.gao@intel.com> Tested-by: Laszlo Ersek <lersek@redhat.com> Tested-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Liming Gao <liming.gao@intel.com> |
||
|---|---|---|
| .. | ||
| CParser3 | ||
| CParser4 | ||
| MetaFileWorkspace | ||
| Xml | ||
| __init__.py | ||
| C.g | ||
| c.py | ||
| Check.py | ||
| CodeFragment.py | ||
| CodeFragmentCollector.py | ||
| config.ini | ||
| Configuration.py | ||
| Database.py | ||
| EccGlobalData.py | ||
| EccMain.py | ||
| EccToolError.py | ||
| Exception.py | ||
| exception.xml | ||
| FileProfile.py | ||
| MetaDataParser.py | ||
| ParserWarning.py | ||