summaryrefslogtreecommitdiffstats
path: root/clang/docs/LibASTMatchersReference.html
diff options
context:
space:
mode:
authorDave Lee <davelee.com@gmail.com>2017-11-11 23:53:27 +0000
committerDave Lee <davelee.com@gmail.com>2017-11-11 23:53:27 +0000
commitbfb990b78325a0af160178cdf3803686ec7ba695 (patch)
tree3b46bd1ac5445dea8716dbd78f9908c56d1b4acb /clang/docs/LibASTMatchersReference.html
parent0934fdc3a5c11bcfc539ee5ac992235a43b33b23 (diff)
downloadbcm5719-llvm-bfb990b78325a0af160178cdf3803686ec7ba695.tar.gz
bcm5719-llvm-bfb990b78325a0af160178cdf3803686ec7ba695.zip
Fix AST matcher documentation typo
llvm-svn: 317993
Diffstat (limited to 'clang/docs/LibASTMatchersReference.html')
-rw-r--r--clang/docs/LibASTMatchersReference.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/LibASTMatchersReference.html b/clang/docs/LibASTMatchersReference.html
index 4cddea86991..c0221c1c66f 100644
--- a/clang/docs/LibASTMatchersReference.html
+++ b/clang/docs/LibASTMatchersReference.html
@@ -1255,7 +1255,7 @@ NSString's "alloc". This matcher should match both message sends.
<tr><td>Matcher&lt;<a href="http://clang.llvm.org/doxygen/classclang_1_1Stmt.html">Stmt</a>&gt;</td><td class="name" onclick="toggle('objcThrowStmt0')"><a name="objcThrowStmt0Anchor">objcThrowStmt</a></td><td>Matcher&lt;<a href="http://clang.llvm.org/doxygen/classclang_1_1ObjCAtThrowStmt.html">ObjCAtThrowStmt</a>&gt;...</td></tr>
-<tr><td colspan="4" class="doc" id="objcThrowStmt0"><pre>Matches Objective-C @try statements.
+<tr><td colspan="4" class="doc" id="objcThrowStmt0"><pre>Matches Objective-C @throw statements.
Example matches @throw
@throw obj;
OpenPOWER on IntegriCloud