[all-commits] [llvm/llvm-project] b44217: [clang] Handle f(no-)strict-overflow, f(no-)wrapv, ...
Nico Weber via All-commits
all-commits at lists.llvm.org
Mon Feb 10 17:31:19 PST 2025
Branch: refs/heads/release/20.x
Home: https://github.com/llvm/llvm-project
Commit: b4421735de4d487592708e96431b88fa53e82d2a
https://github.com/llvm/llvm-project/commit/b4421735de4d487592708e96431b88fa53e82d2a
Author: Nico Weber <thakis at chromium.org>
Date: 2025-02-10 (Mon, 10 Feb 2025)
Changed paths:
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M clang/test/Driver/clang_wrapv_opts.c
Log Message:
-----------
[clang] Handle f(no-)strict-overflow, f(no-)wrapv, f(no-)wrapv-pointer like gcc (#126524)
We now process all 6 options left-to-right and pick whatever is active
at the end.
Fixes #124868.
(cherry picked from commit 783275eb7b3ecde63bdb6ac1316c090bfc568bdd)
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