[all-commits] [llvm/llvm-project] 2ce9a7: [Serialization] Use packed bits to initialize User...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Mon Dec 11 02:26:59 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2ce9a799f950678cef844706ecb55a483d3c225b
https://github.com/llvm/llvm-project/commit/2ce9a799f950678cef844706ecb55a483d3c225b
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2023-12-11 (Mon, 11 Dec 2023)
Changed paths:
M clang/lib/Serialization/ASTReaderStmt.cpp
Log Message:
-----------
[Serialization] Use packed bits to initialize UserDefinedLiteral
UserDefinedLiteral is also a sub class of CallExpr but we forgot to
initialize it in the same way as other sub classes of CallExpr.
More information about the All-commits
mailing list