meson/mesonbuild/compilers/mixins
Eli Schwartz 0a6e485d92
pylint 2.16: join iterables without repeated append
We do += style joining in a loop, but we could just join with
`''.join()` which is faster, neater, and simpler.
2023-02-01 17:01:31 -05:00
..
__init__.py compilers: Move clike into a mixins directory 2019-07-15 10:59:22 -07:00
arm.py treewide: add future annotations import 2023-02-01 17:01:30 -05:00
ccrx.py Add warning_level=everything 2022-11-27 16:50:48 -05:00
clang.py treewide: add future annotations import 2023-02-01 17:01:30 -05:00
clike.py pylint 2.16: join iterables without repeated append 2023-02-01 17:01:31 -05:00
compcert.py Add warning_level=everything 2022-11-27 16:50:48 -05:00
elbrus.py treewide: add future annotations import 2023-02-01 17:01:30 -05:00
emscripten.py treewide: add future annotations import 2023-02-01 17:01:30 -05:00
gnu.py treewide: add future annotations import 2023-02-01 17:01:30 -05:00
intel.py treewide: add future annotations import 2023-02-01 17:01:30 -05:00
islinker.py treewide: add future annotations import 2023-02-01 17:01:30 -05:00
pgi.py treewide: add future annotations import 2023-02-01 17:01:30 -05:00
ti.py Add warning_level=everything 2022-11-27 16:50:48 -05:00
visualstudio.py treewide: add future annotations import 2023-02-01 17:01:30 -05:00
xc16.py Add warning_level=everything 2022-11-27 16:50:48 -05:00