[all-commits] [llvm/llvm-project] 4a6d8a: [clang] Fix Typo in AST Matcher Reference
Shivam Gupta via All-commits
all-commits at lists.llvm.org
Mon Aug 30 23:52:23 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4a6d8a11f89b9eae984e1b9608c1c010dc6a037b
https://github.com/llvm/llvm-project/commit/4a6d8a11f89b9eae984e1b9608c1c010dc6a037b
Author: Shivam Gupta <shivam98.tkg at gmail.com>
Date: 2021-08-31 (Tue, 31 Aug 2021)
Changed paths:
M clang/docs/LibASTMatchersReference.html
Log Message:
-----------
[clang] Fix Typo in AST Matcher Reference
In [[ https://clang.llvm.org/docs/LibASTMatchersReference.html | AST Matcher Reference]], the example of matcher `hasDeclContext` contained a typo.
`cxxRcordDecl` was changed to `cxxRecordDecl`.
Differential Revision: https://reviews.llvm.org/D102836
More information about the All-commits
mailing list