diff options
author | Dave Lee <davelee.com@gmail.com> | 2017-11-11 23:53:27 +0000 |
---|---|---|
committer | Dave Lee <davelee.com@gmail.com> | 2017-11-11 23:53:27 +0000 |
commit | bfb990b78325a0af160178cdf3803686ec7ba695 (patch) | |
tree | 3b46bd1ac5445dea8716dbd78f9908c56d1b4acb /clang/docs/LibASTMatchersReference.html | |
parent | 0934fdc3a5c11bcfc539ee5ac992235a43b33b23 (diff) | |
download | bcm5719-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.html | 2 |
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<<a href="http://clang.llvm.org/doxygen/classclang_1_1Stmt.html">Stmt</a>></td><td class="name" onclick="toggle('objcThrowStmt0')"><a name="objcThrowStmt0Anchor">objcThrowStmt</a></td><td>Matcher<<a href="http://clang.llvm.org/doxygen/classclang_1_1ObjCAtThrowStmt.html">ObjCAtThrowStmt</a>>...</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; |