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

Preparation for partial type support in EnC #51253

Merged
merged 9 commits into from
Feb 17, 2021
Merged

Commits on Feb 16, 2021

  1. Test refactoring

    tmat committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    777d826 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed9b9cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ae1118 View commit details
    Browse the repository at this point in the history
  4. Remove declaration error checking in semantic analysis of members.

        This was added as a stop-gap measure to guard against unexpected error condition. It introduces dependency on partial declarations which is problematic wrt caching. It's actually not needed since the semantic analysis handles error symbols fine. Adds tests to validate.
    tmat committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    65bc3e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c37958 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Merge

    tmat committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    dc0040f View commit details
    Browse the repository at this point in the history
  2. Fixups

    tmat committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    5965d9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eae1153 View commit details
    Browse the repository at this point in the history
  4. Fix formatting

    tmat committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    37413b4 View commit details
    Browse the repository at this point in the history