diff options
Diffstat (limited to 'clang/docs/LibASTMatchers.rst')
| -rw-r--r-- | clang/docs/LibASTMatchers.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/LibASTMatchers.rst b/clang/docs/LibASTMatchers.rst index 3b9f0a6..0aa7923 100644 --- a/clang/docs/LibASTMatchers.rst +++ b/clang/docs/LibASTMatchers.rst @@ -95,7 +95,7 @@ and flexibility. ``VariadicDynCastAllOfMatcher<Base, Derived>`` ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Those match all nodes of type *Base* if they can be dynamically casted to +Those match all nodes of type *Base* if they can be dynamically cast to *Derived*. The names of those matchers are nouns, which closely resemble *Derived*. ``VariadicDynCastAllOfMatchers`` are the backbone of the matcher hierarchy. Most often, your match expression will start with one of them, and |
