[all-commits] [llvm/llvm-project] 6cf14a: [clang][Interp] Check Neg ops for errors
Timm Bäder via All-commits
all-commits at lists.llvm.org
Thu Apr 27 03:05:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6cf14a72390f0914b18f30f2f357b783ff84533c
https://github.com/llvm/llvm-project/commit/6cf14a72390f0914b18f30f2f357b783ff84533c
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-04-27 (Thu, 27 Apr 2023)
Changed paths:
M clang/lib/AST/Interp/Integral.h
M clang/lib/AST/Interp/Interp.h
M clang/lib/AST/Interp/PrimType.h
M clang/test/AST/Interp/literals.cpp
Log Message:
-----------
[clang][Interp] Check Neg ops for errors
This should fail when negating __INT_MIN__.
Differential Revision: https://reviews.llvm.org/D148987
More information about the All-commits
mailing list