[all-commits] [llvm/llvm-project] ccdb5b: [lldb] Pass ConstString by value (again) (NFC)

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Thu Jul 23 09:08:52 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ccdb5b4bbe8470d1c558ecfd0658240d4c8f8df2
      https://github.com/llvm/llvm-project/commit/ccdb5b4bbe8470d1c558ecfd0658240d4c8f8df2
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-07-23 (Thu, 23 Jul 2020)

  Changed paths:
    M lldb/include/lldb/Utility/ConstString.h
    M lldb/source/Utility/ConstString.cpp

  Log Message:
  -----------
  [lldb] Pass ConstString by value (again) (NFC)

This reverts "Eliminate unneeded value parameters in Utility" for
ConstString. As Pavel pointed out on the mailing list, the class *is*
trivially copyable.




More information about the All-commits mailing list