[all-commits] [llvm/llvm-project] fd1464: [LLDB] Applying clang-tidy modernize-use-override ...
Shafik Yaghmour via All-commits
all-commits at lists.llvm.org
Fri Apr 22 13:30:02 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fd1464604367f2259614b66c886db16598b5be6b
https://github.com/llvm/llvm-project/commit/fd1464604367f2259614b66c886db16598b5be6b
Author: Shafik Yaghmour <syaghmour at apple.com>
Date: 2022-04-22 (Fri, 22 Apr 2022)
Changed paths:
M lldb/.clang-tidy
M lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp
M lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp
M lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
M lldb/unittests/API/SBCommandInterpreterTest.cpp
M lldb/unittests/Interpreter/TestCommandPaths.cpp
M lldb/unittests/Interpreter/TestOptionValue.cpp
M lldb/unittests/Target/RemoteAwarePlatformTest.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list