From e954e9e0d78413f32d8c11fcb2c96d17e157484b Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Thu, 20 Mar 2025 12:49:00 +0100 Subject: Add Clang 19.1.1 --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 55a5775..9a2b60c 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Available compiler toolchains are: - `gcc-14.2.0-native` - `gcc-13.3.0-native` - `clang-latest-native` +- `clang-19.1.1-native` - `clang-18.1.8-native` - `clang-17.0.6-native` - `clang-16.0.6-native` @@ -177,7 +178,11 @@ Fields for building the toolchains: it can be avoided that the autotools draw wrong conclusions from calling the compiler without the specified flags (as some tests do). - `INCLUDE_LINTER`: - Add linter to toolchain if supported, e.g., `clang-tidy` (default: `false`) + Add linter to toolchain if supported. (default: `false`) + Currently this option is only supported by `clang` toolchains, adding + `clang-tidy`. Additionally, Clang versions `18` and `19` will also include + the *external project* + [Include What You Use](https://github.com/include-what-you-use/include-what-you-use). Fields for using the toolchains (within [Justbuild](https://github.com/just-buildsystem/justbuild) projects): -- cgit v1.2.3