meson/mesonbuild/compilers/mixins
Nirbheek Chauhan dc19b13202 compilers: Silence warning about gnu_inline with clang
The warning is due to a change in behaviour in Clang 10 and newer:

https://releases.llvm.org/10.0.0/tools/clang/docs/ReleaseNotes.html#c-language-changes-in-clang

This was already fixed for clang++, but not for clang for some reason.
It was also fixed incorrectly; by adding `extern` instead of moving
from `-Werror` to `-Werror=attributes`.
2020-04-20 19:30:57 +03:00
..
__init__.py compilers: Move clike into a mixins directory 2019-07-15 10:59:22 -07:00
arm.py Fix ARMCC dependency generation. 2020-03-23 17:13:10 +02:00
c2000.py -Add xc16 and c2000 C,Cpp toolchain support 2020-03-21 00:47:24 +02:00
ccrx.py -Fixed Renesas RX Family compiler to work with latest meson, updated cross-file, fixed assembly file use 2020-01-30 22:11:26 +02:00
clang.py compilers: Silence warning about gnu_inline with clang 2020-04-20 19:30:57 +03:00
clike.py compilers: Silence warning about gnu_inline with clang 2020-04-20 19:30:57 +03:00
elbrus.py Fix Sider errors 2020-01-27 22:37:21 +03:00
emscripten.py compilers/linkers: Add a representation for wasm-ld 2020-02-27 16:35:02 -08:00
gnu.py compilers: Silence warning about gnu_inline with clang 2020-04-20 19:30:57 +03:00
intel.py types: import typing as T (fixes #6333) 2020-01-08 15:28:17 +01:00
islinker.py Fix legacy env var support with cross 2020-03-23 17:51:36 +02:00
pgi.py types: import typing as T (fixes #6333) 2020-01-08 15:28:17 +01:00
visualstudio.py compilers: Error if invalid linker selected 2020-03-17 10:40:39 -07:00
xc16.py -Add xc16 and c2000 C,Cpp toolchain support 2020-03-21 00:47:24 +02:00