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

Fix for issues around analyzer exception diagnostics getting suppressed or not reported #673

Merged
merged 14 commits into from Feb 20, 2015

Commits on Feb 18, 2015

  1. Copy the full SHA
    6776636 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9c1cb0b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    817a7ae View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8921fa9 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2015

  1. Copy the full SHA
    493a8f8 View commit details
    Browse the repository at this point in the history
  2. Some code refactoring.

    mavasani committed Feb 19, 2015
    Copy the full SHA
    58e9516 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3da136e View commit details
    Browse the repository at this point in the history
  4. 1) Make LocalizableString implement IEquatable<LocalizableString> to …

    …ensure Diagnostic equality works as expected for Descriptor based diagnostics.
    
    2) Additionally, also refactor code a bit more to move register/unregister code for analyzer exception diagnostics down to the core AnalyzerDriverHelper.
    3) Fix test failures.
    mavasani committed Feb 19, 2015
    Copy the full SHA
    c387b44 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    611ca93 View commit details
    Browse the repository at this point in the history
  6. Minor fix

    mavasani committed Feb 19, 2015
    Copy the full SHA
    58263e6 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    94e3abf View commit details
    Browse the repository at this point in the history
  8. Fe more minor fixes.

    mavasani committed Feb 19, 2015
    Copy the full SHA
    824fae9 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2015

  1. Address CR feedback.

    mavasani committed Feb 20, 2015
    Copy the full SHA
    fee3a48 View commit details
    Browse the repository at this point in the history
  2. Merge to latest.

    mavasani committed Feb 20, 2015
    Copy the full SHA
    0faaab4 View commit details
    Browse the repository at this point in the history