[all-commits] [llvm/llvm-project] a00acb: [lldb] Fix missing initialization in UtilityFuncti...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Thu Oct 22 21:12:45 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a00acbab45b0c407da05bf5c8152018e1857a1f0
      https://github.com/llvm/llvm-project/commit/a00acbab45b0c407da05bf5c8152018e1857a1f0
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-10-22 (Thu, 22 Oct 2020)

  Changed paths:
    M lldb/include/lldb/Expression/UtilityFunction.h
    M lldb/source/Expression/UtilityFunction.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.h

  Log Message:
  -----------
  [lldb] Fix missing initialization in UtilityFunction ctor (NFC)

The UtilityFunction ctor was dropping the text argument. Probably for
that reason ClangUtilityFunction was setting the parent's member
directly instead of deferring to the parent ctor. Also change the
signatures to take strings which are std::moved in place.




More information about the All-commits mailing list