forked from OSchip/llvm-project
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:
parent
75f2e3c3d5
commit
4393b78276
|
@ -451,7 +451,7 @@ private:
|
|||
}
|
||||
}
|
||||
|
||||
enum { MaxDepth = 256 };
|
||||
enum { MaxDepth = 512 };
|
||||
|
||||
bool diagnoseOverflow();
|
||||
bool diagnoseMissingClose();
|
||||
|
|
Loading…
Reference in New Issue