diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-06-10 11:05:20 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-06-12 15:12:01 +0200 |
commit | 172c29862c2bad21fff84e2798cc3fd16822ec57 (patch) | |
tree | 7c93ee4a8dfc279322862dd74ad106628ce5b813 /README.md | |
parent | 93720597f80740ec1121140e7f84401b766d70ab (diff) | |
download | bootstrappable-toolchain-172c29862c2bad21fff84e2798cc3fd16822ec57.tar.gz |
Add IWYU support to clang 20 toolchain
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -192,7 +192,7 @@ Fields for building the toolchains: - `INCLUDE_LINTER`: 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 + `clang-tidy`. Additionally, Clang versions `18` and newer will also include the *external project* [Include What You Use](https://github.com/include-what-you-use/include-what-you-use). |