[all-commits] [llvm/llvm-project] e4977f: [lldb] Partly revert "Allow range-based for loops ...

Raphael Isemann via All-commits all-commits at lists.llvm.org
Wed Aug 4 02:15:40 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e4977f9cb58ff7820d0287ba309490af57787749
      https://github.com/llvm/llvm-project/commit/e4977f9cb58ff7820d0287ba309490af57787749
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2021-08-04 (Wed, 04 Aug 2021)

  Changed paths:
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp

  Log Message:
  -----------
  [lldb] Partly revert "Allow range-based for loops over DWARFDIE's children"

As pointed out in D107434 by Walter, D103172 also changed two for loops that
were actually not just iterating over some DIEs but also using the iteration
variable later on for some other things. This patch reverts the respective
faulty parts of D103172.




More information about the All-commits mailing list