[all-commits] [llvm/llvm-project] fddf64: [clang][Interp][NFC] Remove shift error checking c...
Timm Bäder via All-commits
all-commits at lists.llvm.org
Thu Jan 19 03:23:27 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fddf6418e8492a544c9bfdb42a4dbc949d9dc2ee
https://github.com/llvm/llvm-project/commit/fddf6418e8492a544c9bfdb42a4dbc949d9dc2ee
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-01-19 (Thu, 19 Jan 2023)
Changed paths:
M clang/lib/AST/Interp/Interp.cpp
M clang/lib/AST/Interp/Interp.h
Log Message:
-----------
[clang][Interp][NFC] Remove shift error checking code duplication
Commit: 9ee0d7494eb35f5addefcb730cdf5c002ddeacd2
https://github.com/llvm/llvm-project/commit/9ee0d7494eb35f5addefcb730cdf5c002ddeacd2
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-01-19 (Thu, 19 Jan 2023)
Changed paths:
M clang/lib/AST/Interp/Interp.cpp
M clang/lib/AST/Interp/Interp.h
Log Message:
-----------
[clang][Interp][NFC] Move CheckDivRem() implementation into Interp.cpp
Just like we do with all the other Check* functions.
Compare: https://github.com/llvm/llvm-project/compare/2aa23ff263a0...9ee0d7494eb3
More information about the All-commits
mailing list