[all-commits] [llvm/llvm-project] d17821: [lldb][NFC] Allow range-based for-loops on Variabl...

Raphael Isemann via All-commits all-commits at lists.llvm.org
Mon Nov 25 06:04:28 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d1782133d96d316c3bc98e33a191994794a26851
      https://github.com/llvm/llvm-project/commit/d1782133d96d316c3bc98e33a191994794a26851
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    M lldb/include/lldb/Symbol/VariableList.h
    M lldb/source/API/SBFrame.cpp
    M lldb/source/API/SBModule.cpp
    M lldb/source/API/SBTarget.cpp
    M lldb/source/Commands/CommandObjectTarget.cpp
    M lldb/source/Core/Address.cpp
    M lldb/source/Core/IOHandler.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
    M lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
    M lldb/source/Symbol/Block.cpp
    M lldb/source/Symbol/Variable.cpp
    M lldb/source/Target/StackFrame.cpp

  Log Message:
  -----------
  [lldb][NFC] Allow range-based for-loops on VariableList

Summary:
Adds support for doing range-based for-loops on LLDB's VariableList and
modernises all the index-based for-loops in LLDB where possible.

Reviewers: labath, jdoerfert

Reviewed By: labath

Subscribers: JDevlieghere, lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D70668




More information about the All-commits mailing list