[all-commits] [llvm/llvm-project] 7f20e6: [lldb][NFC] Remove redundant deleted constructors ...
    Raphael Isemann via All-commits 
    all-commits at lists.llvm.org
       
    Mon Jun 21 04:34:11 PDT 2021
    
    
  
  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7f20e6ae3229664f866149a4e0739a426b6fa463
      https://github.com/llvm/llvm-project/commit/7f20e6ae3229664f866149a4e0739a426b6fa463
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2021-06-21 (Mon, 21 Jun 2021)
  Changed paths:
    M lldb/include/lldb/Host/linux/HostInfoLinux.h
    M lldb/include/lldb/Host/macosx/HostInfoMacOSX.h
    M lldb/include/lldb/Host/windows/HostInfoWindows.h
  Log Message:
  -----------
  [lldb][NFC] Remove redundant deleted constructors in HostInfoBase subclasses
HostInfoBase has a deleted dtor/ctor so there is no need to do the same for
all the classes inheriting from it.
Reviewed By: DavidSpickett, JDevlieghere
Differential Revision: https://reviews.llvm.org/D104221
    
    
More information about the All-commits
mailing list