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

Enabled constepxr support for clang-cl. #26

Merged
merged 1 commit into from
Jul 18, 2016
Merged

Conversation

dutow
Copy link
Contributor

@dutow dutow commented Jul 9, 2016

No description provided.

@aantron
Copy link
Owner

aantron commented Jul 12, 2016

Thanks, this looks good.

Do you know if clang-cl uses _CPPUNWIND to indicate that exceptions are supported and enabled? I would expect so, but would like to confirm.

Probably in a separate issue/PR, Better Enums should start running tests on clang-cl in AppVeyor. I haven't tried using clang-cl yet. Is there anything particular to watch out for when using it with CMake and/or in AppVeyor, if you have tried either?

@dutow
Copy link
Contributor Author

dutow commented Jul 13, 2016

Actually, I just started using clang-cl myself and encountered this problem in my first test project.

Using it with CMake is rather easy (you just have to specify the toolset with -TLLVM-vs2014), but I have no experience with AppVeyor.

I would expect _CPPUNWIND to work too, as it tries to simulate VS as much as possible, but I'll check it.

@aantron aantron merged commit ab4c858 into aantron:master Jul 18, 2016
@aantron
Copy link
Owner

aantron commented Jul 18, 2016

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants