aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/clang.py
AgeCommit message (Expand)AuthorFilesLines
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