[all-commits] [llvm/llvm-project] 474469: [clang][Interp][NFC] Move CastKind operator<< to P...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Wed Jul 26 01:06:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 47446939e0e60cf52ffdd3fa671949ff3183a4ca
https://github.com/llvm/llvm-project/commit/47446939e0e60cf52ffdd3fa671949ff3183a4ca
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-07-26 (Wed, 26 Jul 2023)
Changed paths:
M clang/lib/AST/Interp/Disasm.cpp
M clang/lib/AST/Interp/PrimType.h
Log Message:
-----------
[clang][Interp][NFC] Move CastKind operator<< to PrimTypes.h
So it actually works when using dump().
Commit: ae667f03d369cab8f32f28c3d765695ed4c1972b
https://github.com/llvm/llvm-project/commit/ae667f03d369cab8f32f28c3d765695ed4c1972b
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-07-26 (Wed, 26 Jul 2023)
Changed paths:
M clang/lib/AST/Interp/InterpBuiltin.cpp
Log Message:
-----------
[clang][Interp][NFC] Take a const InterpFrame* in InterpBuiltin.cpp
Compare: https://github.com/llvm/llvm-project/compare/73362c44eb43...ae667f03d369
More information about the All-commits
mailing list