Add isInAnonymousNamespace() to the dynamic AST matchers
authorAaron Ballman <aaron@aaronballman.com>
Thu, 5 Jan 2023 22:08:57 +0000 (17:08 -0500)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 5 Jan 2023 22:10:14 +0000 (17:10 -0500)
commitc3ab6455e5ad24fa8e9310b94bcce4a94b8489aa
tree0dd2dca9ed24faaba1c3dbd2156db367dfee2813
parent3acb2553b9bfd205b9d5bee1cef35a6e755e9d4e
Add isInAnonymousNamespace() to the dynamic AST matchers

This was added to the static matchers in
125ccd3751472a0c709498f83671577ffed394a6, but the dynamic matcher was
missed. This adds the dynamic matcher to the list.
clang/lib/ASTMatchers/Dynamic/Registry.cpp