[all-commits] [llvm/llvm-project] 125ccd: [ASTMatchers] Add isInAnonymousNamespace narrowing...
Carlos Galvez via All-commits
all-commits at lists.llvm.org
Fri Dec 23 00:00:13 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 125ccd3751472a0c709498f83671577ffed394a6
https://github.com/llvm/llvm-project/commit/125ccd3751472a0c709498f83671577ffed394a6
Author: Carlos Galvez <carlosgalvezp at gmail.com>
Date: 2022-12-23 (Fri, 23 Dec 2022)
Changed paths:
M clang/docs/LibASTMatchersReference.html
M clang/docs/ReleaseNotes.rst
M clang/include/clang/ASTMatchers/ASTMatchers.h
M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
Log Message:
-----------
[ASTMatchers] Add isInAnonymousNamespace narrowing matcher
Used in a couple clang-tidy checks so it could be extracted
out as its own matcher.
Differential Revision: https://reviews.llvm.org/D140328
More information about the All-commits
mailing list