Skip to content
Commit b3a14529 authored by Richard Smith's avatar Richard Smith
Browse files

Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=,

to control the check for the C 5.2.4.1 / C++ [implimits] restriction on nesting
levels for parentheses, brackets and braces.

Some code with heavy macro use exceeds the default limit of 256, but we don't
want to increase it generally to avoid stack overflow on stack-constrained
systems.

llvm-svn: 175855
parent 5772f82d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment