[all-commits] [llvm/llvm-project] c0ccb5: [lldb] Pass fewer parameters by non-const referenc...

Raphael Isemann via All-commits all-commits at lists.llvm.org
Wed Jun 3 03:42:46 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c0ccb582c35f29df55ccc421dd5d03a7220456cf
      https://github.com/llvm/llvm-project/commit/c0ccb582c35f29df55ccc421dd5d03a7220456cf
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2020-06-03 (Wed, 03 Jun 2020)

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

  Log Message:
  -----------
  [lldb] Pass fewer parameters by non-const reference to DWARFASTParserClang::ParseSingleMember

These parameters are only passed on by value or const reference, so we should
do the same when calling this function.




More information about the All-commits mailing list