[all-commits] [llvm/llvm-project] abaca2: [lldb] [Windows] Add missing 'override', silencing...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Sat Oct 10 10:48:09 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: abaca237c519a406ab00606b0464c32079831803
https://github.com/llvm/llvm-project/commit/abaca237c519a406ab00606b0464c32079831803
Author: Martin Storsjö <martin at martin.st>
Date: 2020-10-10 (Sat, 10 Oct 2020)
Changed paths:
M lldb/include/lldb/Host/windows/HostThreadWindows.h
M lldb/include/lldb/Host/windows/ProcessLauncherWindows.h
M lldb/source/Plugins/Process/Windows/Common/NativeProcessWindows.h
Log Message:
-----------
[lldb] [Windows] Add missing 'override', silencing warnings. NFC.
Also remove superfluous 'virtual' in overridden methods.
Commit: 5d330f435e12d4a7f97cde406d29ce7413f96b47
https://github.com/llvm/llvm-project/commit/5d330f435e12d4a7f97cde406d29ce7413f96b47
Author: Martin Storsjö <martin at martin.st>
Date: 2020-10-10 (Sat, 10 Oct 2020)
Changed paths:
M lldb/source/Host/windows/Windows.cpp
Log Message:
-----------
[lldb] [Windows] Remove unused functions. NFC.
These became unused in 51117e3c51754f3732e.
Compare: https://github.com/llvm/llvm-project/compare/f2e08c688e6c...5d330f435e12
More information about the All-commits
mailing list