Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Infra] Clang Support #2643

Closed
yurivict opened this issue May 12, 2021 · 3 comments
Closed

[Infra] Clang Support #2643

yurivict opened this issue May 12, 2021 · 3 comments
Labels
feature/proposal a new feature or an idea of

Comments

@yurivict
Copy link

Log: https://people.freebsd.org/~yuri/seqan3-tests.log

@yurivict yurivict added the bug faulty or wrong behaviour of code label May 12, 2021
@marehr
Copy link
Member

marehr commented May 12, 2021

Hi yurivict,

we don't support clang at the moment, as we have written in https://github.com/seqan/seqan3/blob/master/README.md#dependencies.

We have a progress ticket seqan/product_backlog#127 that tracks the progress and open bug tickets considering clang.

For example: clang does not support including the header #include <ranges> (see https://godbolt.org/z/rsKsPsWxE) from the gcc stdlib. We are working on that, but it will take some time.

Our goal is to support all C++20 compiler, but right now, only gcc supports the subset that we need.

@marehr marehr added feature/proposal a new feature or an idea of and removed bug faulty or wrong behaviour of code labels May 12, 2021
@smehringer smehringer changed the title Tests fail with clang-10 Clang Support Oct 17, 2022
@eseiler
Copy link
Member

eseiler commented Oct 20, 2022

Currently, this issue is blocking: llvm/llvm-project#56394

@eseiler eseiler changed the title Clang Support [Infra] Clang Support Oct 20, 2022
@eseiler
Copy link
Member

eseiler commented Nov 9, 2023

We now support clang 17 on the master branch (via #3195).

@eseiler eseiler closed this as completed Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature/proposal a new feature or an idea of
Projects
None yet
Development

No branches or pull requests

3 participants