[all-commits] [llvm/llvm-project] 0ba247: [lldb] Remove the mutable specifier from DataExtra...

Pavel Labath via All-commits all-commits at lists.llvm.org
Tue Feb 18 01:26:51 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0ba247bc21f8aed000e649882e6e360fb90e81e5
      https://github.com/llvm/llvm-project/commit/0ba247bc21f8aed000e649882e6e360fb90e81e5
  Author: Pavel Labath <pavel at labath.sk>
  Date:   2020-02-18 (Tue, 18 Feb 2020)

  Changed paths:
    M lldb/include/lldb/Utility/DataExtractor.h

  Log Message:
  -----------
  [lldb] Remove the mutable specifier from DataExtractor's member

Having m_data_sp mutable sounds like a very bad idea. Fortunately,
nothing relies on this possibility.




More information about the All-commits mailing list