summaryrefslogtreecommitdiffstats
path: root/clang/docs/InternalsManual.html
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-10-12 16:37:45 +0000
committerDouglas Gregor <dgregor@apple.com>2011-10-12 16:37:45 +0000
commite7a8e3b6128af29fb39d48120b70ea8f95a462c0 (patch)
tree59117ddfd90de0f373740c4589af97738584e968 /clang/docs/InternalsManual.html
parentd74c0e7c14c9397e6c81d4cf8789771cedcbb3a9 (diff)
downloadbcm5719-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.html2
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>
OpenPOWER on IntegriCloud