aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/clang.py
AgeCommit message (Expand)AuthorFilesLines
2020-11-17Revert "Add thinlto support. Closes #7493."Jussi Pakkanen1-7/+0
2020-11-08Add thinlto support. Closes #7493.Jussi Pakkanen1-0/+7
2020-10-01compilers: clang: use get_compiler_check_argsDylan Baker1-5/+8
2020-09-24compilers: Tell mypy that the compiler mixins are just thatDylan Baker1-15/+3
2020-09-24compilers/mixins/clang: Make type safeDylan Baker1-5/+16
2020-08-02Make meson recognize the Qualcomm LLVM toolchainAntony Chan1-0/+5
2020-05-22Allow building with b_coverage set to true when clang is being used regardles...georgev931-0/+3
2020-05-22compilers: add fetching of define list for clangYevhenii Kolesnikov1-1/+8
2020-04-20compilers: Silence warning about gnu_inline with clangNirbheek Chauhan1-0/+5
2020-03-24compilers: Clang can take linkers that are pathsDylan Baker1-0/+14
2020-03-15Resolve Clang failure to use -Og with --optimization=gPhillip Johnston1-2/+9
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger1-10/+10
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker1-7/+10
2019-07-15compilers/mixins/clang: Add type annotationsDylan Baker1-12/+21
2019-07-15compilers: Put clang mixin in a moduleDylan Baker1-0/+81