[all-commits] [llvm/llvm-project] e35719: [clang][Interp][NFC] Use std::byte for byte code.
Timm Baeder via All-commits
all-commits at lists.llvm.org
Thu Jul 13 05:10:41 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e35719da5eaf256ecedfba55b50d7c07bfe596c2
https://github.com/llvm/llvm-project/commit/e35719da5eaf256ecedfba55b50d7c07bfe596c2
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-07-13 (Thu, 13 Jul 2023)
Changed paths:
M clang/lib/AST/Interp/ByteCodeEmitter.cpp
M clang/lib/AST/Interp/ByteCodeEmitter.h
M clang/lib/AST/Interp/Function.h
M clang/lib/AST/Interp/Source.h
Log Message:
-----------
[clang][Interp][NFC] Use std::byte for byte code.
Commit: ddbd8ffe314bf121c7e488de1b510dea5ecc8b42
https://github.com/llvm/llvm-project/commit/ddbd8ffe314bf121c7e488de1b510dea5ecc8b42
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-07-13 (Thu, 13 Jul 2023)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
Log Message:
-----------
[clang][Interp][NFC] Move a declaration into an if statement
Compare: https://github.com/llvm/llvm-project/compare/245d10b7a2c1...ddbd8ffe314b
More information about the All-commits
mailing list