[all-commits] [llvm/llvm-project] 44b43a: [lldb][NFC] Add 'override' where missing in source...

kepler-5 via All-commits all-commits at lists.llvm.org
Wed Jul 15 11:35:14 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 44b43a52dc17135e43824e826862c8b35081cac0
      https://github.com/llvm/llvm-project/commit/44b43a52dc17135e43824e826862c8b35081cac0
  Author: Logan Smith <logan.r.smith0 at gmail.com>
  Date:   2020-07-15 (Wed, 15 Jul 2020)

  Changed paths:
    M lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm64.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_i386.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_x86_64.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/ThreadKDP.h
    M lldb/source/Plugins/Process/Utility/RegisterContextMach_arm.h
    M lldb/source/Plugins/Process/Utility/RegisterContextMach_i386.h
    M lldb/source/Plugins/Process/Utility/RegisterContextMach_x86_64.h
    M lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.h
    M lldb/source/Symbol/FuncUnwinders.cpp
    M lldb/tools/debugserver/source/MacOSX/i386/DNBArchImplI386.h
    M lldb/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.h

  Log Message:
  -----------
  [lldb][NFC] Add 'override' where missing in source/ and tools/

These were found by Clang's new -Wsuggest-override.

This patch doesn't touch any code in unittests/, since much of it intentionally doesn't use override to avoid massive warning spam from -Winconsistent-missing-override due to the use of MOCK_*** macros.

Differential Revision: https://reviews.llvm.org/D83847




More information about the All-commits mailing list