-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[cxx-interop] Import private members #78942
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
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
469f34e
Clean up ClangRecordMemberLookup::evaluate slightly
j-hui cffc639
Add importer::convertClangAccess helper
j-hui bd82933
Import non-public C++ members
j-hui 5ad0a8a
Remove assumptions of AccessLevel::Public from SwiftDeclSynth
j-hui 7d0ba28
Make default arg functions private static functions instead of public…
j-hui f1adfcf
Do not try to retrieve discriminator for Clang module members
j-hui 4b263b2
Revert "Make default arg functions private static functions instead o…
j-hui c71d340
Fix some test cases (but it looks like there are still actual bugs too
j-hui 9005ea6
Merge remote-tracking branch 'origin/main' into import-private-members
j-hui 6843ba4
Fix missing cases that were assuming C++ public
j-hui e8cf93e
Format ImportDecl.cpp
j-hui d3a55a4
Add test case checking a leaky C++ record type
j-hui 2327245
Add tests that check default arguments
j-hui 1d97e03
Add executable test for access inversion
j-hui 846f017
Add some tests showing what happens when you declare global vars with…
j-hui c2e03f2
Add module interface test
j-hui 7b52095
Remove comments
j-hui f8decef
Formatting
j-hui 5e9a0c8
Added rdar to unimported enums
j-hui adfdb76
Update comments and links in tests
j-hui 247609b
Make underlying type for enums generic
j-hui File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.