[all-commits] [llvm/llvm-project] 68c6b2: [ASTMatchers][NFC] use `Matcher<QualType>` instead...

Congcong Cai via All-commits all-commits at lists.llvm.org
Wed Jan 22 14:29:05 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 68c6b2e18809342e3747d50eb0dc84246393941b
      https://github.com/llvm/llvm-project/commit/68c6b2e18809342e3747d50eb0dc84246393941b
  Author: Congcong Cai <congcongcai0907 at 163.com>
  Date:   2025-01-23 (Thu, 23 Jan 2025)

  Changed paths:
    M clang-tools-extra/clang-tidy/misc/UnusedUsingDeclsCheck.cpp
    M clang/include/clang/ASTMatchers/ASTMatchersInternal.h

  Log Message:
  -----------
  [ASTMatchers][NFC] use `Matcher<QualType>` instead of `DynTypedMatcher` in `TypeLocTypeMatcher` (#123450)

There are no template in `TypeLocTypeMatcher`. So we do not need to use
`DynTypedMatcher` which can improve performance



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list