Skip to content

Commit

Permalink
Also take aliases into account in diff analysis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gohla committed Jul 17, 2013
1 parent b24641d commit 826d714
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions org.spoofax.meta.runtime.libraries/analysis/core.str
Expand Up @@ -84,6 +84,9 @@ rules // Index entries to diff

analyze-diff-entry =
?Def(_)

analyze-diff-entry =
?Alias(_, _)

analyze-diff-entry =
?Prop(_, _, _)
Expand Down

0 comments on commit 826d714

Please sign in to comment.