[all-commits] [llvm/llvm-project] 45b360: [clang] Disable C++14 sized deallocation by defaul...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Mon Jul 1 14:03:37 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 45b360d4a2c751dd5afa0c676e2badf46cd29f01
https://github.com/llvm/llvm-project/commit/45b360d4a2c751dd5afa0c676e2badf46cd29f01
Author: Martin Storsjö <martin at martin.st>
Date: 2024-07-02 (Tue, 02 Jul 2024)
Changed paths:
M clang/lib/Driver/ToolChains/MinGW.cpp
M clang/unittests/StaticAnalyzer/CallEventTest.cpp
Log Message:
-----------
[clang] Disable C++14 sized deallocation by default for MinGW targets (#97232)
This reverts 130e93cc26ca9d3ac50ec5a92e3109577ca2e702 for the MinGW
target.
This avoids the issue that is discussed in
https://github.com/llvm/llvm-project/issues/96899 (and which is
summarized in the code comment). This is intended as a temporary
workaround until the issue is handled better within libc++.
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