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

parser: Simplify treatment of macro variables in Parser::bump #69211

Merged
merged 4 commits into from
Feb 19, 2020

Commits on Feb 17, 2020

  1. parser: Do not call bump recursively

    Token normalization is merged directly into `bump`.
    Special "unknown macro variable" diagnostic for unexpected `$`s is removed as preventing legal code from compiling.
    petrochenkov committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    d33b356 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed2fd28 View commit details
    Browse the repository at this point in the history
  3. parser: Remove Options from unnormalized tokens

    They are always set synchronously with normalized tokens now
    petrochenkov committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    06fbb0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    950845c View commit details
    Browse the repository at this point in the history