[all-commits] [llvm/llvm-project] 338c24: [clang][Interp] Implement inc/dec operators for fl...
Timm Bäder via All-commits
all-commits at lists.llvm.org
Thu May 4 00:05:41 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 338c2489f63e1c34db047ac8e45efeeb88c8a067
https://github.com/llvm/llvm-project/commit/338c2489f63e1c34db047ac8e45efeeb88c8a067
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-05-04 (Thu, 04 May 2023)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
M clang/lib/AST/Interp/Floating.h
M clang/lib/AST/Interp/Interp.h
M clang/lib/AST/Interp/Opcodes.td
M clang/test/AST/Interp/floats.cpp
Log Message:
-----------
[clang][Interp] Implement inc/dec operators for floats
Differential Revision: https://reviews.llvm.org/D149634
More information about the All-commits
mailing list