[all-commits] [llvm/llvm-project] e128d5: [lldb/Test] Don't friend std::make_unique

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Mon Apr 20 11:49:42 PDT 2020


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

  Changed paths:
    M lldb/unittests/Utility/ReproducerInstrumentationTest.cpp

  Log Message:
  -----------
  [lldb/Test] Don't friend std::make_unique

This wasn't a great idea to begin with, as you can't really rely on the
implementation, but since it also doesn't work with MSVC I've just made
the ctors public.




More information about the All-commits mailing list