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

[IDE] Disable constraint system diagnostics during code completion #24842

Commits on Jul 2, 2019

  1. [IDE] Disable constraint system diagnostics during code completion

    It seems disabling diagnstics doesn't introduce any regression.
    
    rdar://problem/50679428
    rintaro committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    94cdb51 View commit details
    Browse the repository at this point in the history
  2. [Sema] Cosolidate suppress diagnostics mechanisms

    TypeCheckExprFlags::SuppressDiagnostics is now done by
    DiagnosticSuppression.
    rintaro committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    f263914 View commit details
    Browse the repository at this point in the history
  3. Revert "[code-completion] Disable diagnostics in @functionBuilder bod…

    …ies"
    
    This reverts commit c6eade1.
    rintaro committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    1813202 View commit details
    Browse the repository at this point in the history