Skip to content

[NFC] [SIL] [Parser] Move SILParser into SILParser.h #31255

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zoecarver
Copy link
Contributor

Moves the declaration of SILParser into a new private header file: SILParser.h. This is a simple cut and paste so there should be no functional changes.

Based on #31254.

@zoecarver zoecarver force-pushed the sil-parser/sil-parser-header branch from af9cc8f to 4c86b7a Compare April 24, 2020 00:42
@zoecarver
Copy link
Contributor Author

I should also mention that I ran both changes through clang-format.

@zoecarver zoecarver requested a review from gottesmm April 24, 2020 00:43
//===----------------------------------------------------------------------===//

namespace swift {
namespace syntax {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you change this namespace addition to silparser?

@zoecarver zoecarver force-pushed the sil-parser/sil-parser-header branch 2 times, most recently from 889328b to 7f13b95 Compare April 24, 2020 03:40
Moves the declaration of SILParser into a new private header file: SILParser.h
@shahmishal
Copy link
Member

Please update the base branch to main by Oct 5th otherwise the pull request will be closed automatically.

  • How to change the base branch: (Link)
  • More detail about the branch update: (Link)

@zoecarver zoecarver changed the base branch from master to main October 2, 2020 04:10
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.

3 participants