[all-commits] [llvm/llvm-project] c2db88: [clang][Interp][NFC] Print virtual bases in Record...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Fri Apr 26 01:22:38 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c2db883ff4340b2f70154eca04e3adbc8e0d082c
https://github.com/llvm/llvm-project/commit/c2db883ff4340b2f70154eca04e3adbc8e0d082c
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2024-04-26 (Fri, 26 Apr 2024)
Changed paths:
M clang/lib/AST/Interp/Disasm.cpp
Log Message:
-----------
[clang][Interp][NFC] Print virtual bases in Record::dump()
Commit: bc8a4ea11070d06374b403cd09b771a99cc6ba1a
https://github.com/llvm/llvm-project/commit/bc8a4ea11070d06374b403cd09b771a99cc6ba1a
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2024-04-26 (Fri, 26 Apr 2024)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
M clang/lib/AST/Interp/ByteCodeExprGen.h
M clang/lib/AST/Interp/Context.cpp
M clang/lib/AST/Interp/Context.h
Log Message:
-----------
[clang][Interp][NFC] Move collectBaseOffset() to Context
We will need this outside of ByteCodeExprGen later.
Compare: https://github.com/llvm/llvm-project/compare/88a733f8e6ca...bc8a4ea11070
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