This is an archive of the discontinued LLVM Phabricator instance.

[clang] Fix Typo in AST Matcher Reference
ClosedPublic

Authored by mgartmann on May 20 2021, 3:06 AM.

Details

Summary

In AST Matcher Reference, the example of matcher hasDeclContext contained a typo.

cxxRcordDecl was changed to cxxRecordDecl.

Diff Detail

Event Timeline

mgartmann requested review of this revision.May 20 2021, 3:06 AM
mgartmann created this revision.
xgupta accepted this revision.Aug 30 2021, 11:50 PM
xgupta added a subscriber: xgupta.

lgtm

This revision is now accepted and ready to land.Aug 30 2021, 11:50 PM
This revision was automatically updated to reflect the committed changes.