[PATCH] D102836: [clang] Fix Typo in AST Matcher Reference
Shivam Gupta via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 30 23:52:30 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4a6d8a11f89b: [clang] Fix Typo in AST Matcher Reference (authored by xgupta).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102836/new/
https://reviews.llvm.org/D102836
Files:
clang/docs/LibASTMatchersReference.html
Index: clang/docs/LibASTMatchersReference.html
===================================================================
--- clang/docs/LibASTMatchersReference.html
+++ clang/docs/LibASTMatchersReference.html
@@ -7463,7 +7463,7 @@
}
}
-cxxRcordDecl(hasDeclContext(namedDecl(hasName("M")))) matches the
+cxxRecordDecl(hasDeclContext(namedDecl(hasName("M")))) matches the
declaration of class D.
</pre></td></tr>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102836.369638.patch
Type: text/x-patch
Size: 419 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210831/d420b95e/attachment.bin>
More information about the cfe-commits
mailing list