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

make CSMemoryHandle visible when XADMaster imported as a clang module #167

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

r-fogash
Copy link
Contributor

@r-fogash r-fogash commented Apr 5, 2024

CSMemoryHandle is a public header which means it can be imported as
#import <XADMaster/CSMemoryHandle.h>
But CSMemoryHandle.h is not in umbrella header XADMaster.h therefore when XADMaster is imported as a clang module
@import XADMaster
CSMemoryHandle is not visible.
This PR fixes CSMemoryHandle visibility in XADMaster module

@r-fogash r-fogash merged commit 8945195 into master Apr 5, 2024
3 checks passed
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.

4 participants