[all-commits] [llvm/llvm-project] 649e81: [C++20] [Modules] Handling capturing strucuted bin...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Tue Nov 28 19:46:24 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 649e8111a95ae0d8814576e9ca74823572ee404b
https://github.com/llvm/llvm-project/commit/649e8111a95ae0d8814576e9ca74823572ee404b
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2023-11-29 (Wed, 29 Nov 2023)
Changed paths:
M clang/lib/Serialization/ASTReaderDecl.cpp
A clang/test/Modules/pr72828.cppm
Log Message:
-----------
[C++20] [Modules] Handling capturing strucuted bindings
Close https://github.com/llvm/llvm-project/issues/72828.
This should be an overlook that we extend the type of captures but we
forgot to fix it in deserializer side.
More information about the All-commits
mailing list