[Lldb-commits] [PATCH] D70668: [lldb][NFC] Allow range-based for-loops on VariableList

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 25 06:03:38 PST 2019


teemperor updated this revision to Diff 230888.
teemperor added a comment.

- Added `_sp` suffix to variable names.
- Using const-references where possible.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70668/new/

https://reviews.llvm.org/D70668

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70668.230888.patch
Type: text/x-patch
Size: 15039 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191125/f4abfcdc/attachment-0001.bin>


More information about the lldb-commits mailing list