[all-commits] [llvm/llvm-project] a4459f: [lldb] Fix use of undefined type 'lldb_private::Ut...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Fri Oct 23 11:48:32 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a4459feca415a757fa0ca3ab4731a17240931a81
      https://github.com/llvm/llvm-project/commit/a4459feca415a757fa0ca3ab4731a17240931a81
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-10-23 (Fri, 23 Oct 2020)

  Changed paths:
    M lldb/include/lldb/Symbol/TypeSystem.h
    M lldb/source/Symbol/TypeSystem.cpp

  Log Message:
  -----------
  [lldb] Fix use of undefined type 'lldb_private::UtilityFunction'

We were returning the default constructed unique_pointer from
TypeSystem.h for which the compiler does not have a definition. Move the
implementation into the cpp file.




More information about the All-commits mailing list