[LLDB] Applying clang-tidy modernize-use-override over LLDB
authorShafik Yaghmour <syaghmour@apple.com>
Fri, 22 Apr 2022 20:28:59 +0000 (13:28 -0700)
committerShafik Yaghmour <syaghmour@apple.com>
Fri, 22 Apr 2022 20:29:47 +0000 (13:29 -0700)
commitfd1464604367f2259614b66c886db16598b5be6b
tree29e72b601463634362f12bc2564ed503a42fff03
parentb341c440102d1182953f7a23be2c457d1fda8b6d
[LLDB] Applying clang-tidy modernize-use-override over LLDB

Applied clang-tidy modernize-use-override over LLDB and added it to the LLDB .clang-tidy config.

Differential Revision: https://reviews.llvm.org/D123340
lldb/.clang-tidy
lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp
lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp
lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
lldb/unittests/API/SBCommandInterpreterTest.cpp
lldb/unittests/Interpreter/TestCommandPaths.cpp
lldb/unittests/Interpreter/TestOptionValue.cpp
lldb/unittests/Target/RemoteAwarePlatformTest.cpp