[all-commits] [llvm/llvm-project] 617296: [clang][Interp] Basic support for bit fields
Timm Baeder via All-commits
all-commits at lists.llvm.org
Tue Oct 10 04:50:32 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6172960ceae2cbee743214af59018ea108f231d9
https://github.com/llvm/llvm-project/commit/6172960ceae2cbee743214af59018ea108f231d9
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-10-10 (Tue, 10 Oct 2023)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
M clang/lib/AST/Interp/ByteCodeStmtGen.cpp
M clang/lib/AST/Interp/Interp.h
M clang/lib/AST/Interp/Record.h
A clang/test/AST/Interp/bitfields.cpp
Log Message:
-----------
[clang][Interp] Basic support for bit fields
Differential Revision: https://reviews.llvm.org/D155548
More information about the All-commits
mailing list