[all-commits] [llvm/llvm-project] e3f4fa: [clang][Interp] Implement inc/dec for IntegralAP (...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Tue Dec 12 01:44:56 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e3f4fa98349b85dbd7845a505a98bd331e5d2897
https://github.com/llvm/llvm-project/commit/e3f4fa98349b85dbd7845a505a98bd331e5d2897
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2023-12-12 (Tue, 12 Dec 2023)
Changed paths:
M clang/lib/AST/Interp/IntegralAP.h
M clang/test/AST/Interp/intap.cpp
Log Message:
-----------
[clang][Interp] Implement inc/dec for IntegralAP (#69597)
Implement `++` and `--` for arbitrary-bitwidth values.
More information about the All-commits
mailing list