[all-commits] [llvm/llvm-project] d3c3de: [clang-tidy][NFC] Simply match processing in misc-...
Carlos Galvez via All-commits
all-commits at lists.llvm.org
Mon Dec 12 06:06:07 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d3c3de63ce8416ab2dee7f784e54b00a2aa8ed85
https://github.com/llvm/llvm-project/commit/d3c3de63ce8416ab2dee7f784e54b00a2aa8ed85
Author: Carlos Galvez <carlosgalvezp at gmail.com>
Date: 2022-12-12 (Mon, 12 Dec 2022)
Changed paths:
M clang-tools-extra/clang-tidy/misc/UseAnonymousNamespaceCheck.cpp
M clang-tools-extra/clang-tidy/misc/UseAnonymousNamespaceCheck.h
Log Message:
-----------
[clang-tidy][NFC] Simply match processing in misc-use-anonymous-namespace
No need for the templated function "processMatch", since
we can infer the type with llvm:isa.
More information about the All-commits
mailing list