[PATCH] D102836: [clang] Fix Typo in AST Matcher Reference

2021-08-30 Thread Shivam Gupta via Phabricator via cfe-commits
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

[PATCH] D102836: [clang] Fix Typo in AST Matcher Reference

2021-08-30 Thread Shivam Gupta via Phabricator via cfe-commits
xgupta accepted this revision. xgupta added a comment. This revision is now accepted and ready to land. lgtm Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D102836/new/ https://reviews.llvm.org/D102836 ___

[PATCH] D102836: [clang] Fix Typo in AST Matcher Reference

2021-05-20 Thread Marco Gartmann via Phabricator via cfe-commits
mgartmann created this revision. mgartmann added a reviewer: klimek. mgartmann added a project: clang. mgartmann requested review of this revision. In AST Matcher Reference , the example of matcher `hasDeclContext` contained a typo. `cxx