Bump up the MaxDepth in the BalancedDelimiterTracker.

The Avida Project (http://avida.devosoft.org) exceeds the 256 limit.
rdar://11289131

llvm-svn: 155737
This commit is contained in:
Chad Rosier 2012-04-27 22:14:13 +00:00
parent 75f2e3c3d5
commit 4393b78276
1 changed files with 1 additions and 1 deletions

View File

@ -451,7 +451,7 @@ private:
}
}
enum { MaxDepth = 256 };
enum { MaxDepth = 512 };
bool diagnoseOverflow();
bool diagnoseMissingClose();