[all-commits] [llvm/llvm-project] c0ca03: [clang-include-fixer] Remove an unused "using" dec...

Kazu Hirata via All-commits all-commits at lists.llvm.org
Sat May 17 17:01:01 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c0ca030782f9c572a5df5f3506652e81aeecad0d
      https://github.com/llvm/llvm-project/commit/c0ca030782f9c572a5df5f3506652e81aeecad0d
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-05-17 (Sat, 17 May 2025)

  Changed paths:
    M clang-tools-extra/clang-include-fixer/find-all-symbols/SymbolInfo.cpp

  Log Message:
  -----------
  [clang-include-fixer] Remove an unused "using" decl (NFC) (#140354)

We do use MappingTraits in this file, but all uses are inside the
llvm::yaml namespace, so we don't rely on the "using" decl.



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