summaryrefslogtreecommitdiffstats
path: root/clang/docs/LibASTMatchersReference.html
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2019-12-08 16:14:31 +0100
committerSylvestre Ledru <sylvestre@debian.org>2019-12-08 16:14:31 +0100
commita05d7c278ee2a29aec73dbe5316e5cf2a2d190f8 (patch)
treefa2b1c69ae76e73d5523d8978c9404649dc2f2d1 /clang/docs/LibASTMatchersReference.html
parent12f39e0fede92ca04c811660530e750585124ed2 (diff)
downloadbcm5719-llvm-a05d7c278ee2a29aec73dbe5316e5cf2a2d190f8.tar.gz
bcm5719-llvm-a05d7c278ee2a29aec73dbe5316e5cf2a2d190f8.zip
Fix typo in the AST Matcher Reference doc Closes: #54
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 d9e867c9519..97c75277c27 100644
--- a/clang/docs/LibASTMatchersReference.html
+++ b/clang/docs/LibASTMatchersReference.html
@@ -5212,7 +5212,7 @@ Example matches A() in the last line
Given:
MyClass *p1 = new MyClass[10];
-cxxNewExpr(hasArraySize(intgerLiteral(equals(10))))
+cxxNewExpr(hasArraySize(integerLiteral(equals(10))))
matches the expression 'new MyClass[10]'.
</pre></td></tr>
OpenPOWER on IntegriCloud