[all-commits] [llvm/llvm-project] a0ce3e: [C++20] [Modules] Avoid crash with calls to (this ...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Tue Jun 24 23:13:43 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a0ce3e691c199145b55b6a7f86468b438eb14264
https://github.com/llvm/llvm-project/commit/a0ce3e691c199145b55b6a7f86468b438eb14264
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2025-06-25 (Wed, 25 Jun 2025)
Changed paths:
M clang/lib/Serialization/ASTWriterStmt.cpp
A clang/test/Modules/pr118137.cppm
Log Message:
-----------
[C++20] [Modules] Avoid crash with calls to (this auto) syntax
Due to we didn't consider (this, auto) information when setting abbrev
for calls, we use incorrect format for calls, which cause crashes.
From
https://github.com/llvm/llvm-project/issues/118137
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