[all-commits] [llvm/llvm-project] 57a20d: [LLDB] Default implementation for pack indexing ty...
cor3ntin via All-commits
all-commits at lists.llvm.org
Sat Jan 27 07:25:40 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 57a20d2d09bbd3cc501fc6d8b4746be2040c99b7
https://github.com/llvm/llvm-project/commit/57a20d2d09bbd3cc501fc6d8b4746be2040c99b7
Author: cor3ntin <corentinjabot at gmail.com>
Date: 2024-01-27 (Sat, 27 Jan 2024)
Changed paths:
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
Log Message:
-----------
[LLDB] Default implementation for pack indexing types. (#79695)
We do not handle pack indexing types (added by yet #72644) but we add them to some switch
statement to ensure CI builds do not fail.
More information about the All-commits
mailing list