diff options
author | Douglas Gregor <dgregor@apple.com> | 2011-10-12 16:37:45 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2011-10-12 16:37:45 +0000 |
commit | e7a8e3b6128af29fb39d48120b70ea8f95a462c0 (patch) | |
tree | 59117ddfd90de0f373740c4589af97738584e968 /clang/docs/InternalsManual.html | |
parent | d74c0e7c14c9397e6c81d4cf8789771cedcbb3a9 (diff) | |
download | bcm5719-llvm-e7a8e3b6128af29fb39d48120b70ea8f95a462c0.tar.gz bcm5719-llvm-e7a8e3b6128af29fb39d48120b70ea8f95a462c0.zip |
Introduce BalancedDelimiterTracker, to better track open/close
delimiter pairs and detect when we exceed the implementation limit for
nesting depth, from Aaron Ballman!
llvm-svn: 141782
Diffstat (limited to 'clang/docs/InternalsManual.html')
-rw-r--r-- | clang/docs/InternalsManual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/InternalsManual.html b/clang/docs/InternalsManual.html index 2829dbdd75a..da83d89acc6 100644 --- a/clang/docs/InternalsManual.html +++ b/clang/docs/InternalsManual.html @@ -1810,7 +1810,7 @@ focus on expressions, but statements are similar.</p> <li>Write tests for all of the "bad" parsing cases, to make sure your recovery is good. If you have matched delimiters (e.g., parentheses, square brackets, etc.), use - <tt>Parser::MatchRHSPunctuation</tt> to give nice diagnostics when + <tt>Parser::BalancedDelimiterTracker</tt> to give nice diagnostics when things go wrong.</li> </ul> </li> |