[all-commits] [llvm/llvm-project] 97db23: [lldb] Fix -Wdtor-name warnings

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Mon May 4 14:37:09 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 97db238c17020678c61d7874fb92729c7c9d3cab
      https://github.com/llvm/llvm-project/commit/97db238c17020678c61d7874fb92729c7c9d3cab
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-05-04 (Mon, 04 May 2020)

  Changed paths:
    M lldb/source/Plugins/Language/ObjC/NSArray.cpp
    M lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
    M lldb/source/Plugins/Language/ObjC/NSSet.cpp

  Log Message:
  -----------
  [lldb] Fix -Wdtor-name warnings

Fix warning: ISO C++ requires the name after '::~' to be found in the
same scope as the name before '::~' [-Wdtor-name]




More information about the All-commits mailing list