[all-commits] [llvm/llvm-project] e82dd5: [clang-tidy][NFC] Remove custom isInAnonymousNames...
Carlos Galvez via All-commits
all-commits at lists.llvm.org
Fri Dec 23 00:55:09 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e82dd5b37c7d6ccd67c5118fe7400c6006e67d73
https://github.com/llvm/llvm-project/commit/e82dd5b37c7d6ccd67c5118fe7400c6006e67d73
Author: Carlos Galvez <carlosgalvezp at gmail.com>
Date: 2022-12-23 (Fri, 23 Dec 2022)
Changed paths:
M clang-tools-extra/clang-tidy/misc/UseAnonymousNamespaceCheck.cpp
M clang-tools-extra/clang-tidy/readability/StaticDefinitionInAnonymousNamespaceCheck.cpp
Log Message:
-----------
[clang-tidy][NFC] Remove custom isInAnonymousNamespace matchers
Since now the same matcher exists in ASTMatchers.
More information about the All-commits
mailing list