-
Notifications
You must be signed in to change notification settings - Fork 56
Swift-driver integration, Part II: add Swift front-end parsing stage - #209
Swift-driver integration, Part II: add Swift front-end parsing stage #209polac24 merged 4 commits into
Conversation
d491cb5 to
338cbd1
Compare
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.
at least I have never seen that
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 will be added separately to keep this PR small(er)
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 will be added separately to keep this PR small(er)
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.
Some typos. Looks great!
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.
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.
Same in others. 👀
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.
Uh oh!
There was an error while loading. Please reload this page.
Part II (out of IV) of the swift driver integration:
xcswift-frontendwrapper that parses input parameters and stores them into the structured module (struct)enable_swift_driver_integrationconfig that will enable the driver integrationXCSwiftFrontendandSwiftFrontendOrchestratorthat are no-op for now, but in a follow-up PR will add swift-frontend processes synchronizationPrevious PR: #208