[all-commits] [llvm/llvm-project] 8dc764: [AST] Use DenseMapBase::lookup (NFC)

kazutakahirata via All-commits all-commits at lists.llvm.org
Sat Jun 3 09:37:58 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8dc7647845a4357f6aee7ffe40839c97f2474d99
      https://github.com/llvm/llvm-project/commit/8dc7647845a4357f6aee7ffe40839c97f2474d99
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-06-03 (Sat, 03 Jun 2023)

  Changed paths:
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/ExternalASTMerger.cpp
    M clang/lib/AST/Interp/Record.cpp

  Log Message:
  -----------
  [AST] Use DenseMapBase::lookup (NFC)


  Commit: 8e6e659cc800a13876d3239f9f29ea6615d86f40
      https://github.com/llvm/llvm-project/commit/8e6e659cc800a13876d3239f9f29ea6615d86f40
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-06-03 (Sat, 03 Jun 2023)

  Changed paths:
    M clang/include/clang/Serialization/GlobalModuleIndex.h
    M clang/lib/Serialization/GlobalModuleIndex.cpp

  Log Message:
  -----------
  [Serialization] Remove unused function getKnownModules

The last use was removed by:

  commit 603cd869f7cdb0da7a545e86a1786f3175f72475
  Author: Douglas Gregor <dgregor at apple.com>
  Date:   Fri Mar 22 18:50:14 2013 +0000


  Commit: 2a8c1fd20b992c0610c0a16dc9bb375b9c85b827
      https://github.com/llvm/llvm-project/commit/2a8c1fd20b992c0610c0a16dc9bb375b9c85b827
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-06-03 (Sat, 03 Jun 2023)

  Changed paths:
    M llvm/include/llvm/MCA/Pipeline.h

  Log Message:
  -----------
  [MCA] Modernize Pipeline (NFC)


Compare: https://github.com/llvm/llvm-project/compare/684f3c968d6b...2a8c1fd20b99


More information about the All-commits mailing list