[all-commits] [llvm/llvm-project] 6f3778: [lldb][NFC] std::set -> DenseSet in ClangModulesDe...

Raphael Isemann via All-commits all-commits at lists.llvm.org
Mon Mar 8 04:14:11 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6f3778d31a9accdcb5a910506d3ff6debf7b92bc
      https://github.com/llvm/llvm-project/commit/6f3778d31a9accdcb5a910506d3ff6debf7b92bc
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2021-03-08 (Mon, 08 Mar 2021)

  Changed paths:
    M lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp

  Log Message:
  -----------
  [lldb][NFC] std::set -> DenseSet in ClangModulesDeclVendor

ModuleID is just an integer so let's use a DenseSet.




More information about the All-commits mailing list