[lldb] Fix use of undefined type 'lldb_private::UtilityFunction'
authorJonas Devlieghere <jonas@devlieghere.com>
Fri, 23 Oct 2020 18:46:45 +0000 (11:46 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Fri, 23 Oct 2020 18:48:11 +0000 (11:48 -0700)
commita4459feca415a757fa0ca3ab4731a17240931a81
treed293ab4f61c06e245a625b2eb2bef1332831ccc8
parent05bef88eb3ecb8519a871ca9aa53caeca5add555
[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.
lldb/include/lldb/Symbol/TypeSystem.h
lldb/source/Symbol/TypeSystem.cpp