[all-commits] [llvm/llvm-project] 894a38: [clang][Interp][NFC] Properly implement IntegralAP...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Thu Nov 16 23:04:51 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 894a38753e8c4cfef7a1dae17a76b405208b2708
https://github.com/llvm/llvm-project/commit/894a38753e8c4cfef7a1dae17a76b405208b2708
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-11-17 (Fri, 17 Nov 2023)
Changed paths:
M clang/lib/AST/Interp/IntegralAP.h
Log Message:
-----------
[clang][Interp][NFC] Properly implement IntegralAP::from(IntegralAP)
This used to just pass on the given parameter, but we need to respect
the given bit width.
More information about the All-commits
mailing list