[PATCH] D140328: [ASTMatchers] Add isInAnonymousNamespace narrowing matcher

Carlos Galvez via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 19 11:13:28 PST 2022


carlosgalvezp created this revision.
Herald added a project: All.
carlosgalvezp requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Used in a couple clang-tidy checks so it could be extracted
out as its own matcher.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D140328

Files:
  clang/docs/LibASTMatchersReference.html
  clang/docs/ReleaseNotes.rst
  clang/include/clang/ASTMatchers/ASTMatchers.h
  clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140328.484021.patch
Type: text/x-patch
Size: 4251 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221219/82beb17c/attachment.bin>


More information about the cfe-commits mailing list