[all-commits] [llvm/llvm-project] a417b9: [lldb] Fix call to TemplateTemplateParmDecl::Creat...
Krystian Stasiowski via All-commits
all-commits at lists.llvm.org
Thu Apr 11 10:46:59 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a417b9b759960cc4d7b49e95ddc2ef129b5abe12
https://github.com/llvm/llvm-project/commit/a417b9b759960cc4d7b49e95ddc2ef129b5abe12
Author: Krystian Stasiowski <sdkrystian at gmail.com>
Date: 2024-04-11 (Thu, 11 Apr 2024)
Changed paths:
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
Log Message:
-----------
[lldb] Fix call to TemplateTemplateParmDecl::Create after #88139 (#88417)
#88139 adds a parameter to `TemplateTemplateParmDecl::Create`, which is
called in LLDB. This adds the missing argument for that parameter.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list