[PATCH] D67856: [LLDB] Fix compilation for MinGW, remove redundant class name on inline member

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 21 12:08:55 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL372482: [LLDB] Fix compilation for MinGW, remove redundant class name on inline member (authored by mstorsjo, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D67856?vs=221098&id=221192#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67856/new/

https://reviews.llvm.org/D67856

Files:
  lldb/trunk/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows.h


Index: lldb/trunk/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows.h
===================================================================
--- lldb/trunk/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows.h
+++ lldb/trunk/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows.h
@@ -19,7 +19,7 @@
 
 class NativeRegisterContextWindows : public NativeRegisterContextRegisterInfo {
 public:
-  NativeRegisterContextWindows::NativeRegisterContextWindows(
+  NativeRegisterContextWindows(
       NativeThreadProtocol &native_thread,
       RegisterInfoInterface *reg_info_interface_p);
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67856.221192.patch
Type: text/x-patch
Size: 628 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190921/1c08de8a/attachment.bin>


More information about the llvm-commits mailing list