summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/clang.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add thinlto support. Closes #7493."Jussi Pakkanen2020-11-171-7/+0
* Add thinlto support. Closes #7493.Jussi Pakkanen2020-11-081-0/+7
* compilers: clang: use get_compiler_check_argsDylan Baker2020-10-011-5/+8
* compilers: Tell mypy that the compiler mixins are just thatDylan Baker2020-09-241-15/+3
* compilers/mixins/clang: Make type safeDylan Baker2020-09-241-5/+16
* Make meson recognize the Qualcomm LLVM toolchainAntony Chan2020-08-021-0/+5
* Allow building with b_coverage set to true when clang is being used regardles...georgev932020-05-221-0/+3
* compilers: add fetching of define list for clangYevhenii Kolesnikov2020-05-221-1/+8
* compilers: Silence warning about gnu_inline with clangNirbheek Chauhan2020-04-201-0/+5
* compilers: Clang can take linkers that are pathsDylan Baker2020-03-241-0/+14
* Resolve Clang failure to use -Og with --optimization=gPhillip Johnston2020-03-151-2/+9
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-081-10/+10
* compilers: replace CompilerType with MachineInfoDylan Baker2019-10-071-7/+10
* compilers/mixins/clang: Add type annotationsDylan Baker2019-07-151-12/+21
* compilers: Put clang mixin in a moduleDylan Baker2019-07-151-0/+81