[all-commits] [llvm/llvm-project] 4977da: [lldb] Explicitly declare the default constructor ...
Pavel Labath via All-commits
all-commits at lists.llvm.org
Wed Mar 2 13:36:09 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4977da2c555b0a8d49be68bad4c54b816d7cc908
https://github.com/llvm/llvm-project/commit/4977da2c555b0a8d49be68bad4c54b816d7cc908
Author: Pavel Labath <pavel at labath.sk>
Date: 2022-03-02 (Wed, 02 Mar 2022)
Changed paths:
M lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.h
Log Message:
-----------
[lldb] Explicitly declare the default constructor in PlatformAndroidRemoteGDBServer
MSVC does not seem to like the inheriting constructor.
More information about the All-commits
mailing list