-
-
Notifications
You must be signed in to change notification settings - Fork 617
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
Add Visibility API for gcc/clang toolsets #1044
Conversation
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.
This would be much better implemented as an API instead of a flag. We're avoiding adding new flags, they start off as binary but eventually cease being binary. Also, when implementing as an API please consider Clang.
It seems that Clang copy all cxx flags from gcc here. I also added the other possible values from what running And I'm wondering about removing |
Thanks for making those changes! I did some basic reading of what |
From what I read, it seems indeed that |
Sounds good! |
Inlines visibility moved to another PR (#1049) |
@tvandijck why did you close this? |
I'm going to assume this was an accident. |
No, not an accident, just confused.. It said "Inlines visibility moved to another PR (#1049)", so I assumed this one was no longer needed... At the very least the PR should be renamed to describe what it is now doing though, considering it no longer "Adds VisibilityHidden to flags"... |
Indeed, I should have updated the title with the changes I made. My bad. |
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.
merge conflict. other then that, ready to merge.
No description provided.