Skip to content

Commit

Permalink
Add support for multiple symbolic constraints (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalb-sonar authored Aug 2, 2017
1 parent ca7a021 commit 358706f
Show file tree
Hide file tree
Showing 18 changed files with 691 additions and 537 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

namespace SonarAnalyzer.Helpers.FlowAnalysis.CSharp
{
internal class ExplodedGraph : Common.ExplodedGraph
internal class ExplodedGraph : Common.BaseExplodedGraph
{
public ExplodedGraph(IControlFlowGraph cfg, ISymbol declaration, SemanticModel semanticModel, Common.LiveVariableAnalysis lva)
: base(cfg, declaration, semanticModel, lva)
Expand Down
Loading

0 comments on commit 358706f

Please sign in to comment.