[all-commits] [llvm/llvm-project] 3743c5: [clang] Remove unused using decls (NFC)

Kazu Hirata via All-commits all-commits at lists.llvm.org
Fri Oct 13 20:09:49 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3743c53dd19fd2f935dfd4dec17ca1b1f7911ddb
      https://github.com/llvm/llvm-project/commit/3743c53dd19fd2f935dfd4dec17ca1b1f7911ddb
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-10-13 (Fri, 13 Oct 2023)

  Changed paths:
    M clang/unittests/AST/ASTImporterTest.cpp
    M clang/unittests/Analysis/FlowSensitive/TypeErasedDataflowAnalysisTest.cpp
    M clang/unittests/Format/FormatTestRawStrings.cpp
    M clang/unittests/Tooling/RangeSelectorTest.cpp

  Log Message:
  -----------
  [clang] Remove unused using decls (NFC)

Identified with misc-unused-using-decls.


  Commit: 6e8013a1301ef31f3592035eae2ee08319edd318
      https://github.com/llvm/llvm-project/commit/6e8013a1301ef31f3592035eae2ee08319edd318
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-10-13 (Fri, 13 Oct 2023)

  Changed paths:
    M llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp
    M llvm/lib/CodeGen/MIRParser/MIRParser.cpp
    M llvm/lib/ExecutionEngine/JITLink/COFFLinkGraphBuilder.h
    M llvm/lib/Object/ModuleSymbolTable.cpp
    M llvm/lib/Transforms/IPO/FunctionImport.cpp

  Log Message:
  -----------
  [llvm] Stop including llvm/ADT/StringMap.h (NFC)

These source files do not use StringMap.


Compare: https://github.com/llvm/llvm-project/compare/18dc8dcd768f...6e8013a1301e


More information about the All-commits mailing list