-
Notifications
You must be signed in to change notification settings - Fork 993
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
- use major-only for Clang >= 8.0 #3643
Conversation
build problem appears to be an infrastructure issue:
|
same question, do we have such quirks for GCC? also, how about patch versions for GCC? I guess they currently don't matter, assuming all patch versions are compatible, if major is same, right? |
updated, summary:
|
Signed-off-by: SSE4 <tomskside@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@memsharded please confirm that we are following this approach of keeping |
- use major-only for Clang >= 8.0
Changelog: Feature: Added support for Clang >=8 and the new versioning schema, where only the major and the patch is used.
according to the:
https://releases.llvm.org/7.0.0/tools/clang/docs/ReleaseNotes.html
also according to the:
http://lists.llvm.org/pipermail/llvm-dev/2018-March/121873.html
and finally:
http://blog.llvm.org/2016/12/llvms-new-versioning-scheme.html
so, this patch offers to use major only versions for Clang >= 7.0, similarly on how it is done for GCC >= 5.0
develop
branch, documenting this one. Also adding a description of the changes in thechangelog.rst
file. https://github.com/conan-io/docs