[all-commits] [llvm/llvm-project] 0fd11e: Honor two's complement signed overflow with -fms-c...
eleviant via All-commits
all-commits at lists.llvm.org
Fri May 29 06:22:55 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0fd11e4a83e862fcb48690555015f7da44131075
https://github.com/llvm/llvm-project/commit/0fd11e4a83e862fcb48690555015f7da44131075
Author: eleviant <eleviant at accesssoftek.com>
Date: 2026-05-29 (Fri, 29 May 2026)
Changed paths:
M clang/docs/UsersManual.rst
M clang/include/clang/Driver/CommonArgs.h
M clang/include/clang/Options/Options.td
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M clang/lib/Driver/ToolChains/Flang.cpp
M clang/lib/Frontend/CompilerInvocation.cpp
M clang/test/CodeGen/ms-intrinsics.c
A clang/test/CodeGen/wrapv.c
M clang/test/Driver/clang_wrapv_opts.c
M compiler-rt/test/ubsan/TestCases/Integer/shift.cpp
M compiler-rt/test/ubsan/TestCases/Misc/abs.cpp
Log Message:
-----------
Honor two's complement signed overflow with -fms-compatibility (#198538)
This matches MSVC behavior, where signed integer overflow follows
two's-complement semantics
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list