summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/clang.py
Commit message (Expand)AuthorAgeFilesLines
* treewide: add future annotations importEli Schwartz2023-02-011-0/+1
* Add b_thinlto_cache for automatically configuring incremental ThinLTOTatsuyuki Ishi2022-10-131-2/+8
* clang: Support ThinLTO with moldTatsuyuki Ishi2022-10-131-4/+9
* compilers: Add optimization=plain optionJan Tojnar2022-10-091-0/+1
* linkers: Add support for mold linkerFini Jastrow2022-04-301-3/+5
* flake8: fix various whitespace errors with badly aligned codeEli Schwartz2022-02-161-1/+1
* compilers: push the compiler id to a class variableDylan Baker2022-01-101-1/+2
* only pass clang LTO arguments when they are neededEli Schwartz2021-11-151-2/+4
* fix various flake8 whitespace errorsEli Schwartz2021-10-271-1/+1
* Fix typos discovered by codespellChristian Clauss2021-10-101-2/+2
* Use -Oz when optimization=s in ClangAndrea Pappacoda2021-09-211-1/+1
* Clang should error for all implicit function checks (#9165)Dylan Baker2021-09-011-1/+5
* Clang: Apply `-O0`Pamplemousse2021-07-131-1/+1
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-2/+2
* compilers: clang: Drop -Xclang before -fcolor-diagnostics flagKrzysztof Małysa2021-02-181-3/+3
* compilers: Only insert -flto-jobs in clang's link argumentsDylan Baker2021-02-171-0/+4
* Add support for LLVM's thinLTODylan Baker2021-02-021-4/+13
* compilers: Add support for using multiple threads with ltoDylan Baker2021-02-021-1/+9
* use OptionKey for builtin and base optionsDylan Baker2021-01-041-3/+4
* Propagate Windows target checks upLaurin-Luis Lehning2020-12-141-1/+1
* Make win_subsystem a linker propertyLaurin-Luis Lehning2020-12-141-6/+0
* Add support for driving lld-link indirectly through clang on WindowsLaurin-Luis Lehning2020-12-131-1/+7
* 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