[lldb] Fix TypeSystemClang compilation after D101777
authorRaphael Isemann <teemperor@gmail.com>
Mon, 7 Jun 2021 16:45:03 +0000 (18:45 +0200)
committerRaphael Isemann <teemperor@gmail.com>
Mon, 7 Jun 2021 16:45:04 +0000 (18:45 +0200)
commit2c2feebcd1274425c853e3cff7cec6ba033c3ccd
tree53650d71901aa0615b546c3157a518be506ce407
parentf10b9ca9c6723dba571f4b319b1c55c0ae8ad0ab
[lldb] Fix TypeSystemClang compilation after D101777

We apparently now need to pass the DeclName of the target decl to the
constructor.
lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp